[vlc-devel] MacOSX Leopard compilation : now fails on fribidi (used to fail on cmake)
Eric Nicolas
erik.nicolas at gmail.com
Wed Mar 12 21:58:47 CET 2008
Le 12 mars 08 à 10:22, Rafaël Carré a écrit :
> On Wed, 2008-03-12 at 08:09 +0100, Eric Nicolas wrote:
>> I'm trying to compile the source code on MacOSX Leopard.
>> I installed XCode 2.5.
>> Here what I'm doing :
>>
>> export PATH=/Xcode2.5/bin:/Xcode2.5/sbin:/Xcode2.5/usr/bin:/
>> Xcode2.5/
>> usr/sbin:$PATH
>> tar jxvf vlc-snapshot-20080310.tar.bz2
>> cd vlc-0.9.0-git/extras/contrib
>> ./bootstrap
>> make src
>>
>> It fails on CMake.
>> (note that I've been trying to use CMake for another project on
>> leopard and it failed the same...).
>
> do you need CMake to build vlc ? the autotools method still works
> fine.
> to cancel the build: touch extras/contrib/src/.cmake
>
I don't know if cmake is actually needed or not. I guess that if it's
in the vlc extra it's for a reason ?!
Anyway, I cancelled the build as you suggested.
Now it fails on "fribidi" :
Mac-Pro:contrib enicolas$ make src
make -C src all
(cd fribidi; rm -f configure; ./bootstrap && ./configure --
target=i686-apple-darwin8 --host=i686-apple-darwin8 --build=i686-apple-
darwin8 --program-prefix="" --prefix=/workarea/contrib/vlc-0.9.0-git/
extras/contrib && make && make install)
Usable autoreconf found, running
...
...
test -z "/workarea/contrib/vlc-0.9.0-git/extras/contrib/include/
fribidi" || /Volumes/ -d "/workarea/contrib/vlc-0.9.0-git/extras/
contrib/include/fribidi"
/bin/sh: /Volumes/: is a directory
make[5]: *** [install-pkgincludeHEADERS] Error 126
make[4]: *** [install-am] Error 2
make[3]: *** [install-recursive] Error 1
make[2]: *** [install] Error 2
make[1]: *** [.fribidi] Error 2
make: *** [src] Error 2
Thanks for your help.
EN.
More information about the vlc-devel
mailing list