On Thu, Jul 04, 2002 at 09:28:52PM -0700, Ben Hines wrote:
> Trying to get the Fink pygtk2 package working. pygtk 1.99.10 fails to 
> build on Mac OS X with:
> 
> gcc -bundle -flat_namespace -undefined suppress -o .libs/_gtkmodule.so  
> _gtkmodule_la-gtkmodule.lo _gtkmodule_la-gtkobject-support.lo 
> _gtkmodule_la-gtk-types.lo _gtkmodule_la-pygtktreemodel.lo 
> _gtkmodule_la-gtk.lo _gtkmodule_la-gdk.lo  -L/sw/lib -lgtk-x11-2.0 
> -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 
> -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lc
> /usr/bin/ld: multiple definitions of symbol __PyGObject_API
> _gtkmodule_la-gtkmodule.lo definition of __PyGObject_API in section 
> (__DATA,__common)
> _gtkmodule_la-pygtktreemodel.lo definition of __PyGObject_API in section 
> (__DATA,__common)

I have no idea about these errors, but ...

> Also there are tons of errors like:
> 
> Could not write method GtkTextIter.forward_find_char: No ArgType for 
> GtkTextCharPredicate
> Could not write method GtkTextIter.backward_find_char: No ArgType for 
> GtkTextCharPredicate
> Could not write method GtkAccelGroup.connect: No ArgType for GClosure*
> Could not write method GtkAccelGroup.connect_by_path: No ArgType for 
> GClosure*

These are entirely normal. They are generated by the automatic C code -->
Python wrapper stuff that James has written and just point out some items
that still need doing. No cause for alarm.

Malcolm
_______________________________________________
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