[GRASS-user] Compiling GRAS on Windows- Log and error
Glynn Clements
glynn at gclements.plus.com
Mon Jun 14 11:39:06 EDT 2010
Luisa Peña wrote:
> Errors in:
>
> /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/display/d.grid
> /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/display/d.where
This suggests a problem with PROJ.
> In case of errors please change into the directory with error and run
> 'make'.
Please do this.
> And regarding the r.example I got this:
> `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.external'
> r.example
> makefile:10: ../../../include/Make/Module.make: No such file or directory
You need to adjust MODULE_TOPDIR in r.example/Makefile. Normally,
r.example is at docs/raster/r.example (3 levels deep). If you move it
to raster/r.example (2 levels deep), the relative path to the top of
the source tree has changed, so MODULE_TOPDIR (which is used to find
other files within the source tree) has to be changed.
> - Shouldn't I have wxwidgets ON as well as python?
It's only needed for modules which use wxWidgets from C/C++, e.g. the
wxGUI vdigit module. This doesn't work on Windows at present. It isn't
needed for the wxPython GUI; that gets built and installed regardless
of which configure switches are used (obviously, you need Python and
wxPython in order to actually run the GUI).
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-user
mailing list