On Monday 23 December 2002 09:51, Dave Reed wrote:
> I installed the following in /usr/local/gtk2 of a Red Hat 8.0 system:
> 
> pkgconfig-0.14.0.tar.gz
> glib-2.2.0.tar.gz
> pango-1.2.0.tar.gz
> atk-1.2.0.tar.gz
> gtk+-2.2.0.tar.gz
> libglade-2.0.1.tar.gz
> pygtk2 from CVS (as of tonight)
> 
> I set PKG_CONFIG_PATH to:
> /usr/local/gtk2/lib/pkgconfig:/usr/lib/pkgconfig/
> 
> inserted /usr/local/gtk2/bin at the front of my path and
> /usr/local/gtk2 at the front of my LD_LIBRARY_PATH
> 
> set my PYTHONPATH to:
> /usr/local/gtk2/lib/python2.2/site-packages
> 
> And now my python app complains:
> 
>  libglade-WARNING **: Could not load support for `gnome': 
> /usr/lib/libgnome.so: undefined symbol: poptHelpOptions
> 
> and:
> 
> libglade-WARNING **: unknown widget class 'GnomeDateEdit'

<snip>

So my problem is the files in gnome-python/pygnome are not getting
compiled. What are the exact steps for compiling it from CVS?

I had been doing:

in the gnome-python/pygtk directory:
./autogen.sh
make
make install

and then in the gnome-python/gnome-python directory:
./autogen.sh
make
make install

At that point there is no autogen.sh file in the pygnome directory but
there is a configure script. If I type:

./configure

I get:

configure: error: can not find sources in . or ..

What am I doing wrong?

Thanks,
Dave


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to