On 7/1/03 8:14 PM, "James Henstridge" <[EMAIL PROTECTED]> wrote:
> Arrgh. That's the other related problem I fixed since the 1.99.16 > release. I believe what is in CVS should compile and run on Mac OS X now. > > If you don't want to use CVS, I think the other remaining change is to > edit pygobject-private.h and change the line "GType PY_TYPE_OBJECT" to > "extern GType PY_TYPE_OBJECT". > > Thanks for the bug report though. > > James. Well, I tried to compile CVS and this is what I got... Is this something wrong with my configuration? gcc -bundle -flat_namespace -undefined suppress -o .libs/atkmodule.so .libs/atkmodule.o .libs/atk.o -L/sw/lib /sw/lib/libatk-1.0.dylib /sw/lib/libgobject-2.0.dylib /sw/lib/libgmodule-2.0.dylib /sw/lib/libglib-2.0.dylib /sw/lib/libintl.dylib /sw/lib/libiconv.dylib ld: multiple definitions of symbol __PyGObject_API .libs/atkmodule.o definition of __PyGObject_API in section (__DATA,__common) .libs/atk.o definition of __PyGObject_API in section (__DATA,__common) ld: warning multiple definitions of symbol _locale_charset /sw/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset /sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset make[2]: *** [atkmodule.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
