[GRASS-dev] r.terraflow.html missing

I was reading up on r.watershed in the grass-6.3.cvs wingrass version that was released in early August. The See Also section has a link to r.terrflow.html but it doesn't work. I searched in the grass directory and all subdirectories without success.

Jerry
Gerald Nelson
Professor, Dept. of Agricultural and Consumer Economics
University of Illinois, Urbana-Champaign
office: 217-333-6465
cell: 217-390-7888
315 Mumford Hall
1301 W. Gregory
Urbana, IL 61801

Gerald Nelson wrote:

I was reading up on r.watershed in the grass-6.3.cvs wingrass
version that was released in early August. The See Also section has
a link to r.terrflow.html but it doesn't work. I searched in the
grass directory and all subdirectories without success.

This propably means that winGRASS package was not build with C++
support, required by r.terraflow which is a (only one?) GRASS module
written in C++. The man page will be created only if the relevant
module is built.

If you only want to read about r.terraflow, there is an online manual
for all GRASS modules on [1]. If you need r.terraflow for your work,
you'd need to build GRASS --with-cxx.

[1]http://grass.itc.it/grass63/manuals/html63_user/index.html

Maciek

On Sun, 19 Aug 2007, Maciej Sieczka wrote:

Gerald Nelson wrote:

I was reading up on r.watershed in the grass-6.3.cvs wingrass
version that was released in early August. The See Also section has
a link to r.terrflow.html but it doesn't work. I searched in the
grass directory and all subdirectories without success.

This propably means that winGRASS package was not build with C++
support, required by r.terraflow which is a (only one?) GRASS module

Good guess, but the answer is actually that r.terraflow does not build on MinGW. Output from make attached in case anybody would like to try and fix it (not me!).

Paul

written in C++. The man page will be created only if the relevant
module is built.

If you only want to read about r.terraflow, there is an online manual
for all GRASS modules on [1]. If you need r.terraflow for your work,
you'd need to build GRASS --with-cxx.

[1]http://grass.itc.it/grass63/manuals/html63_user/index.html

Maciek

_______________________________________________
grass-dev mailing list
grass-dev@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass-dev

(attachments)

make.log (8.54 KB)