From owner-cvs-all Mon Aug 10 02:42:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11579 for cvs-all-outgoing; Mon, 10 Aug 1998 02:42:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11539; Mon, 10 Aug 1998 02:42:11 -0700 (PDT) (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.8/8.8.6) with ESMTP id LAA16850; Mon, 10 Aug 1998 11:41:26 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id LAA15244; Mon, 10 Aug 1998 11:41:25 +0200 (CEST) To: Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/pygtk Makefile References: <199808071920.MAA22397@freefall.freebsd.org> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 10 Aug 1998 11:41:24 +0200 In-Reply-To: Satoshi Asami's message of "Fri, 07 Aug 1998 12:20:20 -0700 (PDT)" Message-ID: <87pve9b2d7.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 27 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami 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