> I succesfull compiled grass421v19 on MkLinux3 without problems. Except some
few modules won´t compile:
/src.contrib/CERL/misc/m.eigensystem
/src.garden/answers/*
src.related/rim.
After this I tried to compile the XDRIVER24 and got the following errors:
#################################################################
/usr/local/grass42/src421/src/display/devices/XDRIVER_24/XDRIVER24
make -f OBJ.linux/make.rulesmake[1]: Entering directory
`/usr/local/grass42/src421/src/display/devices/XDRIVER_24/XDRIVER24'
rm -f OBJ.linux/SWITCHER.o
gcc -mcpu=powerpc -fsigned-char -D_NO_PROTO -I/usr/X11R6/include
-I/usr/local/grass42/src421/src/include
-DUSE_TERMIO -c SWITCHER.c
In file included from SWITCHER.c:9:
includes.h:8: X11/Xos.h: No such file or directory
includes.h:10: X11/Xlib.h: No such file or directory
includes.h:11: X11/Xutil.h: No such file or directory
Yes, the xdevel.rpm has to be installed:
Source (or elsewhere):
ftp://ftp.gwdg.de/pub/linux/suse/5.2/suse/x1/xdevel.rpm
It contains the missing files.
Good luck
Markus