Re: [gtk+osx] (no subject)
Status: Beta
Brought to you by:
jralls
From: Kai-Uwe B. <ku...@gm...> - 2006-11-15 06:11:29
|
Matthew, some general thoughts: gtk-osx is for the gtk+-1.2.x API. Code written for the gtk 2.x API's will mostly not compile. There are too many differences. For gtk+-1.2.x ... Did you use the gtk-osx gtk-config script as described somewhere in the distribution? Then I would check if the gtk_window_reposition symbol is in the GTK Framework. In my version (modified 0.7) it is not. I found only gtk_window_position_values, gtk_window_set_position... Probably your funktion is not implemented. So eighter implement yourself and post, or change your code. Hope this helpes. regards Kai-Uwe Behrmann + development for color management + imaging / panoramas + email: ku...@gm... + http://www.behrmann.name Am 14.11.06, 16:47 -0000 schrieb Matthew Kemp: > Hi, > > I hope someone can help out a real novice in compiling, C and GTK. > > I am doing a project and I am trying to install a linux executable on > my os x machine. I have been given the source files and the makefile > and to the best of my knowledge, I have successfully installed the GTK > +OSX binary on my computer. > > It's a fairly simple program, but when I try to compile(using make) I > get this following error: > > /usr/bin/ld: Undefined symbols: > _gtk_window_reposition > collect2: ld returned 1 exit status > > I really don't have the foggiest where to start. I'd really > appreciate if anyone could lend any expertise here. > > Best Wishes, > > Matthew > |