[GRASS5] [bug #831] (grass) Can't start any display
Glynn Clements
glynn.clements at virgin.net
Sat Nov 10 03:59:24 EST 2001
Request Tracker wrote:
> Can't start any displays. d.mon gives the following errors:
>
> > x0
> Usage: x0 [-] "input_fifo output_fifo" [nlev]
XDRIVER was built for FIFOs while mon.start was built for sockets.
There are two main possibilities:
1. Old object files weren't cleaned out with "make distclean" before
re-compiling.
2. src/display/devices/lib/main.c included the wrong config.h file.
To determine whether case 2 applies, check the order of the -I
switches in the compilation command which was used for that file. If
you didn't save the output from the build process, you'll need to
re-do it.
--
Glynn Clements <glynn.clements at virgin.net>
More information about the grass-dev
mailing list