GNOME Bugzilla – Bug 102755
Pan doesn't build against GNet 1.1.8
Last modified: 2004-12-22 21:47:04 UTC
From: Nam SungHyun <namsh@kldp.org> gnet-1.1.8 installs gnetconfig.h to /usr/lib/gnet/include. Because pan does not include GNET_CFLAGS, compiler could not find the gnetconfig.h. Regards, namsh diff -u -p -r1.204 Makefile.am --- ./pan/Makefile.am 14 Nov 2002 06:20:02 -0000 1.204 +++ ./pan/Makefile.am 7 Jan 2003 06:36:24 -0000 @@ -11,6 +11,7 @@ INCLUDES = \ -DLOCALEDIR=\"$(datadir)/locale\" \ $(GNOME_INCLUDEDIR) \ $(GTKSPELL_CFLAGS) \ + $(GNET_CFLAGS) \ $(GTK_CFLAGS) \ $(GLIB_CFLAGS) \ $(XML_CFLAGS) \ diff -u -p -r1.13 Makefile.am --- ./pan/dialogs/Makefile.am 13 Feb 2002 21:45:59 -0000 1.13 +++ ./pan/dialogs/Makefile.am 7 Jan 2003 06:36:24 -0000 @@ -5,6 +5,7 @@ INCLUDES = \ -I$(includedir)/pan \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ $(GNOME_INCLUDEDIR) \ + $(GNET_CFLAGS) \ $(GTK_CFLAGS) \ $(GLIB_CFLAGS) \ $(XML_CFLAGS) \
Fixed in CVS.