[GRASS5] solaris

We have made another attempt to compile the CVS version on Solaris -
this time it is giving different errors and unfortunatelly it still does
not
compile - this is probably more Solaris problem rather than GRASS
problem

the error and config log files are at
http://www2.gis.uiuc.edu:2280/modviz/temp/solaris.compile

If you see anything obvious, please let us know,

Helena

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Helena,

What version of Solaris are you trying? I'm getting different output in 2.6
vs 7 here that point to what look like library organization troubles in
Solaris (32-bit). 64 does better but still has some different errors.

Bruce

Helena Mitasova wrote:

We have made another attempt to compile the CVS version on Solaris -
this time it is giving different errors and unfortunatelly it still does
not
compile - this is probably more Solaris problem rather than GRASS
problem

the error and config log files are at
http://www2.gis.uiuc.edu:2280/modviz/temp/solaris.compile

If you see anything obvious, please let us know,

Helena

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Helena,

On Mon, Mar 26, 2001 at 11:39:16AM -0500, Helena Mitasova wrote:

We have made another attempt to compile the CVS version on Solaris -
this time it is giving different errors and unfortunatelly it still does
not
compile - this is probably more Solaris problem rather than GRASS
problem

the error and config log files are at
http://www2.gis.uiuc.edu:2280/modviz/temp/solaris.compile

If you see anything obvious, please let us know,

Yes, I think so:

configure: In function 'main':
configure:2565: structure has no member named 'maxy'
configure: failed program was:
#line 2559 "configure"
#include "confdefs.h"

#include <curses.h>
  WINDOW w;
  
int main() {
w.maxy = 0;
; return 0; }

This indicates problems with your curses library. Bob Covill had similar
problems and fixed them by upgrading to ncurses5.

A wish: If src/libes/gis is failing, please send the local error as
well

cd src/libes/gis
gmake5

Most other errors will be related to the missing libgis.a.

So, please upgrade the oldish curses on Solaris to ncurses5.

Regards

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'