compiling gtk on HPUX



I'm having some trouble getting gtk to compile on HPUX. It stop when trying to
compile gdkwindow complaining about `ShapeBounding' being undeclared among
other things.  I've included the error messages below.

Any advice would be appreciated.

Thanks,
-kristi


[gtk+-1.2.3]: uname -a
HP-UX eagle B.10.20 A 9000/879 1583394381 two-user license


gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -I..
-DGTK_NO_CHECK_CASTS -DUSE_X11  
-I/home/eagle/thomas/local/HPUX/lib/glib/include
-I/home/eagle/thomas/local/include -I/usr/include/X11R5
-I/usr/local/X11/include -g -O2 -Wall -c  -fPIC -DPIC gdkwindow.c -o
.libs/gdkwindow.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -I..
-DGTK_NO_CHECK_CASTS -DUSE_XIM
 -I/home/eagle/thomas/local/HPUX/lib/glib/include
-I/home/eagle/thomas/local/include -I/usr
/include/X11R5 -I/usr/local/X11/include -g -O2 -Wall -c  -fPIC -DPIC
gdkwindow.c -o .libs/g
dkwindow.lo
.
.
[snip]
.
.
gdkwindow.c: In function `gdk_window_shape_combine_mask':
gdkwindow.c:1893: warning: unused variable `pixmap'
gdkwindow.c:1892: warning: unused variable `window_private'
gdkwindow.c: In function `gdk_add_rectangles':
gdkwindow.c:2365: warning: implicit declaration of function
`XShapeGetRectangles'
gdkwindow.c:2365: `ShapeBounding' undeclared (first use this function)
gdkwindow.c:2365: (Each undeclared identifier is reported only once
gdkwindow.c:2365: for each function it appears in.)
gdkwindow.c:2365: warning: assignment makes pointer from integer without a
cast
gdkwindow.c: In function `gdk_propagate_shapes':
gdkwindow.c:2502: warning: implicit declaration of function
`XShapeCombineRectangles'
gdkwindow.c:2502: `ShapeBounding' undeclared (first use this function)
gdkwindow.c:2503: `ShapeSet' undeclared (first use this function)
gdkwindow.c: In function `gdk_window_set_child_shapes':
gdkwindow.c:2525: warning: unused variable `private'
gdkwindow.c: In function `gdk_window_merge_child_shapes':
gdkwindow.c:2542: warning: unused variable `private'
gdkwindow.c: At top level:
gdkwindow.c:1866: warning: `gdk_window_have_shape_ext' defined but not used
gdkwindow.c:2398: warning: `gdk_propagate_shapes' defined but not used
make[2]: *** [gdkwindow.lo] Error 1
make[2]: Leaving directory `/eagle_2/home/thomas/local/gtk+-1.2.3/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/eagle_2/home/thomas/local/gtk+-1.2.3'
make: *** [all-recursive-am] Error 1


____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com/?N=1



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