I am installing VTK on my MAC OS X as per the step by step instructions given in the tutorial.<br><br>I have first installed the CMake. Then created the directory VTKBuild as instructed. Everything goes fine.<br><br>I made the changes in CMakeCache.txt<br>
<br>on cmake ../VTK all build files get written to VKBuild.<br><br>But it gives error on make.<br><br>There are many errors of the form:<br><br>/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:50:39: error: stddef.h: No such file or directory<br>
/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:51:38: error: stdio.h: No such file or directory<br>/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:52:42: error: stdlib.h: No such file or directory<br>
/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:53:54: error: string.h: No such file or directory<br>/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:54:44: error: sys/time.h: No such file or directory<br>
/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:55:43: error: sys/types.h: No such file or directory<br>/Users/pebble/Development/VTK/Utilities/kwsys/ProcessUNIX.c:56:37: error: sys/wait.h: No such file or directory<br>
<br>and so on...<br><br>Please tell me where am I going wrong.<br><br><br clear="all"><br>-- <br>Regards,<br>Preeti Bindu<br><br>