On Thu, Jul 13, 2006 at 02:30:41AM +0100, Darren Salt wrote:
Yes it does (line 94). That and the rest of the reported errors strongly suggest that (at best) your source tree is broken or corrupted.
In fact I think it because it don't find : asoundlib.h which on my system is /usr/include/alsa/asoundlib.h
I have just created a symlink in xine-lib source and it compils.
Do you think there is something wrong in my system or there is a problem with xine source ?
I use alsa-lib-1.0.11.
Now it fails at :
gcc -shared .libs/input_vdr.o -Wl,--rpath -Wl,/usr/src/CVS/xine-lib/src/xine-engine/.libs ../../src/xine-engine/.libs/libxine.so -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../ -march=k8 @XINE_PLUGIN_MIN_SYMS@ -Wl,-soname -Wl,xineplug_inp_vdr.so -o .libs/xineplug_inp_vdr.so x86_64-pc-linux-gnu-gcc: @XINE_PLUGIN_MIN_SYMS@: No such file or directory make[3]: *** [xineplug_inp_vdr.la] Error 1 make[3]: Leaving directory `/usr/src/CVS/xine-lib/src/vdr' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/CVS/xine-lib/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/CVS/xine-lib' make: *** [all] Error 2
Thank,