Hi all, I use the Eclipse CDT4 generator to generate unix makefiles on OSX. Generation works without any errors, but in the generated files there are some errors.
There are 2 paths in the .cproject file incorrect: <pathentry include="/System/Library/Frameworks (framework directory)" kind= "inc" path="" system="true"/> <pathentry include="/Library/Frameworks (framework directory)" kind="inc" path="" system="true"/> Changing these (remove the (framework directory) part) makes the project files work without any problem. Is there something I am missing in the configuration? -- Met vriendelijke groet, Alexander Broekhuis
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
