Re: [Gtk2forpascal-devel] undefined references
Brought to you by:
mgaertner
From: Mattias G. <nc-...@ne...> - 2002-09-04 13:40:38
|
On 03 Sep 2002 21:35:42 +0200 Olaf Leidinger <le...@ne...> wrote: > Hello list! > > When trying to compile my gtk2 app with the latest version of the units > I get the following undefined reference: > > Compiling ./gtk+/demo/gtk_demo.pas > Assembling gtk_demo > Linking ./gtk+/demo/gtk_demo > [...]/pas/gtk2/gdk2.o: In function `_GDK2$$_GDK_TYPE_DISPLAY': > [...]/pas/gtk2/gdk2.o(.text+0xb07): undefined reference to > `gdk_display_get_type' > [...]/pas/gtk2/gdk2.o: In function `_GDK2$$_GDK_TYPE_SCREEN': > [...]/pas/gtk2/gdk2.o(.text+0xbc7): undefined reference to > `gdk_screen_get_type' Same result under linux. Both functions do not exists in the libs. Just looked in the 2.0.6 sources: Also missing. Mattias |