[gst-devel] make clean didn't

Joshua N Pritikin vishnu at pobox.com
Wed Sep 25 04:59:02 CEST 2002


After doing a "cvs update", i tried rebuilding.  gst-register was giving
me crazy errors (below) so i did a make clean:

(process:15996): GLib-GObject-WARNING **: specified class size for type `GstMpeg2dec' is smaller than the parent type's `GstElement' class size

(process:15996): GStreamer-CRITICAL **: file gstelementfactory.c: line 148 (gst_element_factory_new): assertion `type' failed

However, the "make clean" didn't work completely because i'm configured
for building fewer plugins:

joshua at emit:~/gst/gst-plugins$ find . -name .libs -print
./ext/aalib/.libs
./ext/alsa/.libs
./ext/dvdnav/.libs
./ext/http/.libs
./ext/mpeg2dec/.libs

i'm not building aalib, alsa, etc, so they aren't getting cleaned out
but gst-register finds them because it searchs recursively.  This is
bad.  Can we do something like this in the "make clean" rule?

rm -rf `find . -name .libs -print`

-- 
Victory to the Divine Mother!!         after all,
  http://sahajayoga.org                  http://why-compete.org




More information about the gstreamer-devel mailing list