Skip site navigation (1)Skip section navigation (2)
Date:      17 Feb 2002 00:04:08 -0500
From:      Joe Clarke <marcus@marcuscom.com>
To:        rajat@skipstone.com
Cc:        freebsd-gnome@FreeBSD.ORG
Subject:   Re: Fail to build guile-gnome-0.20_3
Message-ID:  <1013922249.52056.29.camel@shumai.marcuscom.com>
In-Reply-To: <200202170327.g1H3RTKW023644@sm11.texas.rr.com>
References:  <200202170327.g1H3RTKW023644@sm11.texas.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-rcJA/AqeKWLgVdf2hz3f
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Sat, 2002-02-16 at 22:36, Rajat Datta wrote:
> Building gnome from the ports tree, guile-gnome failed to build because 
> libglade-glue.c could not find glade/glade.h.  This file is installed by the 
> libglade package, which was installed, but which installs the necessary .h 
> file under /usr/X11R6/include/libglade-1.0/glade/glade.h.  Workaround is to 
> add the -I/usr/X11R6/include/libglade-1.0 in the Makefile, or make a symbolic 
> link in the /usr/X11R6/include directory.

I'm partly to blame for this.  I must not have rebuilt guile-gnome after
Maxim removed the compat symlinks.  This patch should solve the problem.

Joe

> 
> Output of uname -a is
> FreeBSD thebronx.austin.rr.com 4.5-STABLE FreeBSD 4.5-STABLE #5: Wed Feb 13 
> 23:02:18 CST 2002     
> rajat@thebronx.austin.rr.com:/usr/obj/volume2/src/sys/RAJAT  i386
> 
> Last updated ports tree on Saturday, Feb 16, at approximately noon.
> 
> rajat
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
> 


--=-rcJA/AqeKWLgVdf2hz3f
Content-Disposition: attachment; filename="patch-guile-gnome::libglade::Makefile.in"
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-makefile; charset=ISO-8859-1

--- guile-gnome/libglade/Makefile.in.orig	Sat Feb 16 23:57:11 2002
+++ guile-gnome/libglade/Makefile.in	Sat Feb 16 23:58:57 2002
@@ -63,6 +63,7 @@
 BUILD_GUILE =3D @BUILD_GUILE@
 CC =3D @CC@
 DLLTOOL =3D @DLLTOOL@
+GLADE_INCLUDES =3D `libglade-config --cflags gnome`
 GNOMEGNORBA_LIBS =3D @GNOMEGNORBA_LIBS@
 GNOMEUI_LIBS =3D @GNOMEUI_LIBS@
 GNOME_ACLOCAL_DIR =3D @GNOME_ACLOCAL_DIR@
@@ -98,7 +99,7 @@
 VERSION =3D @VERSION@
 ZVT_LIBS =3D @ZVT_LIBS@
=20
-INCLUDES =3D -I.. -I$(srcdir)/.. -I../../guile-gtk -I$(srcdir)/../../guile=
-gtk 	-I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR)
+INCLUDES =3D -I.. -I$(srcdir)/.. -I../../guile-gtk -I$(srcdir)/../../guile=
-gtk 	-I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) $(GLADE_INCLUDES)
=20
=20
 GLADE_LIBS =3D `libglade-config --libs gnome`

--=-rcJA/AqeKWLgVdf2hz3f--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1013922249.52056.29.camel>