<br><br><div class="gmail_quote">On Mon, Jul 13, 2009 at 6:46 AM, Rainer M. Canavan <span dir="ltr"><<a href="mailto:rainer@canavan.de">rainer@canavan.de</a>></span> wrote:<br><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This problem has only crept up within the last<br>
1 or 2 weeks, so I'm wondering what change could have triggered<br>
the bug, especially in Cruise, since I don't see why that's<br>
different from the other engines. The problem is really in  the<br>
compiler, since the .o file already declares those functions as<br>
missing.<br>
<font color="#888888"></font></blockquote><div><br>On a side note, I only recently enabled the cruise engine by default in the 'configure' file, so it may have been that you weren't actually compiling it in the past.<br>
 <br>I'm no expert on templates, I'm afraid, but I think the only place where a copy would be being used is in ctp.cpp(169):<br>    ct.slices.push_back(CtEntry(x1, x2));<br><br>I use the CtEntry class to conveniently hold a X min/max values for line 'slices' within a polygon. I suppose you could experiment with some kind of alternate method fairly easily so your compiler can handle it properly.<br>
<br></div></div>Paul.<br>