Hi list members,
I tried to compile a GRASS Addon called r.uslek.
I compiled a fresh svn checkout of GRASS 6.4 and downloaded afterwards the addon code and put into a subfolder of the svn source code.
With the following statement I get the error beneath...
I never did this procedure before. I have the workflow from the WIKI (http://grass.osgeo.org/wiki/Compile_and_Install#Addons - last point)
Any ideas?
Thanks in advance,
Christian
cbraun@ubuntu:/usr/local/src/grass_64_svn/addons/r.uslek$ sudo make MODULE_TOPDIR=/usr/local/src/grass_64_svn/
mkdir -p @GRASS_HOME@/bin.@host@
mkdir -p @GRASS_HOME@/dist.@host@/include/grass
mkdir -p @GRASS_HOME@/dist.@host@/lib
mkdir -p @GRASS_HOME@/dist.@host@/bin
mkdir -p @GRASS_HOME@/dist.@host@/etc
mkdir -p @GRASS_HOME@/dist.@host@/driver
mkdir -p @GRASS_HOME@/dist.@host@/driver/db
mkdir -p @GRASS_HOME@/dist.@host@/fonts
test -d OBJ.@host@ || mkdir -p OBJ.@host@
/bin/sh: CC@: not found
make: *** [OBJ.@host@/main.o] Error 127