James> I just put up a new snapshot of devel pygtk at:
    James>   http://www.gnome.org/~james/pygtk2-SNAP-20010330.tar.gz

I managed to get all the prerequisite stuff installed, but can't build the
pygtk snapshot.  When compiling gtkobject-support.c I get (long lines
wrapped):

    gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include/python2.1 \
        -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/gtk-2.0 \
        -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include \
        -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 \
        -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -Wall -g \
        -O2 -c gtkobject-support.c -Wp,-MD,.deps/gtkobject-support.TPlo \
        -fPIC -DPIC -o gtkobject-support.lo
    gtkobject-support.c: In function `pygtk_arg_from_pyobject':
    gtkobject-support.c:222: `GTK_TYPE_GDK_EVENT' undeclared (first use in this 
function)
    gtkobject-support.c:222: (Each undeclared identifier is reported only once
    gtkobject-support.c:222: for each function it appears in.)
    gtkobject-support.c:227: `GTK_TYPE_GDK_FONT' undeclared (first use in this 
function)
    gtkobject-support.c:232: `GTK_TYPE_GDK_COLOR' undeclared (first use in this 
function)
    gtkobject-support.c:239: `GTK_TYPE_GDK_VISUAL' undeclared (first use in this 
function)
    gtkobject-support.c: In function `pygtk_arg_as_pyobject':
    gtkobject-support.c:320: `GTK_TYPE_GDK_EVENT' undeclared (first use in this 
function)
    gtkobject-support.c:322: `GTK_TYPE_GDK_FONT' undeclared (first use in this 
function)
    gtkobject-support.c:324: `GTK_TYPE_GDK_COLOR' undeclared (first use in this 
function)
    gtkobject-support.c:326: `GTK_TYPE_GDK_VISUAL' undeclared (first use in this 
function)
    gtkobject-support.c: In function `pygtk_ret_from_pyobject':
    gtkobject-support.c:459: `GTK_TYPE_GDK_EVENT' undeclared (first use in this 
function)
    gtkobject-support.c:464: `GTK_TYPE_GDK_FONT' undeclared (first use in this 
function)
    gtkobject-support.c:469: `GTK_TYPE_GDK_COLOR' undeclared (first use in this 
function)
    gtkobject-support.c:474: `GTK_TYPE_GDK_VISUAL' undeclared (first use in this 
function)
    gtkobject-support.c: In function `pygtk_ret_as_pyobject':
    gtkobject-support.c:550: `GTK_TYPE_GDK_EVENT' undeclared (first use in this 
function)
    gtkobject-support.c:552: `GTK_TYPE_GDK_FONT' undeclared (first use in this 
function)
    gtkobject-support.c:554: `GTK_TYPE_GDK_COLOR' undeclared (first use in this 
function)
    gtkobject-support.c:556: `GTK_TYPE_GDK_VISUAL' undeclared (first use in this 
function)
    gtkobject-support.c: At top level:
    ../ExtensionClass.h:452: warning: `PyCObject_Import14' defined but not used

I searched for GTK_TYPE_GDK_FONT in the sources and installed (/usr/local)
header files but couldn't find it anywhere.  I must be missing something,
though.  I installed glib, pango, gtk+ and pkgconfig, all from the CVS
repository.  Any thoughts?

Thx,

-- 
Skip Montanaro ([EMAIL PROTECTED])
(847)971-7098
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to