<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey Akemi,<div><br></div><div>(Please respond to the whole list so everyone can contribute.)</div><div><br></div><div>First, what "didn't work" about the x86_64 architecture?</div><div><br></div><div>That "permission denied" error is strange... I feel like I've run into something like that when compiling ParaView before, but that was when it was generating the final application, not one of the supporting libraries, and it wasn't a CMake error...</div><div><br></div><div>Were you trying a fresh build directory during these last attempts? Sometimes something gets screwed up and it's better to start fresh after you have been having problems and changing configurations.</div><div><br></div><div>Hopefully it will be obvious to someone with more experience than I have.</div><div>-Eric</div><div><br></div><div><br><div><div>On Jun 24, 2010, at 8:59 PM, Tyler, Akemi wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Eric,<br><br>Thank you for your suggestion.<br><br>I followed your directions and built it without Python. It worked. (CMAKE_OSX_ARCHITECTURES: x86_64 didn't work. So I left it blank.)<br>Now, with Python the building process stopped at the same place as before. <br>
<br>"make VERBOSE=1" gave me the following in the last section:<br><br>[ 73%] Built target vtkGraphicsPythonD<br>make -f Graphics/CMakeFiles/vtkGraphicsPython.dir/build.make Graphics/CMakeFiles/vtkGraphicsPython.dir/depend<br>
cd /Users/akemityler/Develop/VTKBuild &amp;&amp; "/Applications/CMake 2.8-1.app/Contents/bin/cmake" -E cmake_depends "Unix Makefiles" /Users/akemityler/Develop/VTK /Users/akemityler/Develop/VTK/Graphics /Users/akemityler/Develop/VTKBuild /Users/akemityler/Develop/VTKBuild/Graphics /Users/akemityler/Develop/VTKBuild/Graphics/CMakeFiles/vtkGraphicsPython.dir/DependInfo.cmake --color=<br>
Dependee "/Users/akemityler/Develop/VTKBuild/Graphics/CMakeFiles/vtkGraphicsPython.dir/DependInfo.cmake" is newer than depender "/Users/akemityler/Develop/VTKBuild/Graphics/CMakeFiles/vtkGraphicsPython.dir/depend.internal".<br>
Dependee "/Users/akemityler/Develop/VTKBuild/Graphics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/akemityler/Develop/VTKBuild/Graphics/CMakeFiles/vtkGraphicsPython.dir/depend.internal".<br>
Scanning dependencies of target vtkGraphicsPython<br>CMake Error: Cannot open file for write: /Users/akemityler/Develop/VTKBuild/Graphics/CMakeFiles/vtkGraphicsPython.dir/depend.make.tmp<br>CMake Error: : System Error: Permission denied<br>
make[2]: *** [Graphics/CMakeFiles/vtkGraphicsPython.dir/depend] Error 2<br>make[1]: *** [Graphics/CMakeFiles/vtkGraphicsPython.dir/all] Error 2<br>make: *** [all] Error 2<br><br>I am using:<br>OS 10.6.4<br>VTK 5.6.0<br>cmake 2.8-1<br>
Python 2.6<br><br>I am not sure about my Python condition. My hard drive got collapsed recently, and it is replaced by a new unit. Some programs was recovered by data recovery. I think my Python 2.6 is one of them. But it might not be in the perfect condition. I was happily using VTK before this incident happened with OS 10.5 and Python 2.6.<br>
<br>Thank you again for your help.<br><br><br><br><div class="gmail_quote">On Thu, Jun 24, 2010 at 1:15 PM, Eric E. Monson <span dir="ltr">&lt;<a href="mailto:emonson@cs.duke.edu">emonson@cs.duke.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;">Hey Akemi,<div><br></div><div>I'm not sure what the problem is exactly, but I would advise starting with a more minimal build first, and then if they succeed you can turn on more options and rebuild (and it won't take nearly as long the next times).&nbsp;</div>
<div><br></div><div>Here are the minimal commands that I would do to compile the current VTK (git master from last week) with Python wrapping on OS X 10.6.4 (leaving everything else with default values as they come up in ccmake, and using the system Python install):</div>
<div><br></div><div>(after git-ing or un-tarring the source)</div><div>cd VTK</div><div>mkdir build</div><div>cd build</div><div>ccmake ..</div><div>c&nbsp;</div><div>(wait for configure, then change these options)</div><div>BUILD_SHARED_LIBS: ON</div>
<div>BUILD_TESTING: OFF</div><div>CMAKE_BUILD_TYPE: Release</div><div>CMAKE_OSX_ARCHITECTURES: x86_64</div><div>VTK_WRAP_PYTHON: ON</div><div>c</div><div>c</div><div>g</div><div>make</div><div><br></div><div>By default mine comes up with VTK_USE_RPATH: ON, CMAKE_OSX_DEPLOYMENT_TARGET: 10.6, VTK_USE_COCOA: ON. You might want to try even not turning on the Python wrapping at first just to make sure you can get through the build without it, and then run ccmake again to turn it on and try again.</div>
<div><br></div><div>If you still can't get through it with python on, then after it fails, run&nbsp;</div><div>make VERBOSE=1</div><div>and let us know what the last command is that it fails on, the error message, and the VTK version you're trying.</div>
<div><br></div><div>Good luck,</div><div>-Eric</div><div><br><div>
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div>
------------------------------------------------------</div><div>Eric E Monson</div><div>Duke Visualization Technology Group</div><div><span style="font-size: medium;"><br></span></div></span>
</div>
<br><div><div><div></div><div class="h5"><div>On Jun 24, 2010, at 3:15 PM, Tyler, Akemi wrote:</div><br></div></div><blockquote type="cite"><div><div></div><div class="h5">Hi vtk users,<br><br>I am trying to 
install VTK in my apple computer and experiencing a trouble. I have 
OS10.6 and Python 2.6 in my computer.<br><br>I follow instructions on :<br><a href="http://www.macresearch.org/installing_vtk_on_mac_os_x" target="_blank">http://www.macresearch.org/installing_vtk_on_mac_os_x</a><br>
and <br><a href="http://www.vtk.org/Wiki/Cocoa_VTK" target="_blank">http://www.vtk.org/Wiki/Cocoa_VTK</a><br><br>In



 addition to the changes on these web pages, I put:<br><br>//Build VTK 
