After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 504895 - Build fails: gst/check/gstcheck.h: No such file or directory
Build fails: gst/check/gstcheck.h: No such file or directory
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other All
: Normal critical
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-21 16:36 UTC by David Ronis
Modified: 2007-12-21 19:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description David Ronis 2007-12-21 16:36:29 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.
Comment 1 David Ronis 2007-12-21 16:42:03 UTC
adding --disable-tests to configure's args suppresses the problem.
Comment 2 Tim-Philipp Müller 2007-12-21 19:31:57 UTC
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.