Helmut Kudrnovsky wrote: > but during the make-process a lot of error-messages-pop-ups, especially for > the vector > modules come up . > > english-translation from a german error-message: > > "v.segment.exe could not be found - the application could not be started, > because libpq.dll was not found."
You need to add the directory where the DLLs reside to the PATH setting. Or copy the DLLs to the dist.<arch>/lib directory (or to Windows' System32 directory). FWIW, the above errors relate to building the HTML documentation, but you'll get similar errors when running the programs. > but the output from the make-process seems to be ok: > > "---------------------------------------------------------------------- > Following modules are missing the 'description.html' file in src code: > ---------------------------------------------------------------------- > GRASS GIS compilation log > ------------------------- > Started compilation: Mon Mar 17 22:33:14 GMT 2008 > -- > Errors in: > /local/src/grasssvntrunk/imagery/i.class > /local/src/grasssvntrunk/imagery/i.ortho.photo/photo.2image > /local/src/grasssvntrunk/imagery/i.ortho.photo/photo.2target > /local/src/grasssvntrunk/imagery/i.ortho.photo/photo.rectify > /local/src/grasssvntrunk/imagery/i.points > /local/src/grasssvntrunk/imagery/i.vpoints > /local/src/grasssvntrunk/raster/r.li/r.li.daemon > /local/src/grasssvntrunk/raster/r.li/r.li.edgedensity > /local/src/grasssvntrunk/raster/r.li/r.li.patchdensity > /local/src/grasssvntrunk/raster/r.li/r.li.patchnum > /local/src/grasssvntrunk/raster/r.li/r.li.shape > /local/src/grasssvntrunk/raster/r.li/r.li.simpson > /local/src/grasssvntrunk/raster/r.li/r.li.shannon > /local/src/grasssvntrunk/raster/r.li/r.li.mps > /local/src/grasssvntrunk/raster/r.li/r.li.mpa > /local/src/grasssvntrunk/raster/r.li/r.li.padcv > /local/src/grasssvntrunk/raster/r.li/r.li.padsd > /local/src/grasssvntrunk/raster/r.li/r.li.padrange > /local/src/grasssvntrunk/raster/r.li/r.li.cwed > /local/src/grasssvntrunk/raster/r.li/r.li.richness > /local/src/grasssvntrunk/raster/r.li/r.li.dominance The above modules are all known not to compile on Windows. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
