Greg,
The first two error messages can be ignored.
The last
nmap_kiosk.c:44:34: error: X11/extensions/XTest.h: No such file or directory
make[3]: *** [nmap_kiosk] Error 1
means the libXtst-devel package is required.
-Michael
On 03/17/2011 02:57 PM, Greg Stossmeister wrote:
I'm trying to compile Gempak 6.2.0 on a new RHEL6 machine we recently acquired.
The make seemed to generate a ton of warnings especially related to HDF5 (See
the attached make.out file). For most of the c routines in H5 I'm seeing
messages like:
H5 . . . In function â:
H5 . . . warning: will never be executed
Here are the few error messages I got
/usr/bin/install: cannot stat `./*.html': No such file or directory
make[7]: [install-data-local] Error 1 (ignored)
/usr/bin/install: cannot stat `./html/index.sgml': No such file or directory
make[6]: [install-data-local] Error 1 (ignored)
nmap_kiosk.c:44:34: error: X11/extensions/XTest.h: No such file or directory
make[3]: *** [nmap_kiosk] Error 1
Any idea what I'm doing wrong?
Thanks,
Greg