Quote:
Originally posted by Gates1026
Can you post the result of your ./configure for me? its been a while since I installed them, but i think I will remember one I see an error. Thanks
|
heh, here it is -.-
[root@localhost pygtk-1.99.3]# make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/usr/src/pygtk-1.99.3'
Making all in codegen
make[2]: Entering directory `/usr/src/pygtk-1.99.3/codegen'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/pygtk-1.99.3/codegen'
Making all in gtk
make[2]: Entering directory `/usr/src/pygtk-1.99.3/gtk'
source='gtk-types.c' object='gtk-types.lo' libtool=yes \
depfile='.deps/gtk-types.Plo' tmpdepfile='.deps/gtk-types.TPlo' \
depmode=gcc /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/i
nclude/python2.2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/includ
e/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2
.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/u
sr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/
freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2
-c -o gtk-types.lo `test -f gtk-types.c || echo './'`gtk-types.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/python2.2 -I/usr/include/gt
k-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/li
b/glib-2.0/include -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/inc
lude/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pa
ngo-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I
/usr/lib/glib-2.0/include -Wall -g -O2 -c gtk-types.c -Wp,-MD,.deps/gtk-types.TP
lo -fPIC -DPIC -o gtk-types.lo
gtk-types.c: In function `pygdk_atom_coerce':
gtk-types.c:1262: warning: passing arg 1 of `PyInt_FromLong' makes integer from
pointer without a cast
gtk-types.c:1266: pointer value used where a floating point value was expected
gtk-types.c:1270: warning: passing arg 1 of `PyLong_FromUnsignedLong' makes inte
ger from pointer without a cast
gtk-types.c: In function `pygdk_atom_int':
gtk-types.c:1288: warning: passing arg 1 of `PyInt_FromLong' makes integer from
pointer without a cast
gtk-types.c: In function `pygdk_atom_long':
gtk-types.c:1294: warning: passing arg 1 of `PyLong_FromUnsignedLong' makes inte
ger from pointer without a cast
gtk-types.c: In function `pygdk_atom_float':
gtk-types.c:1300: incompatible type for argument 1 of `PyFloat_FromDouble'
gtk-types.c: In function `pygdk_atom_oct':
gtk-types.c:1308: warning: long unsigned int format, GdkAtom arg (arg 4)
gtk-types.c: In function `pygdk_atom_hex':
gtk-types.c:1316: warning: long unsigned int format, GdkAtom arg (arg 4)
/usr/include/wchar.h: At top level:
pygtk-private.h:38: warning: `PyGtk_FatalExceptions' defined but not used
make[2]: *** [gtk-types.lo] Error 1
make[2]: Leaving directory `/usr/src/pygtk-1.99.3/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/pygtk-1.99.3'
make: *** [all] Error 2
[root@localhost pygtk-1.99.3]#