[GRASSLIST:5174] GRASS 5.7 CVS Compile Question
Eliot Cline
eliot at gospatial.com
Thu Dec 16 04:21:28 EST 2004
Hi again,
Thanks for the quick response Stephan. I had a closer look at the problem.
The compile script doesn't seem to be finding the location of the header
files to install in the architecure-specific folder used to store the
compiled executables and libraries. I am compiling on Solaris 10 x86. I have
included the last part of the configure script output showing how I have
configured the grass build. Below that is a snippet from the beginning of
the compilation. Earlier I thought that the problem was that the grass
libraries were not being found, hence my question regarding the 5.x source
code. They were not found because they were not built due to the failure to
install the headers.
The error below reads:
install -m 644 ../include/*.h
/usr/local/grass57_exp_2004_12_13/dist.i386-pc-solaris2.10/include/
install: CC.h was not found anywhere!
I have checked and the file exists and the paths are correct, so I don't
quite get what is going on. I am still at work so I can't look into this in
any detail until tonight. But if anyone has an idea off the top of their
head, I would sure appreciate the help!
Thanks,
Eliot Cline
GRASS is now configured for: i386-pc-solaris2.10
Source directory: /usr/local/grass57_exp_2004_12_13
Build directory: /usr/local/grass57_exp_2004_12_13
Installation directory: /usr/local/grass-5.7.cvs
Startup script in directory: ${exec_prefix}/bin
C compiler: gcc -g -O2
C++ compiler:
FORTRAN compiler:
Building shared libraries: yes
NVIZ: yes
X11 support: yes
JPEG support: yes
TIFF support: yes
PNG support: yes
Tcl/Tk support: yes
PostgreSQL support: yes
MySQL support: no
OpenGL(R) support: yes
ODBC support: no
FFTW support: no
BLAS support: no
LAPACK support: no
Motif support: no
FreeType support: no
GLw support: no
NLS support: no
Readline support: no
C++ support: no
openDWG support: no
GDAL support: yes
OGR support: yes
make[1]: Entering directory `/usr/local/grass57_exp_2004_12_13/lib'
if [ ! -d
/usr/local/grass57_exp_2004_12_13/dist.i386-pc-solaris2.10/include ]; then
mkdir -p /usr/local/grass57_exp_2004_12_13/dist.i386-pc-solaris2.10/include;
fi
if [ ! -d
/usr/local/grass57_exp_2004_12_13/dist.i386-pc-solaris2.10/include/vect ];
then mkdir -p
/usr/local/grass57_exp_2004_12_13/dist.i386-pc-solaris2.10/include/vect; fi
install -m 644 ../include/*.h
/usr/local/grass57_exp_2004_12_13/dist.i386-pc-solaris2.10/include/
install: CC.h was not found anywhere!
make[1]: *** [headers] Error 2
More information about the grass-user
mailing list