<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hi All,<br>
After a server change, we've attempted to install the latest greatest
GRASS -<br>
However, we keep getting multiple errors referring to "No such file or
directory". I've searched around a little, but haven't found a recent
thread on the subject.<br>
We're running solaris 10 <br>
attempting with:<br>
configure --with-postgres=no --with-opengl=no --with-fftw=no
--with-tcltk=no -with-includes=/usr/local/include/ncurses<br>
<br>
error.log list is long and looks like:<br>
-/GRASS/grass-6.3.0/db/drivers/dbf<br>
-/GRASS/grass-6.3.0/db/drivers/ogr<br>
-/GRASS/grass-6.3.0/db/base<br>
-/GRASS/grass-6.3.0/db/db.login<br>
-/GRASS/grass-6.3.0/display/drivers/PNG<br>
-/GRASS/grass-6.3.0/display/drivers/HTMLMAP<br>
-/GRASS/grass-6.3.0/display/drivers/PS<br>
-/GRASS/grass-6.3.0/display/drivers/XDRIVER<br>
-/GRASS/grass-6.3.0/display/d.ask<br>
-/GRASS/grass-6.3.0/display/d.barscale<br>
-/GRASS/grass-6.3.0/display/d.colorlist<br>
-/GRASS/grass-6.3.0/display/d.colors<br>
-/GRASS/grass-6.3.0/display/d.colortable<br>
-/GRASS/grass-6.3.0/display/d.erase<br>
-/GRASS/grass-6.3.0/display/d.extend<br>
-/GRASS/grass-6.3.0/display/d.extract<br>
-/GRASS/grass-6.3.0/display/d.font<br>
-/GRASS/grass-6.3.0/display/d.frame<br>
and on... and on.... and on....<br>
<br>
If i cd to first directory mentioned and try make, I get:<br>
make OBJ.sparc-sun-solaris2.10<br>
make[1]: Entering directory `-/GRASS/grass-6.3.0/db/drivers/dbf'<br>
make[1]: `OBJ.sparc-sun-solaris2.10' is up to date.<br>
make[1]: Leaving directory `-/GRASS/grass-6.3.0/db/drivers/dbf'<br>
gcc -I-/GRASS/grass-6.3.0/dist.sparc-sun-solaris2.10/include
-I/usr/local/include/ncurses -g -O2&nbsp; -I/usr/local/include/ncurses&nbsp;&nbsp;&nbsp;&nbsp;
-DPACKAGE=\"\" -I../../../lib/db/dbmi_driver
-I-/GRASS/grass-6.3.0/dist.sparc-sun-solaris2.10/include -o
OBJ.sparc-sun-solaris2.10/column.o -c column.c<br>
column.c:20:24: grass/dbmi.h: No such file or directory<br>
column.c:21:23: grass/gis.h: No such file or directory<br>
In file included from column.c:22:<br>
globals.h:1:24: grass/sqlp.h: No such file or directory<br>
In file included from column.c:22:<br>
globals.h:63: error: parse error before "SQLPSTMT"<br>
globals.h:63: warning: no semicolon at end of struct or union<br>
globals.h:70: error: parse error before "token"<br>
globals.h:70: warning: data definition has no type or storage class<br>
globals.h:73: error: parse error before '}' token<br>
globals.h:73: warning: data definition has no type or storage class<br>
globals.h:80: error: parse error before '*' token<br>
globals.h:80: warning: data definition has no type or storage class<br>
In file included from column.c:23:<br>
proto.h:8: error: parse error before '*' token<br>
proto.h:8: warning: data definition has no type or storage class<br>
proto.h:9: error: parse error before '*' token<br>
proto.h:17: error: parse error before "cursor"<br>
proto.h:23: error: parse error before "dbTable"<br>
column.c: In function `add_column':<br>
column.c:37: error: `DB_FAILED' undeclared (first use in this function)<br>
column.c:37: error: (Each undeclared identifier is reported only once<br>
column.c:37: error: for each function it appears in.)<br>
column.c:58: error: `DB_OK' undeclared (first use in this function)<br>
column.c: In function `drop_column':<br>
column.c:86: error: `DB_FAILED' undeclared (first use in this function)<br>
column.c:124: error: `DB_OK' undeclared (first use in this function)<br>
make: *** [OBJ.sparc-sun-solaris2.10/column.o] Error 1<br>
<br>
I did see in some past threads that header files were moved from
grass/include to grass/include/grass/?<br>
I had also tried to copy some header files to the required areas, but
it seems that could continue for awhile, and thought there must be
something simple we're missing.?<br>
<br>
any suggestions are greatly appreciated.<br>
Thanks,<br>
brian</font>
</body>
</html>