i'm new using mac os, i tried to use cmake to setup xcode project, i was following this page
http://sourceforge.net/apps/trac/glestae/wiki/CompileGuideMacbut, away got problem with openAL.frameworks, cmake reported:
-----------------------------
Could NOT find CPPUNIT (missing: CPPUNIT_INCLUDE_DIR CPPUNIT_LIBRARY)
CMake Error at CMakeLists.txt:216 (install):
install FILES given directory "/Library/Frameworks/OpenAL.framework" to
install.
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
disabled doc
disabled testsuite
Configuring incomplete, errors occurred!
---------------------------
openAL has been intalled on Library/Frameworks/OpenAL.framework
could anyone tell me? how make it right?