Glynn wrote:
> > 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.


also try using the full path name for MODULE_TOPDIR, not a ../.. relative
one.


H



_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to