OK, I got it thru. Look like -I/usr/X11R6/include pointed to no where on my box. After fixing fix, compilation proceeded.
From: Mason Ip Sent: Thursday, June 22, 2000 10:35 AM To: 'gpc@gnu.de' Subject: RE: graphic
I got an error compiling it on Sparc Solaris 7 using gcc-2.95.1. Any idea how I can fix it?
grx-2.3.1> make -f makefile.x11 make -C src STATIC=1 -f makefile.x11 make[1]: Entering directory `/export/home/mip/tmp/grx-2.3.1/src' gcc -c -O6 -Wall -fomit-frame-pointer -D__XWIN__ -I. -I./include -I../include -I/usr/X11R6/include -I../addons/print -I../addons/bmp mouse/xwininp.c -o mouse/xwininp.o mouse/xwininp.c: In function `_XGrKeyboardGetKey': mouse/xwininp.c:738: void value not ignored as it ought to be make[1]: *** [mouse/xwininp.o] Error 1 make[1]: Leaving directory `/export/home/mip/tmp/grx-2.3.1/src' make: *** [static_libs] Error 2