GNOME Bugzilla – Bug 305505
Fail to compile plugin spc
Last modified: 2005-07-02 09:42:43 UTC
Please describe the problem: Making all in spc make[3]: Entering directory `/root/gstreamer/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/local/include/gstreamer-0.8 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -g -O2 -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 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/local/include/gstreamer-0.8 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -g -O2 -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 `/root/gstreamer/src/gst-plugins-0.8.9/ext/spc' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/gstreamer/src/gst-plugins-0.8.9/ext' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/gstreamer/src/gst-plugins-0.8.9' make: *** [all] Error 2 Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
fixed by arwed.
it's still present: [fritz@smeagol spc]$ make if /bin/sh ../../libtool --tag=CC --mode=compile i686-pld-linux-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 -march=i686 -fomit-frame-pointer -pipe -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 i686-pld-linux-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 -march=i686 -fomit-frame-pointer -pipe -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: *** No rule to make target `APU.Asm', needed by `APU.o'. Stop. [fritz@smeagol spc]$ grep APU Makefile.am libgstspc_la_SOURCES = gstspc.c APU.Asm DSP.Asm SPC700.Asm libgstspc_la_LIBADD = APU.o DSP.o SPC700.o noinst_HEADERS = gstspc.h APU.h DSP.h SNESAPU.h SPC700.h Types.h spc.h APU.Inc DSP.Inc Macro.Inc SPC700.Inc
It's fixed for me.