Jan Trochta wrote: > I got error message while compiling GRASS. > at the end i got this error: > Errors in: > /home/honza/grass6_devel/display/drivers/XDRIVER > /home/honza/grass6_devel/display/d.mon/pgms > > after cd /display/d.mon > nad make I got this message: > > start.c:55:21: error: process.h: No such file or directory > start.c: In function ‘start_mon’: > start.c:89: error: ‘_P_DETACH’ undeclared (first use in this function)
It's compiling code which is specific to Windows. The code in question is conditionalised upon "#ifdef __W98__". That macro should only be defined if you used the --enable-w11 configure switch, which shouldn't be used on non-Windows systems. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
