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 102755 - Pan doesn't build against GNet 1.1.8
Pan doesn't build against GNet 1.1.8
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
0.13.4
Other All
: Low normal
: 0.13.4
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2003-01-07 15:28 UTC by Charles Kerr
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Charles Kerr 2003-01-07 15:28:11 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) \
Comment 1 Charles Kerr 2003-01-07 15:35:09 UTC
Fixed in CVS.