[GRASS-dev] make MODULE_TOPDIR= not enforced on grass-addons building with trunk
Markus Neteler
neteler at osgeo.org
Mon Apr 22 08:50:03 PDT 2013
On Mon, Apr 22, 2013 at 5:22 AM, Yann Chemin <yann.chemin at gmail.com> wrote:
> cd $root/grass-addons/grass7/imagery
> make MODULE_TOPDIR=$root/grass_trunk/
>
> Makefile:19: ../include/Make/Dir.make: No such file or directory
> make: *** No rule to make target `../include/Make/Dir.make'. Stop.
To me this error suggests that $root is undefined at your end.
Probably you wanted to write $HOME?
[neteler at oboe imagery]$ make MODULE_TOPDIR=$HOME/grass70
works just fine (the precompiled GRASS 7.svn is in my $HOME/grass70)
Markus
More information about the grass-dev
mailing list