[GRASS-dev] no X monitors

Paul Van Deusen Paul_VanDeusen at uml.edu
Mon Dec 18 12:55:47 EST 2006


This computer was set up with FC5 when new. Possibly, some packages that 
were added later
messed it up. In any event, everything is working at the moment. I also 
got opengl going
after adding these packages:
mesa-libGLU-devel libdrm-devel libXmu-devel libXext-devel

Glynn Clements wrote:
> Paul Van Deusen wrote:
>
>   
>> That was the problem. It works if I configure like this:
>> ./configure --without-opengl --x-includes=/usr/includes/X11 
>> --x-libraries=/usr/lib
>>     
>
> The --x-includes= switch implies that certain X headers haven't been
> installed correctly. X headers always live in a directory named "X11",
> but that is part of the header name, not the search path.
>
> E.g. for versions of X installed in /usr/X11R6, the headers are
> normally found as e.g. /usr/X11R6/include/X11/Xlib.h etc. However, the
> correct --x-includes= setting would be /usr/X11R6/include (which is
> the default) rather than /usr/X11R6/include/X11, as the headers are
> referenced as e.g. "#include <X11/Xlib.h>"
>
> Similarly, with X installed under /usr, neither of those switches are
> necessary if it has been installed correctly. Gentoo installs to /usr
> (e.g. libraries as /usr/lib/libX11.so etc, headers as
> /usr/include/X11/Xlib.h etc), and neither --x-includes= nor --x-libs=
> are required.
>
>   


-- 
Paul Van Deusen
NCASI
600 Suffolk St. Fifth Floor
Lowell, MA 01854
978-934-1948




More information about the grass-dev mailing list