Looks like the final solution to my oddly behaving 57 build was to grab a new cvs head, do an update and re-build (rather than continuing to update the old cvs head). I'm still not sure what happened to the old head, but g.list and g.copy seem to work fine now. Including g.list asciivect.
Here is a cut off the end of build messages, looks like I still have a few things to track down:
Generated HTML docs in ../dist.powerpc-apple-darwin7.5.0/docs/html/index.html
----------------------------------------------------------------------
Following modules are missing the 'description.html' file in src code:
i.ask
i.find
photo.elev
photo.target
r.regression.line
v.kernel
v.neighbors
v.univar
----------------------------------------------------------------------
GRASS GIS compilation log
-------------------------
Started compilation: Tue Oct 19 14:46:15 CDT 2004
Errors in:
/Users/kirkw/grass5_dev/grass57_cvs/lib/ogsf
/Users/kirkw/grass5_dev/grass57_cvs/display/drivers/XDRIVER/XDRIVER24
/Users/kirkw/grass5_dev/grass57_cvs/display/drivers/PNG
/Users/kirkw/grass5_dev/grass57_cvs/visualization/nviz
Finished compilation: Tue Oct 19 14:55:53 CDT 2004
Thanks to everyone who responded to my queries, especially to Hamish who suggesting starting over
Kirk
Kirk R. Wythers
Dept. of Forest Resources
University of Minnesota
email: kwythers@umn.edu
tel: 612.625.2261
fax: 612.625.5212
Try to do the ./configure using an exlicit path for freetype2:
: --with-freetype=yes --with-freetype-includes=/usr/include/freetype2/
then you should get rid of at least the drivers errors (saw them, too).
when building 5.7 my SUSE9.1 out of CVS, I ended successfully up with
ucon04a26:/sc/GRASS/grass51 # ./configure --with-grass50=/usr/local/src/GRASS/grass/ --with-postgres-libs=/usr/include/pgsql/libpq/ --with-postgres-includes=/usr/include/pgsql/ --with-blas=yes --with-motif=yes --with-freetype=yes --with-freetype-includes=/usr/include/freetype2/
Mit freundlichen Grüßen / With kindest regards
Stefan Paulick
stefan.paulick@urbeli.com
http://www.urbeli.com
/*----------------------*/
Kirk R. Wythers schrieb:
Looks like the final solution to my oddly behaving 57 build was to grab a new cvs head, do an update and re-build (rather than continuing to update the old cvs head). I'm still not sure what happened to the old head, but g.list and g.copy seem to work fine now. Including g.list asciivect.
Here is a cut off the end of build messages, looks like I still have a few things to track down:
Generated HTML docs in ../dist.powerpc-apple-darwin7.5.0/docs/html/index.html
----------------------------------------------------------------------
Following modules are missing the 'description.html' file in src code:
i.ask
i.find
photo.elev
photo.target
r.regression.line
v.kernel
v.neighbors
v.univar
----------------------------------------------------------------------
GRASS GIS compilation log
-------------------------
Started compilation: Tue Oct 19 14:46:15 CDT 2004
Errors in:
/Users/kirkw/grass5_dev/grass57_cvs/lib/ogsf
/Users/kirkw/grass5_dev/grass57_cvs/display/drivers/XDRIVER/XDRIVER24
/Users/kirkw/grass5_dev/grass57_cvs/display/drivers/PNG
/Users/kirkw/grass5_dev/grass57_cvs/visualization/nviz
Finished compilation: Tue Oct 19 14:55:53 CDT 2004
Thanks to everyone who responded to my queries, especially to Hamish who suggesting starting over
Kirk
Kirk R. Wythers
Dept. of Forest Resources
University of Minnesota
email: kwythers@umn.edu
tel: 612.625.2261
fax: 612.625.5212
_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5