GNOME Bugzilla – Bug 504895
Build fails: gst/check/gstcheck.h: No such file or directory
Last modified: 2007-12-21 19:31:57 UTC
Steps to reproduce: 1. make 2. 3. Stack trace: Other information: I'm building under garnome svn/trunk. gst-plugins-base, gstreamer built and installed. I get the above message building gst-plugins-good. To be sure, there is no gst/check/gstcheck.h file (in the gst subdirectory of gst-plugins-good) although find shows one in gstreamer-0.10.15/libs/gst/check. I tried linking this file in the appropriate place, and this "fixed" the problem, only to have things die looking for gst/gst.h.
adding --disable-tests to configure's args suppresses the problem.
I think this is fixed in gst-plugins-good CVS (by this commit, no sure if here are other related ones before that): 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: * tests/Makefile.am: Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and we weren't actually _using_ the information for libcheck ourselves anyway. http://webcvs.freedesktop.org/gstreamer/gst-plugins-good/configure.ac?r1=1.704&r2=1.705 Please re-open if this is still an issue with CVS.