[vlc-devel] compiling vlc0.9.8a issue

joss jonathan.clairembault at gmail.com
Sat Feb 7 19:36:39 CET 2009


Hi guys,

I'm trying to build vlc-0.9.8a on my macbook. I've got the contribs  
and everything was just going fine until I configure for compiling  
vlc itself.
Here is the command I did :
./configure --enable-debug --with-macosx-sdk=/Developer/SDKs/ 
MacOSX10.4u.sdk --prefix=/usr
Here is the result :
checking build system type... i686-apple-darwin8.11.1
checking host system type... i686-apple-darwin8.11.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of  
Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gcc -std=gnu99 and cc understand -c and -o  
together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking for egrep... (cached) /usr/bin/grep -E
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for dlltool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... restrict
checking for libs in extras/contrib... no
configure: WARNING:  not using the libs in extras/contrib as it is  
not the same host

Building with Mac OS X defaults:
   Assuming --with-macosx-version-min=10.4
   Assuming --prefix=/Users/josstoto/vlc-0.9.8a/vlc_install_dir
   Assuming --enable-macosx
   Assuming --enable-faad
   Assuming --enable-flac
   Assuming --enable-theora
   Assuming --enable-shout
   Assuming --enable-cddax
   Assuming --enable-vcdx
   Assuming --enable-caca
   Assuming --enable-goom
   Assuming --enable-ncurses
   Assuming --enable-twolame
   Assuming --enable-realrtsp
   Assuming --enable-update-check
   Assuming --enable-libass
   Assuming --enable-asademux
   Assuming --disable-skins2
   Assuming --disable-x11
   Assuming --disable-glx
   Assuming --disable-xvideo
./configure: line 8718: syntax error near unexpected token  
`build_old_libs,'
./configure: line 8718: `    _LT_DECL(build_old_libs, enable_static, 0,'

Could you help me up ?

Jonathan



More information about the vlc-devel mailing list