gst-plugins problem
Dennis Veatch
dveatch at woh.rr.com
Fri May 27 13:21:38 UTC 2005
I cannot seem to get this thing to compile and it always fails at the same
spot. I have googled with n o luck and tried various optimizations all the
way down to no linker optimizations and no cpu extentions and gstreamer
compiled fine. Anyone got an idea of what else to try? Here's the fiddly
bit ;
make[3]: Entering directory `/usr/src/gst-plugins-0.8.9/ext/spc'
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I.
-I../.. -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.8
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
-DGST_DISABLE_DEPRECATED -Wall -O2 -mcpu=i686 -march=i686 -mmmx -msse -msse2
-m3dnow -mfpmath=sse,387 -MT libgstspc_la-gstspc.lo -MD -MP -MF
".deps/libgstspc_la-gstspc.Tpo" -c -o libgstspc_la-gstspc.lo `test -f
'gstspc.c' || echo './'`gstspc.c; \
then mv -f ".deps/libgstspc_la-gstspc.Tpo" ".deps/libgstspc_la-gstspc.Plo";
else rm -f ".deps/libgstspc_la-gstspc.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread
-I/usr/include/gstreamer-0.8 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED
-Wall -O2 -mcpu=i686 -march=i686 -mmmx -msse -msse2 -m3dnow -mfpmath=sse,387
-MT libgstspc_la-gstspc.lo -MD -MP -MF .deps/libgstspc_la-gstspc.Tpo -c
gstspc.c -fPIC -DPIC -o .libs/libgstspc_la-gstspc.o
make[3]: *** No rule to make target `APU.o', needed by `libgstspc.la'. Stop.
make[3]: Leaving directory `/usr/src/gst-plugins-0.8.9/ext/spc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gst-plugins-0.8.9/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gst-plugins-0.8.9'
make: *** [all] Error 2
More information about the Lunar
mailing list