Dash14 was running a cygwin dashboard. Let me see if I can find out what happened to it. <div><br></div><div>If anything, change TestBDSPTree to use the following instead.</div><div><br></div><div>#if defined( _WIN32 ) && !defined( __CYGWIN__ )<br>
<br><div class="gmail_quote">On Sat, Sep 4, 2010 at 8:15 AM, David Doria <span dir="ltr"><<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>In Cygwin there is an error compiling TestBSPTree.cxx. This conditional passes (it thinks it is WIN32) but then conio.h cannot be found.</div><div><br></div><div>#ifdef WIN32</div><div> #include <conio.h></div>
<div>#endif</div><div><br></div><div>1) Shouldn't cygwin report that it is NOT win32?</div><div><br></div><div>2) Later in the file there is this code:</div><div><br></div><div><div> #ifdef WIN32</div><div> if (kbhit()) {</div>
<div> char c = getch();</div><div> if (c=='A') break; </div><div> }</div><div> #endif</div></div><div><br></div><div>but there is no equivalent statement for not win32 - what is the point of that code? Can it simply be removed?</div>
<div><br></div><div>3) I don't see any cygwin dashboards - can Kitware (or someone) setup a nightly cygwin build?</div><div><br></div>Thanks,<br><font color="#888888"><br>David<br>
</font><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
<br></blockquote></div><br></div>