GNOME Bugzilla – Bug 319413
Missing includes and libs
Last modified: 2005-10-26 08:33:44 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
Upgraded automake to 1.9.5 and now it works fine.
What automake version did you have before?
It was probably 1.6.something (I uninstalled it immediatelly so I'm not 100% sure)