Hi all,
i had installed grass 5.0.3 and now try to install 5.7 on a suse linux 8.2. Now i have problems when running the make command:
nad2bin.c:8:22: projects.h: No such file or directory
...
make[2]: *** [nad2bin] Error 1
make[2]: Leaving directory `/data/gis/nfp48/nfp48/ipodlas0.1/grass/grass57_exp_2004_05_24/lib/proj'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/data/gis/nfp48/nfp48/ipodlas0.1/grass/grass57_exp_2004_05_24/lib'
make: *** [default] Error 1
a speciality in my system is, since I'm not root, i have to install everything locally, so my configure looks:
./configure --prefix=/data/gis/nfp48/nfp48/ipodlas0.1/grass/grass57_exp_2004_05_24 --with-bindir=/data/gis/nfp48/nfp48/ipodlas0.1/grass/grass57_exp_2004_05_24 --with-grass50=/data/gis/nfp48/nfp48/ipodlas0.1/grass/grass53_exp_2004_05_25 --with-proj-includes=/data/gis/nfp48/nfp48/ipodlas0.1/lib/proj-4.4.8/include/ --with-proj-libs=/data/gis/nfp48/nfp48/ipodlas0.1/lib/proj-4.4.8/lib/ --with-gdal=/data/gis/nfp48/nfp48/ipodlas0.1/lib/gdal-1.2.0/bin/gdal-config --with-postgres --with-postgres-includes=/data/gis/nfp48/nfp48/ipodlas0.1/lib/postgresql-7.4.1/include/ --with-postgres-libs=/data/gis/nfp48/nfp48/ipodlas0.1/lib/postgresql-7.4.1/lib/ --with-odbc --with-odbc-includes=/data/gis/nfp48/nfp48/ipodlas0.1/lib/unixODBC-2.2.7/include/ --with-odbc-libs=/data/gis/nfp48/nfp48/ipodlas0.1/lib/unixODBC-2.2.7/lib --without-fftw --enable-socket | & tee compileOutput.log
output:
GRASS is now configured for: i686-pc-linux-gnu
Source directory: /data/gis/nfp48/nfp48/ipodlas0.1/grass/grass57_exp_2004_05_24
Build directory: /home/gis/disen/links/ipodlas0.1/grass/grass57_exp_2004_05_24
Installation directory: /data/gis/nfp48/nfp48/ipodlas0.1/grass/grass57_exp_2004_05_24/grass57
Startup script in directory: ${exec_prefix}/bin
C compiler: gcc -g -Wall -LLIBDIR
C++ compiler:
FORTRAN compiler: g77
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: yes
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
also the make mix seems to be ok.
The problem seems to me to be the PROJ. I've added the path to PROJ to LD_LIBRARAY_PATH, but ...
Any suggestions what might be the problem?
Thanks Dani