On Tue, Sep 29, 2009 at 9:40 AM, Bill Hoffman <[email protected]>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 <[email protected]<mailto: >> [email protected]>> 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
_______________________________________________ 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
