[GRASSLIST:872] r.terraflow compile error

Dear List

We're still can't compile r.terraflow. Below is a summary of our
compile. Any ideas anybody?

Many thanks

Ian Allan

#
# How-to make Grass 5.0.2
#
# /usr/local/grass5.0.2/src.contrib/DUKE

cd /usr/local/grass5.0.2

./configure --without-odbc --without-postgres --without-fftw --with-cxx

make pre-compile

make 2>&1 | tee make.log

cd /usr/local/grass5.0.2/src.contrib/DUKE/r.terraflow

gmake5 -i

# fails with:
# g++ -c -I/usr/local/grass5.0.2/src/include -g -O2 -Wall
# -I./IOStream/include -DUSER=\"root\" -DNODATA_FIX
-D_FILE_OFFSET_BITS=64
# -DELEV_FLOAT main.cc -o OBJ.i686-pc-linux-gnu/FLOAT/main.o

Ian,

I have successfully compiled r.terraflow several times on Mandrake. If you need a binary I can send it. Just let me know off the list.
If you need to compile the module then make sure that you have installed all red hat packages (rpms) needed by r.terraflow. The error message below doesn't say too much so I can't figure out the problem.

Jaro

Ian Allan wrote:

Dear List

We're still can't compile r.terraflow. Below is a summary of our
compile. Any ideas anybody?

Many thanks

Ian Allan

#
# How-to make Grass 5.0.2
#
# /usr/local/grass5.0.2/src.contrib/DUKE

cd /usr/local/grass5.0.2

./configure --without-odbc --without-postgres --without-fftw --with-cxx

make pre-compile

make 2>&1 | tee make.log

cd /usr/local/grass5.0.2/src.contrib/DUKE/r.terraflow

gmake5 -i

# fails with:
# g++ -c -I/usr/local/grass5.0.2/src/include -g -O2 -Wall
# -I./IOStream/include -DUSER=\"root\" -DNODATA_FIX
-D_FILE_OFFSET_BITS=64
# -DELEV_FLOAT main.cc -o OBJ.i686-pc-linux-gnu/FLOAT/main.o