I think I'm almost there.... I got gnome-python to configure, but now I get
this when I try to 'make':
[EMAIL PROTECTED] gnome-python-2.0.0]# make
make all-recursive
make[1]: Entering directory
`/home/chris/tmp/python/gnome-python-2.0.0'
Making all in gconf
make[2]: Entering directory
`/home/chris/tmp/python/gnome-python-2.0.0/gconf'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/chris/tmp/python/gnome-python-2.0.0/gconf'
Making all in gnome
make[2]: Entering directory
`/home/chris/tmp/python/gnome-python-2.0.0/gnome'
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -std=c9x -o
applet.la -rpath /usr/local/lib/python2.3/site-packages/gtk-2.0/gnome -
module -avoid-version -export-symbols-regex initapplet
applet_la-appletmodule.lo applet_la-applet.lo -pthread -L/usr/local/lib -
L/usr/X11R6/lib -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2
-lz -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2- 1.0 -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2
-lgconf-2 -lgnomevfs-2 -lbonobo- activation -lORBit-2 -lm -llinc
-lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0
grep: /usr/lib/libglade-2.0.la: No such file or directory
/bin/sed: can't read /usr/lib/libglade-2.0.la: No such file or
directory
libtool: link: `/usr/lib/libglade-2.0.la' is not a valid libtool
archive
make[2]: *** [applet.la] Error 1
make[2]: Leaving directory
`/home/chris/tmp/python/gnome-python-2.0.0/gnome'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/chris/tmp/python/gnome-python-2.0.0'
make: *** [all] Error 2
I did a Google on 'libglade-2.0.la' and came up with nothing. So, I'm
stuck, again...
So close, yet so far...
Chris
-----Original Message-----
From: James Henstridge [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 09, 2003 10:14 AM
To: Shaffer, Chris
Cc: [EMAIL PROTECTED]
Subject: Re: [pygtk] Install Problems
On 09/09/03 22:13, Shaffer, Chris wrote:
>As far as I know. My PyGTK apps work, and when I look in
>/usr/local/lib/python2.3/site-packages, I have a gtk-2.0 folder, as
>well as pygtk.py file...
>
>I installed PyGTK from the latest source on the PyGTK homepage...
>
In that case, take the following bit of advice:
>> Perhaps you should add the directory containing `pygtk-2.0.pc'
>> to the PKG_CONFIG_PATH environment variable
>> No package 'pygtk-2.0' found
>>
>>
In your case, you probably want to do the following before running
configure:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
export PKG_CONFIG_PATH
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
*****
"The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential, proprietary, and/or
privileged material. Any review, retransmission, dissemination or other use
of, or taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from all
computers."
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/