<div dir="ltr">I am having trouble building VTK 7 with Python 3.4 on OS X 10.11 .  Everything goes well for the first 99% of the process, however at the end, I get this error:<div><br></div><div><div>[ 99%[ Building CXX object Wrapping/Python/CMakeFiles/vtkpython.dir/vtkPythonAppInit.cxx.o</div><div>make[2]: *** No rule to make target `/Users/mcragun/anaconda/envs/py3k/lib/libpython3.4.dylib', needed by `bin/vtkpython'.  Stop.</div><div>make[2]: *** Waiting for unfinished jobs....</div><div>In file included from /Users/mcragun/Projects/VTK/Wrapping/Python/vtkPythonAppInit.cxx:29:</div><div>/Users/mcragun/Projects/VTK-build/Wrapping/Python/vtkpythonmodules.h:119:3: error: no matching function</div><div>      for call to 'PyImport_AppendInittab'</div><div>  PyImport_AppendInittab(namevtkCommonCore, initvtkCommonCorePython);</div></div><div><div> ^~~~~~~~~~~~~~~~~~~~~~</div><div>/Users/mcragun/anaconda/envs/py3k/include/python3.4m/import.h:109:17: note: candidate function not</div><div>      viable: no known conversion from 'void ()' to 'PyObject *(*)()' for 2nd argument</div><div>PyAPI_FUNC(int) PyImport_AppendInittab(</div><div>                ^</div><div>In file included from /Users/mcragun/Projects/VTK/Wrapping/Python/vtkPythonAppInit.cxx:29:</div><div>/Users/mcragun/Projects/VTK-build/Wrapping/Python/vtkpythonmodules.h:122:3: error: no matching function</div><div>      for call to 'PyImport_AppendInittab'</div><div>  PyImport_AppendInittab(namevtkCommonMath, initvtkCommonMathPython);</div><div>  ^~~~~~~~~~~~~~~~~~~~~~</div></div><div><br></div><div>Similar errors are repeated until...</div><div><br></div><div><div>  ^~~~~~~~~~~~~~~~~~~~~~</div><div>/Users/mcragun/anaconda/envs/py3k/include/python3.4m/import.h:109:17: note: candidate function not</div><div>      viable: no known conversion from 'void ()' to 'PyObject *(*)()' for 2nd argument</div><div>PyAPI_FUNC(int) PyImport_AppendInittab(</div><div>                ^</div><div>fatal error: too many errors emitted, stopping now [-ferror-limit=]</div><div>20 errors generated.</div><div>make[2]: *** [Wrapping/Python/CMakeFiles/vtkpython.dir/vtkPythonAppInit.cxx.o] Error 1</div><div>make[1]: *** [Wrapping/Python/CMakeFiles/vtkpython.dir/all] Error 2</div><div>make: *** [all] Error 2</div></div><div><br></div><div>Any thoughts on what I missed?  Are there pre-built binaries with python 3 for OS X?</div><div><br></div><div>Thanks,</div><div><br></div><div>Matt</div></div>