[vtk-developers] TestBSPTree.cxx compile error
David Doria
daviddoria+vtk at gmail.com
Sat Sep 4 08:15:00 EDT 2010
In Cygwin there is an error compiling TestBSPTree.cxx. This conditional
passes (it thinks it is WIN32) but then conio.h cannot be found.
#ifdef WIN32
#include <conio.h>
#endif
1) Shouldn't cygwin report that it is NOT win32?
2) Later in the file there is this code:
#ifdef WIN32
if (kbhit()) {
char c = getch();
if (c=='A') break;
}
#endif
but there is no equivalent statement for not win32 - what is the point of
that code? Can it simply be removed?
3) I don't see any cygwin dashboards - can Kitware (or someone) setup a
nightly cygwin build?
Thanks,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100904/9cbbe89f/attachment.html>
More information about the vtk-developers
mailing list