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 319413 - Missing includes and libs
Missing includes and libs
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal blocker
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-21 13:51 UTC by Josef Zlomek
Modified: 2005-10-26 08:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Josef Zlomek 2005-10-21 13:51:08 UTC
When compiling gstreamer, the subdirectory tools cannot be comlined because path
to glib.h is not passed to gcc:

make[2]: Entering directory `/home/joe/gstreamer/tools'
source='gst-run.c' object='gst-run.o' libtool=no \
depfile='.deps/gst-run.Po' tmpdepfile='.deps/gst-run.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c `test -f 'gst-run.c' || echo
'./'`gst-run.c
gst-run.c:30:18: glib.h: No such file or directory
Comment 1 Josef Zlomek 2005-10-22 14:59:23 UTC
Upgraded automake to 1.9.5 and now it works fine.
Comment 2 Tim-Philipp Müller 2005-10-22 16:26:22 UTC
What automake version did you have before?
Comment 3 Josef Zlomek 2005-10-26 08:33:44 UTC
It was probably 1.6.something (I uninstalled it immediatelly so I'm not 100% sure)