Compile error-5.0beta7 on Linux

On a Redhat 6.0 system,
Compilation terminated with this error:

In file included from SWITCHER.c:21:
includes.h:7: X11/Xos.h No such file or directory
includes.h:9: X11/Xlib.h No such file or directory
includes.h:10: X11/Xutil.h No such file or directory
make[2]: *** [OBJ/SWITCHER.o] Error 1
make[1]: *** [all] Error 2
make: *** [do-install] Error 1

The file in question is: .../grass5.0beta/src/display/devices/XDRIVER/XDRIVER24/includes.h

There are no such filenames (Xos.h etc) anywhere on the system.
What should I do?

--
-----------------------------------------------------------
Carl Brown cbsled@ncia.net
-----------------------------------------------------------

On Thu, May 11, 2000 at 08:37:06PM -0400, cbsled@ncia.net wrote:

On a Redhat 6.0 system,
Compilation terminated with this error:

In file included from SWITCHER.c:21:
includes.h:7: X11/Xos.h No such file or directory
includes.h:9: X11/Xlib.h No such file or directory
includes.h:10: X11/Xutil.h No such file or directory
make[2]: *** [OBJ/SWITCHER.o] Error 1
make[1]: *** [all] Error 2
make: *** [do-install] Error 1

The file in question is: .../grass5.0beta/src/display/devices/XDRIVER/XDRIVER24/includes.h

There are no such filenames (Xos.h etc) anywhere on the system.
What should I do?

Hi Carl,

at least on SuSe Linux there is a package "xdevel.rpm". It
contains the files missing on your platform. I guess it is
existing in your Redhat distribution as well. Install this
package and proceed with compilation.

Kind regards

Markus Neteler