Re: [gtk+osx] Execution errors with GTK+OSX
Status: Beta
Brought to you by:
jralls
From: Matthew K. <Mat...@in...> - 2006-11-25 09:07:48
|
Guillaume, GTK+OSX is only an alpha release, therefore not every function that =20 you would find in the linux version has been implemented as of yet. I =20= would think that accounts for the first error. In terms of solutions =20 to it, the only advice I was given was to actually write the function =20= for GTK+OSX or change your own code. You can usually confirm that the =20= function is not implemented by doing a 'grep' of it's name in the =20 frameworks directory(s). The second error looks like the default font is not installed on your =20= computer. I don't know where you change this, so perhaps you can =20 either try and find where the font is specified, or try installing =20 the font on your computer. Good Luck, Matthew Kemp On 26 Oct 2006, at 15:27, Guillaume Mahieux-Sudre wrote: > Hello, > I've installed GTK+OSX (so, GTK, GDK & GLib) on my Mac (OSX 10.4.8) =20= > but > when i compile, I get these errors : > > ----------------------------------------------------------------------=20= > ------------------------- > ----------------------------------------------------------------------=20= > ------------------------- > -- ** WARNING **: gdk_drag_init: not =20 > implemented =20 > --=20 > -- gtk_init > -- GTKMacSetup() > --=20 > -- ** WARNING **: GDK_font_load CALLED with -adobe-helvetica-medium-=20= > r-normal--*-120-*-*-*-*-*-* > -- Found font: helvetica, 12 pt (id: 21) > -- ZeroLink: unknown symbol '_G_OBJECT' > --=20 > -- GTK has exited due to signal 6 (SIGABRT). > ----------------------------------------------------------------------=20= > ------------------------- > ----------------------------------------------------------------------=20= > ------------------------- > > Can you explain why and how to fix them ? (My code just create a =20 > window and show it) > > > ----------------------------------------------------------------------=20= > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =20 > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV > _______________________________________________ > Gtk-osx-developer mailing list > Gtk...@li... > https://lists.sourceforge.net/lists/listinfo/gtk-osx-developer > =EF=BF=BC |