[GRASS-dev] compiling on ubuntu 8.10 - d.mon error

Glynn Clements glynn at gclements.plus.com
Sat Nov 1 19:22:23 EDT 2008


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 <glynn at gclements.plus.com>


More information about the grass-dev mailing list