Gtk2 build error (was Re: Re: List Cairo Fonts)



On Aug 10, 2009 7:29pm, Torsten Schoenfeld <kaffeetisch gmx de> wrote:
>  use Pango;

Had to compile Pango, and therefore the latest Glib. Pango also wanted the latest Gtk2 for tests, but:

xs/GtkToolShell.c: In function `XS_Gtk2__ToolShell_get_icon_size':
xs/GtkToolShell.c:39: error: `GtkToolShell' undeclared (first use in this function)
xs/GtkToolShell.c:39: error: (Each undeclared identifier is reported only once
xs/GtkToolShell.c:39: error: for each function it appears in.)
xs/GtkToolShell.c:39: error: `shell' undeclared (first use in this function)
xs/GtkToolShell.c: In function `XS_Gtk2__ToolShell_get_orientation':
xs/GtkToolShell.c:63: error: `GtkToolShell' undeclared (first use in this function)
xs/GtkToolShell.c:63: error: `shell' undeclared (first use in this function)
xs/GtkToolShell.c: In function `XS_Gtk2__ToolShell_get_relief_style':
xs/GtkToolShell.c:87: error: `GtkToolShell' undeclared (first use in this function)
xs/GtkToolShell.c:87: error: `shell' undeclared (first use in this function)
xs/GtkToolShell.c: In function `XS_Gtk2__ToolShell_get_style':
xs/GtkToolShell.c:111: error: `GtkToolShell' undeclared (first use in this function)
xs/GtkToolShell.c:111: error: `shell' undeclared (first use in this function)
xs/GtkToolShell.c: In function `XS_Gtk2__ToolShell_rebuild_menu':
xs/GtkToolShell.c:134: error: `GtkToolShell' undeclared (first use in this function)
xs/GtkToolShell.c:134: error: `shell' undeclared (first use in this function)
make: *** [xs/GtkToolShell.o] Error 1

I assume that Gtk2 needs a newer version of GTK+, and therefore the dependencies are wrong. I'll investigate further later...

Regards

Jeff

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]