building HEAD glib



	As I was re-building this I got:

make[1]: Entering directory `/opt/ngnome2/src/glib/tests'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I.. -I.. -DG_ENABLE_DEBUG    -Wall -O -g -O2 -g -D_REENTRANT -c
libmoduletestplugin_a.c
rm -f .libs/libmoduletestplugin_a.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_ENABLE_DEBUG -Wall -O -g -O2 -g
-D_REENTRANT -Wp,-MD,.deps/libmoduletestplugin_a.pp -c
libmoduletestplugin_a.c  -fPIC -DPIC -o .libs/libmoduletestplugin_a.lo
libmoduletestplugin_a.c:27: gmodule.h: No such file or directory
make[1]: *** [libmoduletestplugin_a.lo] Error 1
make[1]: Leaving directory `/opt/ngnome2/src/glib/tests'

	For which one fix was:

Index: tests/Makefile.am
===================================================================
RCS file: /cvs/gnome/glib/tests/Makefile.am,v
retrieving revision 1.28
diff -u -r1.28 Makefile.am
--- tests/Makefile.am	2000/12/22 13:44:25	1.28
+++ tests/Makefile.am	2001/01/04 01:40:34
@@ -1,5 +1,5 @@
 
-INCLUDES = -I$(top_srcdir) @GLIB_DEBUG_FLAGS@
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gmodule @GLIB_DEBUG_FLAGS@
 
 EFENCE=
 
	Another to include <gmodule/gmodule.h>

	HTH,

		Michael.

-- 
 mmeeks gnu org  <><, Pseudo Engineer, itinerant idiot





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]