|
From: SourceForge.net <no...@so...> - 2005-08-03 18:17:41
|
Bugs item #1251217, was opened at 2005-08-03 20:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109655&aid=1251217&group_id=9655 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Filip Miletic (filmil) Assigned to: Nobody/Anonymous (nobody) Summary: xine-lib 1.1.0 does not compile on FC4: Initial Comment: While compiling: <snip> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -DXINE_COMPILE -mtune=pentiumpro -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -MT audio_alsa_out.lo -MD -MP -MF .deps/audio_alsa_out.Tpo -c audio_alsa_out.c -o .libs/audio_alsa_out.o /bin/sh ../../libtool-nofpic --mode=link --tag=CC gcc -DXINE_COMPILE -mtune=pentiumpro -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -o xineplug_ao_out_alsa.la -rpath /usr/local/lib/xine/plugins/1.1.0 -avoid-version -module audio_alsa_out.lo -lasound ../../src/xine-engine/libxine.la libtool-nofpic: link: warning: `/usr/lib/gcc/i386-redhat-linux/4.0.1/../../..//libfreetype.la' seems to be moved gcc -shared .libs/audio_alsa_out.o -Wl,--rpath -Wl,/home/filip/tmp/xine-lib-1.1.0/src/xine-engine/.libs -Wl,--rpath -Wl,/usr/local/lib -L/usr/lib/gcc/i386-redhat-linux/4.0.1/../../../ -lasound ../../src/xine-engine/.libs/libxine.so -mtune=pentiumpro -mpreferred-stack-boundary=2 -Wl,-soname -Wl,xineplug_ao_out_alsa.so -o .libs/xineplug_ao_out_alsa.so /usr/bin/ld: .libs/xineplug_ao_out_alsa.so: undefined versioned symbol name snd_pcm_hw_params_get_buffer_size_max@ALSA_0.9 /usr/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit status make[3]: *** [xineplug_ao_out_alsa.la] Error 1 make[3]: Leaving directory `/home/filip/tmp/xine-lib-1.1.0/src/audio_out' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/filip/tmp/xine-lib-1.1.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/filip/tmp/xine-lib-1.1.0' make: *** [all] Error 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109655&aid=1251217&group_id=9655 |