Re: avahi configure problem



Thanks for the advice Joseph. I'm not sure how to check... see output following:

[rich ehrlich pygtk]$ make install
[===== NOW BUILDING:    pygtk-2.8.4     =====]
        [fetch] complete for pygtk.
        [checksum] complete for pygtk.
        [extract] complete for pygtk.
        [patch] complete for pygtk.
        [fixup] complete for pygtk.
        [configure] complete for pygtk.
        [build] complete for pygtk.
        [install] complete for pygtk.

[rich ehrlich ~/garnome]$ find ./ -name 'pygtk*'
./bin/pygtk-codegen-2.0
./bin/pygtk-demo
./share/gtk-doc/html/pygtksourceview
./share/gtk-doc/html/pygtksourceview/pygtksourceview.devhelp
./share/pygtk
./lib/pkgconfig/pygtk-2.0.pc
./lib/python2.3/site-packages/pygtk.pth
./lib/python2.3/site-packages/pygtk.py
./lib/python2.3/site-packages/pygtk.pyc
./lib/python2.3/site-packages/pygtk.pyo
./lib/pygtk
./lib/pygtk/2.0/pygtk-demo.py
./lib/pygtk/2.0/pygtk-demo.pyc
./lib/pygtk/2.0/pygtk-demo.pyo
./include/pygtk-2.0
./include/pygtk-2.0/pygtk
./include/pygtk-2.0/pygtk/pygtk.h

So it looks like pygtk didn't get installed for python2.4, but just python2.3.  While on this topic, I had to remove/remake links to either python2.4 or python2.3 throughout the `make paranoid-install` step because it frequently failed due to finding the incorrect python version.  It would be nice if the configure/Makefile knew enoough to look for the proper binary.  Where pygtk installs the libs is independent of the version of python that `which python` discovers.

How can I build/install the python2.4 libs?

thanks again,
Rich


On 3/17/06, Joseph E. Sacco, Ph.D. < joseph_sacco comcast net> wrote:
Rich,

Check that ./bindings/pygtk was installed successfully.

-Joseph

===================================================================


On Fri, 2006-03-17 at 09:48 -0800, Rich McClellan wrote:
> Hello,
>
> I am building Gnome v2.14 with garnome v2.14.0 on an up to date Centos
> v4.2 box.  I've run into a problem I cannot fix related to the
> configure step of building avahi v0.6.9.
>
> The error message (with a little context) is:
> checking for /usr/bin/python platform... linux2
> checking for /usr/bin/python script directory...
> ${prefix}/lib/python2.4/site-packages
> checking for /usr/bin/python extension module directory...
> ${exec_prefix}/lib/python2.4/site-packages
> checking for python module gtk... no
> configure: error: Could not find Python module gtk
> make[2]: *** [configure-work/main.d/avahi-0.6.9/configure] Error 1
> make[2]: Leaving directory
> `/home/rich/tmp/garnome- 2.14.0 /freedesktop/avahi'
> make[1]: *** [../../freedesktop/avahi/cookies/main.d/install] Error 2
> make[1]: Leaving directory
> `/home/rich/tmp/garnome-2.14.0/desktop/ekiga'
> make: *** [paranoid-install] Error 2
>
> 1. Should ${prefix} and ${exec_prefix} been replaced with their
> values?
> 2. ~/garnome/lib/python2.4/site-packages contains the following:
> CORBA.py   CORBA.pyo  gtk-2.0/  ORBit.so           PortableServer.pyc
> CORBA.pyc  deskbar/   ORBit.la  PortableServer.py  PortableServer.pyo
>
> So you see gtk is indeed present.
>
> Any advice is welcomed.
>
> Thanks,
> Rich
--
joseph_sacco [at] comcast [dot] net

--
garnome-list mailing list
garnome-list gnome org
http://mail.gnome.org/mailman/listinfo/garnome-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]