I am trying to compile the r.univar.zonal addon on a Fedora11 64 bit machine and using GRASS 6.5 (GRASS 6.5.svn (2010) Revision: 38990, updated last week).
I used:
svn co https://svn.osgeo.org/grass/grass-addons/raster/r.univar2.zonal
cd r.univar2.zonal/
make MODULE_TOPDIR=~/bin/grass65/grass6_devel/
No errors were detected, but when I try:
make MODULE_TOPDIR=/home/myuser/bin/grass65/grass6_devel install
I am getting:
if [ “” != “” ] ; then
for dir in ; do
make -C $dir install ;
done ;
fi
Various addons were installed using these steps.
Thank you in advance for any hints!
Laura