<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><br>David<br>