[CMake] CMake cvs TOT and Xcode
James Bigler
jamesbigler at gmail.com
Tue Sep 29 12:07:19 EDT 2009
On Tue, Sep 29, 2009 at 9:40 AM, Bill Hoffman <bill.hoffman at kitware.com>wrote:
> James Bigler wrote:
>
>> Silly me. That wasn't a very helpful bug report.
>>
>> I updated CMake from CVS last night at approximately 9 PM MDT.
>>
>> I have XCode 3.0 installed.
>>
>> OSX is version 10.5.8.
>>
>> I also just verified that I have the same problem with CMake 2.8 RC 1.
>>
>> James
>>
>> On Tue, Sep 29, 2009 at 5:04 AM, David Cole <david.cole at kitware.com<mailto:
>> david.cole at kitware.com>> wrote:
>>
>> Which TOT is the one you mean?
>> http://acronyms.thefreedictionary.com/TOT
>>
>> What day did you update CMake from CVS?
>> What Xcode version?
>> What Mac OSX version?
>>
>> Still don't know what TOT is??
>
> Also, are you building for more than one architecture?
>
> Can you do cmake --debug-trycompile and then run make VERBOSE=1 in the
> CMakeFiles/CMakeTmp directory that is being used by the ABI check?
>
> -Bill
>
Sorry, TOT == Top of Tree.
I used --debug-trycompile and when I went into CMakeFiles/CMakeTmp there
wasn't a makefile (Xcode generator), but there was an
CMAKE_TRY_COMPILE.xcodeproj. I opened that up and hit "Build" and it seemed
to build without errors, but I don't see the actual executable
cmTryCompileExec that was supposedly generated.
I'm not trying to build with more than one architecture. I sent my command
line earlier:
CMakeLists.txt:
cmake_minimum_required(VERSION 2.6)
project(my_include_directories)
$ /code/cmake-cvs/install/bin/cmake ../ -G Xcode
$ /Applications/Code/CMake\ 2.8-0.app/Contents/bin/cmake ../ -G Xcode
--debug-trycompile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090929/90e12d4c/attachment.htm>
More information about the CMake
mailing list