[CMake] Xcode cannot open generated project

2014-02-27 Thread Bogdan Cristea
Hi I am using cmake 2.8.12.2 on MacOSX 10.9 for managing C/C++ code. Targets are 2 shared libraries and a command line binary, while external libraries are boost and fuse. However, when using Xcode generator I am unable to open the generated project. Using Makefile generator works fine, but I

Re: [CMake] Xcode cannot open generated project

2014-02-27 Thread David Cole
You can search the bug tracker http://public.kitware.com/Bug for known CMake bugs related to Xcode... I don't recall anything like this being reported recently. What version of Xcode? What error message do you get when trying to open the project with Xcode? D -- Powered by

Re: [CMake] Xcode cannot open generated project

2014-02-27 Thread Bogdan Cristea
On 27 Feb 2014, at 12:15, David Cole dlrd...@aol.com wrote: What version of Xcode? xcode 5.0.2 What error message do you get when trying to open the project with Xcode? The error says that ’the project file cannot be parsed'-- Powered by www.kitware.com Please keep messages on-topic

Re: [CMake] Xcode cannot open generated project

2014-02-27 Thread David Cole
Anybody else out there using Xcode 5.0.2 with CMake yet? Perhaps open a bug report, and attach the generated Xcode project files. Or send a minimal CMakeLists.txt file that reproduces the problem. Does it happen with the very simplest CMakeLists file? (For example, the one from the tutorial

Re: [CMake] Xcode cannot open generated project

2014-02-27 Thread Sean McBride
On Thu, 27 Feb 2014 09:35:09 -0500, David Cole said: Anybody else out there using Xcode 5.0.2 with CMake yet? This dashboard of mine is using Xcode 5.0.2 under OS X 10.9: http://open.cdash.org/buildSummary.php?buildid=3234853 It's basically green. Cheers, --

Re: [CMake] Xcode cannot open generated project

2014-02-27 Thread Kyle Sluder
On Thu, Feb 27, 2014, at 06:35 AM, David Cole wrote: Anybody else out there using Xcode 5.0.2 with CMake yet? Yes, I'm using LLVM's CMake-generated xcodeproj with Xcode 5.0.2. But I haven't tried regenerating the xcodeproj since upgrading. --Kyle Sluder -- Powered by www.kitware.com Please