Postby Franck » 09 Mar 2007 11:16
Thank you for your answer.
In fact, my problem is with the libraries in vlc-x.x.x/extra/contrib/src.
This is the native and cross building process I used :
vlc-x.x.x/bootstrap
cd build/i486-linux-gnu/debug
./../../../configure --disable-mad --disable-ffmpeg --disable-libmpeg2 --disable-wxwidgets --disable-skins2
cd build/arm-linux/debug
./../../../configure --disable-mad --disable-ffmpeg --disable-libmpeg2 --disable-wxwidgets --disable-skins2 CC=arm-linux-gcc --host=arm-linux --target=arm-linux
Now, I want build some libraries in vlc-x.x.x/extra/contrib/src with the process :
In the natif case :
vlc-x.x.x/extra/contrib/boostrap
vlc-x.x.x/extra/contrib/make
In the cross case :
vlc-x.x.x/extra/contrib/boostrap arm-linux
vlc-x.x.x/extra/contrib/make
But, the problem is the library are installed in vlc-x.x.x/extras/contrib/lib.
I try the following process :
dev@barcelone:~/workspace/vlc-0.8.6a/build/i486-linux-gnu/debug$ make -f ./../../../extras/contrib/Makefile
'make bin' isn't functional at the moment,
running 'make src' instead...
make src
make[1]: entrant dans le répertoire « /home/dev/workspace/vlc-0.8.6a/build/i486-linux-gnu/debug »
make[1]: Rien à faire pour « src ».
make[1]: quittant le répertoire « /home/dev/workspace/vlc-0.8.6a/build/i486-linux-gnu/debug »
dev@barcelone:~/workspace/vlc-0.8.6a/build/i486-linux-gnu/debug$
I think I have to modify some Makefiles in vlc-x.x.x/extras/contrib/, but I have some problems to understand the first error with "src".
Would you please help me to resolve this problem ?
Best regards