Problem compiling Phoenix

Discussion of general topics about Mozilla Firefox
Post Reply
fhimpe
Posts: 46
Joined: December 10th, 2002, 7:53 am

Problem compiling Phoenix

Post by fhimpe »

Hi,
I'm trying to build a nighty build from Phoenix on my Mandrake Linux Cooker system. I am building with xft2 and gt2. I get this warnings and error:

gtkxtbin.c:132: warning: initialization from incompatible pointer type
gtkxtbin.c:133: warning: initialization from incompatible pointer type
gtkxtbin.c:134: warning: initialization from incompatible pointer type
gtkxtbin.c:136: warning: initialization from incompatible pointer type
gtkxtbin.c:136: warning: missing initializer
gtkxtbin.c:136: warning: (near initialization for `xt_event_funcs.closure_callback')
gtkxtbin.c: In function `gtk_xtbin_class_init':
gtkxtbin.c:195: structure has no member named `shutdown'
gtkxtbin.c: In function `gtk_xtbin_new':
gtkxtbin.c:397: warning: implicit declaration of function `gtk_type_free'
gtkxtbin.c:413: warning: implicit declaration of function `g_source_add'
gtkxtbin.c:425: warning: implicit declaration of function `g_main_add_poll'
gtkxtbin.c: In function `gtk_xtbin_shutdown':
gtkxtbin.c:513: structure has no member named `shutdown'
gtkxtbin.c: In function `gtk_xtbin_destroy':
gtkxtbin.c:544: warning: implicit declaration of function `g_main_remove_poll'
make[2]: *** [gtkxtbin.o] Error 1
make[2]: Leaving directory `/extra/mozilla/mozilla/widget/src/gtkxtbin'
make[1]: *** [tier_9] Error 2
make[1]: Leaving directory `/extra/mozilla/mozilla'
make: *** [default] Error 2

Does anybody know what's wrong?
Post Reply