[gtk+osx] Execution errors with GTK+OSX
Status: Beta
Brought to you by:
jralls
From: Guillaume Mahieux-S. <gui...@la...> - 2006-10-26 14:29:40
|
Hello, I've installed GTK+OSX (so, GTK, GDK & GLib) on my Mac (OSX 10.4.8) but when i compile, I get these errors : ----------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------- -- ** WARNING **: gdk_drag_init: not implemented -- -- gtk_init -- GTKMacSetup() -- -- ** WARNING **: GDK_font_load CALLED with -adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-* -- Found font: helvetica, 12 pt (id: 21) -- ZeroLink: unknown symbol '_G_OBJECT' -- -- GTK has exited due to signal 6 (SIGABRT). ----------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------- Can you explain why and how to fix them ? (My code just create a window and show it) |