[Anjuta-list] cvs compile



Hi List!

I am trying to get the gtk2 cvs version of anjuta compiled but i am stuck with some weird errors occuring in src/breakpoint_cbs.h & src/breakpoints_cbs.c

-- snip --
In file included from breakpoints.c:32:
breakpoints_cbs.h:69: parse error before `*'
breakpoints_cbs.h:76: parse error before `*'
make[2]: *** [breakpoints.o] Error 1
-- snap --

if u place a
typedef struct _GtkCList GtkCList;
into breakpoints_cbs.h it compiles fine. thats weird coz that typedef is already defined in <gtk/gtkclist.h>

then compile goes on .. and error's at breakpoints_cbs.c

-- snip --
breakpoints_cbs.c: In function `on_bk_delete_all_clicked':
breakpoints_cbs.c:98: `GNOME_MESSAGE_BOX_QUESTION' undeclared (first use in this function)
breakpoints_cbs.c:98: (Each undeclared identifier is reported only once
breakpoints_cbs.c:98: for each function it appears in.)
breakpoints_cbs.c:100: `GNOME_STOCK_BUTTON_YES' undeclared (first use in this function)
breakpoints_cbs.c:101: `GNOME_STOCK_BUTTON_NO' undeclared (first use in this function)
breakpoints_cbs.c:102: warning: passing arg 5 of `messagebox2' from incompatible pointer type
breakpoints_cbs.c: In function `pass_item_add_mesg_arrived':
breakpoints_cbs.c:397: `GNOME_MESSAGE_BOX_INFO' undeclared (first use in this function)
breakpoints_cbs.c:402: warning: comparison between pointer and integer
make[2]: *** [breakpoints_cbs.o] Error 1
-- snap --

the weird thing is, those defines are already done in the libgnomeui-2.0 includes.

i really dont know what to do to get this working.

thanks for all the time wasting with this.
Dirk Hörner.

PS: the box i am trying to compile anjuta on is running Debian SID




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