[Gtk2forpascal-devel] linking errors
Brought to you by:
mgaertner
From: Mattias G. <nc-...@ne...> - 2005-01-22 23:40:11
|
I tried compiling under Fedora Core 2, wth gtk2.4. tools/gtkversion prints: 2.4 If I compile out bindings with -dGTK2_4 I get linking errors: Linking ./gtk+/helloworld2/helloworld2 /home/.../gtk2/lib/i386/linux/gtk2.o(.text+0xd587): In function `GTK2_GTK_TYPE_FILE_CHOOSER_DEFAULT$$LONGWORD':: undefined reference to `_gtk_file_chooser_default_get_type' /home/.../gtk2/lib/i386/linux/gtk2.o(.text+0xd64b): In function`GTK2_GTK_TYPE_FILE_CHOOSER_EMBED$$LONGWORD':: undefined reference to`_gtk_file_chooser_embed_get_type' /home/.../gtk2/lib/i386/linux/gtk2.o(.text+0xd6c3): In function `GTK2_GTK_TYPE_FILE_CHOOSER_ENTRY$$LONGWORD':: undefined reference to `_gtk_file_chooser_entry_get_type' helloworld2.pas(99,1) Error: Error while linking Has someone any idea why? Is _gtk_file_chooser_embed_get_type really part of 2.4? Mattias |