<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <DEFANGED_meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
Hi, <br>
<br>
As far as I can tell all the compile problems with r.terraflow are because
of the #include lines. <br>
With gcc3.2 and 3.3 all&nbsp; #include &lt;X.h&gt; should be replaced with #include
&lt;X&gt;. <br>
Also, the header strstream.h is deprecated, and should be replaced with sstream.<br>
<br>
With 3.2 these problems can be postponed with the compile flag&nbsp; -Wno-deprecated.
Not sure about 3.3. I will try to install 3.3 and &nbsp;compile it. &nbsp;<br>
<br>
In any case the code should be fixed to compile without warnings (and errors)..
I'll &nbsp;be working on it.&nbsp; <br>
<br>
-Laura<br>
<br>
<br>
<br>
Thierry Laronde wrote:<br>
<blockquote type="cite" cite="mid20031021151649.A8008@polynum.org">
  <pre wrap="">On Mon, Oct 20, 2003 at 11:18:25PM +0200, Request Tracker wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">this bug's URL: <a class="moz-txt-link-freetext" href="http://intevation.de/rt/webrt?serial_num=2173">http://intevation.de/rt/webrt?serial_num=2173</a>
-------------------------------------------------------------------------

Subject: Compiling under Mandrake 9.1

To compile the source, had to change Line #48 in minmaxheap.h from #include &lt;strstream.h&gt; to #include &lt;strstream&gt;.  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
These are the preliminary problems with all the C++ code and the new
GCC 3.x...
  </pre>
</blockquote>
<br>
</body>
</html>