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
From: Peter Gerwinski[SMTP:peter@gerwinski.de] Sent: Thursday, June 22, 2000 9:48 AM To: gpc@gnu.de Subject: Re: graphic
Hello, Nathalie and everyone!
I just wonder if it is possible to plot some graphs with pascal? If the answer is yes, how it works?
You can use the GRX graphics library from GNU Pascal. I just uploaded a new GRX snapshot - see:
http://www.gnu.de/software/GRX/
[snip]