Hi,
I'm trying to compile the packet in the
subject (required to properly compile gnomemeeting 0.98, I'm using
the KDE interface), and I am getting the
following errors:
bonobo-canvas-component.c:263: parse error before
`Bonobo_Canvas_window_id'
bonobo-canvas-component.c: In function
`impl_Bonobo_Canvas_Component_realize':
bonobo-canvas-component.c:266:
`servant' undeclared (first use in this
function)
bonobo-canvas-component.c:266: (Each undeclared identifier is
reported only once
bonobo-canvas-component.c:266: for each function it
appears in.)
bonobo-canvas-component.c:268: `window' undeclared (first use in
this function)
bonobo-canvas-component.c: At top
level:
bonobo-canvas-component.c:335: warning: type defaults to `int' in
declaration of `Bonobo_Canvas_window_id'
bonobo-canvas-component.c:335: parse
error before `drawable'
bonobo-canvas-component.c: In function
`impl_Bonobo_Canvas_Component_draw':
bonobo-canvas-component.c:342: `servant'
undeclared (first use in this function)
bonobo-canvas-component.c:347:
`drawable' undeclared (first use in this
function)
bonobo-canvas-component.c:354: `state' undeclared (first use in
this function)
bonobo-canvas-component.c:355: `x' undeclared (first use in
this function)
bonobo-canvas-component.c:355: `y' undeclared (first use in
this function)
bonobo-canvas-component.c:355: `width' undeclared (first use
in this function)
bonobo-canvas-component.c:355: `height' undeclared (first
use in this function)
bonobo-canvas-component.c: In function
`bonobo_canvas_component_class_init':
bonobo-canvas-component.c:668: warning:
assignment from incompatible pointer type
make[2]: ***
[bonobo-canvas-component.lo] Error 1
make[2]: Leaving directory
`/home/marco/libbonoboui-2.0.3.3/bonobo'
make[1]: *** [all-recursive] Error
1
make[1]: Leaving directory `/home/marco/libbonoboui-2.0.3.3'
make: ***
[all-recursive-am] Error 2
What is the cause of these compilation
errors? How can it be solved?
Thank you for the
answer.