[GRASS5] 5.1 CVS head errors on Solaris
Chris Heg
cheg01 at attbi.com
Wed Apr 16 00:02:11 EDT 2003
I have the following errors building the current 5.1 code on Solaris 8 sparc
configure:
The mysql checks fail.
Line 9519 - add "-lsocket"
Line 9559 - add "-lsocket -lm"
The prototype for G_ask_datum_name in gisdefs.h is different from the
function in get_datum_name.c
/lib/gis/get_datum_name.c has: "int G_ask_datum_name(char *datum)"
Change /include/gisdefs.h line 520
from: int G_ask_datum_name(char *datum, char *datum)
to: int G_ask_datum_name(char *datum)
This one I have not figured out:
make is looking for the non-existent file "datumtransform.table" in
/lib/gis. There is a "datum.table", but no "datumtransform.table" Where
should I look?
More information about the grass-dev
mailing list