• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

gtk+extra installieren

Lebowski

Newbie
Hallo,

wollte gtk+extra installieren, das Compilieren mit make bricht er aber mit der Meldung:

Code:
tgdk.Tpo -c gtkplotgdk.c  -fPIC -DPIC -o .libs/gtkplotgdk.lo
gtkplotgdk.c: In function `drawstring':
gtkplotgdk.c:545: warning: unused variable `aux'
gtkplotgdk.c: In function `gtk_plot_gdk_draw_string':
gtkplotgdk.c:621: error: `PangoMatrix' undeclared (first use in this function)
gtkplotgdk.c:621: error: (Each undeclared identifier is reported only once
gtkplotgdk.c:621: error: for each function it appears in.)
gtkplotgdk.c:621: error: parse error before "matrix"
gtkplotgdk.c:731: warning: implicit declaration of function `pango_matrix_rotate'
gtkplotgdk.c:731: error: `matrix' undeclared (first use in this function)
gtkplotgdk.c:732: warning: implicit declaration of function `pango_context_set_matrix'
make[2]: *** [gtkplotgdk.lo] Fehler 1
make[2]: Leaving directory `/tmp/gtk+extra-2.1.1/gtkextra'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/tmp/gtk+extra-2.1.1'
make: *** [all] Fehler 2

Was kann man da tun?
 
Oben