On 9/26/07, Exell Enrique. Franklin Jiménez <[EMAIL PROTECTED]> wrote: > Hello, > :) > i'm compiling mergeant and i get the following error: > > In file included from query-druid.c:22: > query-druid.h:43: error: expected > specifier-qualifier-list before > 'GtkAssistant'query-druid.h:51: error: expected > specifier-qualifier-list before 'GtkAssistantClass' > query-druid.c: In function 'query_druid_get_type': > query-druid.c:109: error: 'GTK_TYPE_ASSISTANT' > undeclared (first use in this function) > query-druid.c:109: error: (Each undeclared identifier > is reported only once > query-druid.c:109: error: for each function it appears > in.) > query-druid.c: In function 'query_druid_init': > query-druid.c:129: error: 'QueryDruid' has no member > named 'priv' > > and a lot of erros like that... > ¿some ideas? ;) > Exell Enrique Franklin Jiménez.
GtkAssistant was added to GTK+ at version 2.10, and mergeant normally checks that you have at least that version. Can you check which version you have (pkg-config --modversion gtk+-2.0)? Vivien _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
