[vlc-devel] Re: patch for compile problem on linux - Gentoo
Alexis de Lattre
alexis at via.ecp.fr
Thu Jul 31 12:26:43 CEST 2003
On Thu, Jul 31, 2003, Sam Hocevar wrote :
> I suggest you describe the problem you were having instead, preferably
> with a compilation log.
Here is the problem :
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DSYS_LINUX -I../include
`top_builddir=".." ../vlc-config --cflags mozilla pic` -Imozilla
-Wsign-compare -Wall -finline-limit-30000 -pipe -MT
libplugin_a-npunix.o -MD -MP -MF ".deps/libplugin_a-npunix.Tpo" \
-c -o libplugin_a-npunix.o `test -f 'support/npunix.c' || echo
'./'`support/npunix.c; \
then mv -f ".deps/libplugin_a-npunix.Tpo" ".deps/libplugin_a-npunix.Po";
\
else rm -f ".deps/libplugin_a-npunix.Tpo"; exit 1; \
fi
g++ -Wsign-compare -Wsign-compare -Wall -finline-limit-30000 -pipe
-o libvlcplugin.so libplugin_a-vlcshell.o libplugin_a-vlcplugin.o
libplugin_a-vlcpeer.o libplugin_a-npunix.o \
../lib/libvlc_pic.a -shared \
`top_builddir=".." ../vlc-config --libs vlc mozilla builtin pic`
g++: ../lib/libvlc_pic.a : Aucun fichier ou répertoire de ce type
make[3]: *** [libvlcplugin.so] Erreur 1
This problem occurs with the vlc-0.6.1 tarball configured with:
./configure --enable-gnome --enable-debug --enable-ffmpeg
--with-ffmpeg-tree=../ffmpeg --enable-dvdplay --enable-mad
--enable-libmpeg2 --with-libmpeg2-tree=../mpeg2dec --disable-skins
--enable-pvr --enable-v4l --enable-mozilla
I don't have this problem with the CVS configured with the same
./configure line.
--
Alexis
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list