[CMake] FYI, XCode generator name now Xcode15
Lars Pechan
lars.pechan at parkerpechan.com
Tue Aug 30 17:10:38 EDT 2005
Hi Bill,
Perhaps I wasn't being clear enough. I'm using Xcode-2.1. CMake-
CVS-2005-08-28 generates a projname.xcode directory. When I open it
Xcode moans about the project file being in a previous version's
format and suggest writing a new one. Going through with this creates
a projname.xcodeproj project. This isn't such a big problem except
that whenever there is a change in projname it looks like my
projname.xcodeproject doesn't pick up the change. If I just 'cmake .'
in my local builddirectory projname.xcode is updated and I can then
repeat the cycle but of course it would be much preferable if the
correct Xcode project was updated.
I rather foolishly tried removing projname.xcode and recreate it as a
symlink to projname.xcodeproj. This does indeed update the project in
a way that Xcode realises but sadly the regenerated project-file is
again for an older version of Xcode. This takes me right back to
square one.
This isn't an enormous problem but it would of course save time and
some frustration if this could be fixed. Or perhaps I'm doing
something wrong?
Thanks,,
/Lars
On 30/08/2005, at 2:06 PM, William A. Hoffman wrote:
> There is only one Xcode generator, and it detects the installed
> version of Xcode, so for 1.5 it generates a 1.5 project, and
> for 2.1 it generates a 2.1 compatible 1.5 project. I am not sure
> what the problem is with projname.xcode and projname.xcodeproj?
> We have dashbboard tests running on Xcode 1.5 and Xcode 2.1 machines,
> and all tests are passing right now.
>
> -Bill
>
>
> At 09:13 PM 8/29/2005, Lars Pechan wrote:
>
>> Hi Bill,
>> I checked out CMake from CVS yesterday and built it. If I run it like
>> so 'cmake' it still lists "Xcode" as the only Xcode environment. This
>> generates projname.xcode rather than projname.xcodeproj. I've tried
>> using "Xcode15" as the generator name but that gives this:
>>
>> CMake Error: Could not create named generator Xcode15
>> CMake Error: cmake version 2.3-20050828
>>
>> Que pasa?
>>
>> /Lars
>>
>> On 19/07/2005, at 1:30 AM, William A. Hoffman wrote:
>>
>>
>>> I have changed current Xcode generator name from XCode to Xcode15.
>>> This
>>> is in cvs, and will also be in 2.2.1. When we have a solution for
>>> Xcode 2.x,
>>> I will create an Xcode2 generator.
>>>
>>> -Bill
>>>
>>> _______________________________________________
>>> CMake mailing list
>>> CMake at cmake.org
>>> http://www.cmake.org/mailman/listinfo/cmake
>>>
>
>
More information about the CMake
mailing list