[GRASS-user] Problems with compiling addon r.uslek

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

On Mon, Jan 5, 2009 at 4:47 PM, Christian Braun
<christian.braun@tudor.lu> wrote:

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.

After configure, also "make lib" needs to be done in the 6.4 source
code.

I never did this procedure before. I have the workflow from the WIKI
(http://grass.osgeo.org/wiki/Compile_and_Install#Addons - last point)

I have update the Wiki page.

Markus