Anthony Tekatch wrote: >Hello, > >I'm trying to install gnome-python-1.4.1 onto my RedHat 7.0 system: > >The README says: >"... you will also need the pygtk package compiled and installed. " > >I thought pygtk is included in "gnome-python-1.4.1". > > >Anyway, I get the following error that shows up from make rather than being caught by >./configure : > >============================================================================ >In file included from /usr/include/applet-widget.h:12, > from appletmodule.c:25: >/usr/include/libgnorba/gnorba.h:4:23: orb/orbit.h: No such file or directory >/usr/include/libgnorba/gnorba.h:5:37: ORBitservices/CosNaming.h: No such file or >directory >In file included from /usr/include/libgnorba/gnorba.h:7, > from /usr/include/applet-widget.h:12, > from appletmodule.c:25: >/usr/include/libgnorba/gnome-factory.h:7:23: orb/orbit.h: No such file or directory >In file included from /usr/include/applet-widget.h:14, > from appletmodule.c:25: >/usr/include/gnome-panel.h:7:23: orb/orbit.h: No such file or directory >make[3]: *** [appletmodule.lo] Error 1 >make[3]: Leaving directory `/software/gnome-python-1.4.1/pygnome' >make[2]: *** [all-recursive] Error 1 >make[2]: Leaving directory `/software/gnome-python-1.4.1/pygnome' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/software/gnome-python-1.4.1' >make: *** [all] Error 2 >============================================================================ > >I've just been applying Ximian updates to my system. > > >My real goal is to update my system to the latest Python 2.x and test my applications >under that rather than 1.5.2. Is this even possible? > Most likely, you upgraded orbit to a newer version (which moves the headers to a new location) without updating everything above it. You may need to upgrade more stuff.
James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
