1
votes

When trying to build an xcode project with the following command line: ./firebreath/prepmac.sh projects/ build/

I get: Using projects in: /Users/uwecerron/Desktop/Node/projects Generating build files in: /Users/uwecerron/Desktop/Node/build NOTE: The build files in /Users/uwecerron/Desktop/Node/build should NEVER be modified directly. Make changes in cmake and re-run this script. ~/Desktop/Node/build ~/Desktop/Node ./firebreath/prepmac.sh: line 10: cmake: command not found CMake failed. Please check error messages

There are no error messages, and i have cmake 2.8-8 installed. Any suggestions on what to do? this is for a kinect project using depthjs.

1

1 Answers

3
votes

When you installed cmake it would have ask you if you wanted to install the command line links; you probably accidentally told it not to. Install cmake again and tell it to install the command-line links and it should work fine.