examples.<br>BUILD_EXAMPLES:BOOL=ON<br><br>//Build Verdict with shared 
libraries.<br>
BUILD_SHARED_LIBS:BOOL=ON<br><br>//For backwards compatibility, what 
version of CMake commands and<br>// syntax should this version of CMake 
try to support.<br>CMAKE_BACKWARDS_COMPATIBILITY:<div>STRING=2.4<br><br>//Minimum



 OS X version to target for deployment (at runtime); newer<br>
// APIs weak linked. Set to empty string for default value.<br>CMAKE_OSX_DEPLOYMENT_TARGET:<div>STRING=10.6<br><br>//Path



 to a program.<br>PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2.6<br><br>//Wrap



 VTK classes into the Python language.<br>
VTK_WRAP_PYTHON:BOOL=ON<br><br>//Wrap VTK classes into the TCL language.<br>VTK_WRAP_TCL:BOOL=ON<br><br><br>The



 error message I get in the building stage is: <br>[ 69%] Building CXX 
object Rendering/CMakeFiles/vtkRenderingPythonD.dir/vtkRenderingPythonInit.cxx.o<br>
Linking CXX shared library ../bin/libvtkRenderingPythonD.dylib<br>[
 69%] Built target vtkRenderingPythonD<br>make: *** [all] Error 2<br><br>I
 tried different versions of VTK and Python combination. But none of 
them worked.<br>
What would you suggest to fix this problem?<br></div>
</div></div></div><div class="im">
_______________________________________________<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></div>Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><div class="im"><br><br>Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></div></blockquote></div><br></div></div></blockquote></div><br>
</blockquote></div><br></div></body></html>