GtkPlot



Hi,
 
 I'm trying to compile example of GtkPlot 5.0 with DevCpp on win32 and i have the following errors :
gtkplot.c: In function `gtk_plot_class_init':
gtkplot.c:226: error: structure has no member named `draw'
gtkplot.c:232: error: structure has no member named `type'
gtkplot.c:240: error: structure has no member named `type'
gtkplot.c:243: warning: passing arg 5 of `gtk_signal_new' from incompatible pointer type
gtkplot.c:248: error: structure has no member named `type'
gtkplot.c:251: warning: passing arg 5 of `gtk_signal_new' from incompatible pointer type
gtkplot.c: In function `gtk_plot_draw_text':
gtkplot.c:2028: error: `GdkColorContext' undeclared (first use in this function)
gtkplot.c:2028: error: (Each undeclared identifier is reported only once
gtkplot.c:2028: error: for each function it appears in.)
gtkplot.c:2028: error: `cc' undeclared (first use in this function)
gtkplot.c: In function `rotate_text':
gtkplot.c:2102: error: `GdkColorContext' undeclared (first use in this function)
gtkplot.c:2102: error: `cc' undeclared (first use in this function)
 
 
Does someone know why? What can I do?
 
Thanks,
 
Mick


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