I made blender into an Xcode project using Cmake, and I am trying to compile it. But when I try, Xcode gives me like 42 errors. Please help me?
I wonder what the errors are? I bet they have something to do with the problem. Can you tell us the first one?
I have Xcode 4.0.2 and it just says:
"Build Failed" without giving me any reasons.
It says:
"make: *** No rule to make target `/Users/oriyo/Desktop/CMake 2.8-4.app/Contents/share/cmake-2.8/Modules/CMakeCInformation.cmake', needed by `CMakeFiles/cmake.check_cache'. Stop."
and
"make: *** No rule to make target `/Users/oriyo/Desktop/CMake 2.8-4.app/Contents/share/cmake-2.8/Modules/CMakeCInformation.cmake', needed by `CMakeFiles/cmake.check_cache'. Stop."
and
"Command /bin/sh failed with exit code 2"
What should I do?