Date: 10 Aug 1998 11:41:24 +0200 From: Thomas Gellekum <tg@ihf.rwth-aachen.de> To: Satoshi Asami <asami@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/pygtk Makefile Message-ID: <87pve9b2d7.fsf@ghpc6.ihf.rwth-aachen.de> In-Reply-To: Satoshi Asami's message of "Fri, 07 Aug 1998 12:20:20 -0700 (PDT)" References: <199808071920.MAA22397@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Satoshi Asami <asami@FreeBSD.ORG> writes: > ===> Building for py-gtk-0.4.5 > `Makefile' is up to date. > cc -fpic -O2 -pipe -I/usr/local/include/python1.5 -I/usr/local/lib/python1.5/config -DHAVE_CONFIG_H=1 -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X > 11R6/include -c ./gtkmodule.c > In file included from /usr/local/include/gdk/gdk.h:23, > from /usr/local/include/gtk/gtk.h:23, > from ./gtkmodule.c:239: > /usr/local/include/gdk/gdktypes.h:25: glib.h: No such file or directory > ======= > > glib.h is in /usr/local/include/glib. Perhaps it needs to be changed after > glib was updated. SEP, I think. Works fine with the `old' gtk port. Judging from the PLISTs, gtk11 installs its own glib.h into /usr/local/include, whereas /usr/local/include/glib/glib.h comes from the glib port. Vanilla? > By the way, why isn't devel/glib in the dependency list? That's a gtk vs. gtk11/glib issue. py-gtk uses gtk (1.0.[2-5]) for now; the next version will have support for gtk11. I don't know if there are major differences. I'll look after it when the upgrade to gtk-1.1 has been committed. tg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87pve9b2d7.fsf>