On Tue, Sep 29, 2009 at 9:40 AM, Bill Hoffman <span dir="ltr"><<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
James Bigler wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
Silly me. That wasn't a very helpful bug report.<br>
<br>
I updated CMake from CVS last night at approximately 9 PM MDT.<br>
<br>
I have XCode 3.0 installed.<br>
<br>
OSX is version 10.5.8.<br>
<br>
I also just verified that I have the same problem with CMake 2.8 RC 1.<br>
<br>
James<br>
<br></div><div class="im">
On Tue, Sep 29, 2009 at 5:04 AM, David Cole <<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a> <mailto:<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>>> wrote:<br>
<br>
Which TOT is the one you mean?<br>
<a href="http://acronyms.thefreedictionary.com/TOT" target="_blank">http://acronyms.thefreedictionary.com/TOT</a><br>
<br>
What day did you update CMake from CVS?<br>
What Xcode version?<br>
What Mac OSX version?<br>
<br>
</div></blockquote>
Still don't know what TOT is??<br>
<br>
Also, are you building for more than one architecture?<br>
<br>
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?<br><font color="#888888">
<br>
-Bill<br>
</font></blockquote></div><br>Sorry, TOT == Top of Tree.<br><br>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.<br>
<br>I'm not trying to build with more than one architecture. I sent my command line earlier:<br><br>CMakeLists.txt:<br>cmake_minimum_required(VERSION 2.6)<br>project(my_include_directories)<br><div id=":1xr" class="ii gt">
<br>$ /code/cmake-cvs/install/bin/cmake ../ -G Xcode</div>$ /Applications/Code/CMake\ 2.8-0.app/Contents/bin/cmake ../ -G Xcode --debug-trycompile<br><br> <br>