It's probably simply that nobody has tried building without
VTK_USE_RENDERING lately. I don't think we have any dashboards with
rendering turned off. Infovis was added recently (a few months ago).
Not sure if anybody has tried with VTK_USE_RENDERING OFF since Infovis
was added.<br>
<br>
Jeff, if you have time today or tomorrow, could you try a build with
VTK_USE_RENDERING turned off and see if you can build OK? Does infovis
depend on Rendering? If so, is this a test that should not be built if
rendering is off?<br><br>
Thanks,<br>
Dave<br>
<br><div><span class="gmail_quote">On 1/25/07, <b class="gmail_sendername">Sean McBride</b> <<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br><br>I have recently had a little time to work on 64-bit VTK for Mac OS X.<br><br>As of the current CVS, I can build VTK on 10.4 in 64-bit with the<br>following limited settings:<br><br>BUILD_EXAMPLES                   OFF
<br>BUILD_SHARED_LIBS                OFF<br>VTK_USE_RENDERING                OFF<br>(to remove Carbon/Cocoa, which are unavailable)<br>BUILD_TESTING                    OFF<br>CMAKE_CXX_FLAGS                  -DDARWIN_NO_CARBON
<br>(because otherwise freetype needs Carbon)<br>VTK_LEGACY_REMOVE                ON<br>VTK_WRAP_JAVA                    OFF<br><br><br>VTK_WRAP_PYTHON                  OFF<br><br><br>VTK_WRAP_TCL                    
OFF<br><br><br><br>It's a start.  Next I'd like to get some tests working.  If I turn on<br>BUILD_TESTING I get this odd error:<br><br>[100%] Building CXX object IO/Testing/Cxx/CMakeFiles/IOCxxTests.dir/<br>TestDataObjectIO.o
<br>/Users/sean/kitware/VTK-pristine/IO/Testing/Cxx/TestDataObjectIO.cxx:<br>13:34: error: vtkRandomGraphSource.h: No such file or directory<br><br>~/kitware/VTK-pristine/Infovis/vtkRandomGraphSource.h exists.<br><br>Why can't it be found?  Can I not use BUILD_TESTING without VTK_USE_RENDERING?
<br><br>Thanks!<br><br>--<br>____________________________________________________________<br>Sean
McBride, B.
Eng                
<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>Rogue
Research                        <a href="http://www.rogue-research.com">www.rogue-research.com</a><br>Mac
Software
Developer              Montréal,
Québec, Canada<br><br><br>_______________________________________________<br>vtk-developers mailing list<br><a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a><br><a href="http://www.vtk.org/mailman/listinfo/vtk-developers">
http://www.vtk.org/mailman/listinfo/vtk-developers</a><br></blockquote></div><br>