Hi, 2008/3/12, roberto marzocchi <[EMAIL PROTECTED]>: > I've seen the howto: > http://grass.itc.it/grass63/source/INSTALL > > I've tryed with a script of add_ons (r.in.onearth), I change the relative > path > > in the Makefile to absolute path. (MODULE_TOPDIR=/mydirectory > > So it's stopped, because it don't such the file: > ($MODULE_TOPDIR)/include/Make/Grass.make > ($MODULE_TOPDIR)/include/Make/Platform.make > and "don't have the rule to make target > ($MODULE_TOPDIR)/include/Make/Grass.make" > > so I've seen that the > ($MODULE_TOPDIR)/include/Make/Grass.make don't exist, but > exists a ($MODULE_TOPDIR)/include/Make/Grass.make.in file, > but I've correctly installed
you need to run configure with proper switches to generate Grass.make and others. Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa * _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
