No problem. When I resolved it, it was in cvs. Then, shortly thereafter it was merged and released...<div><br></div><div>I added a note in the issue tracker.<br><br></div><div>Beef with Mantis: why can&#39;t I add a note to a &quot;resolved&quot; bug...?</div>
<div><br></div><div><br><div class="gmail_quote">On Tue, Mar 30, 2010 at 11:07 AM, Simmons, Aaron <span dir="ltr">&lt;<a href="mailto:asimmons@rosettastone.com">asimmons@rosettastone.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">









<div lang="EN-US" link="blue" vlink="purple">

<div>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Ah, the bug didn’t say that it had been released yet, just that
it was in cvs.  Sorry for the trouble.  Thanks!</span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D"> </span></p>

<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">

<p class="MsoNormal"><b><span style="font-size:10.0pt">From:</span></b><span style="font-size:10.0pt"> David Cole
[mailto:<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>] <br>
<b>Sent:</b> Tuesday, March 30, 2010 7:59<br>
<b>To:</b> Simmons, Aaron<br>
<b>Cc:</b> <a href="mailto:cmake@cmake.org" target="_blank">cmake@cmake.org</a><br>
<b>Subject:</b> Re: [CMake] working around gcc version bug in xocde generator</span></p>

</div><div><div></div><div class="h5">

<p class="MsoNormal"> </p>

<p class="MsoNormal">With CMake 2.8.1, you can, in your CMakeLists.txt file:</p>

<div>

<p class="MsoNormal" style="margin-bottom:12.0pt">set(CMAKE_XCODE_ATTRIBUTE_GCC_VERSION
&quot;4.2&quot;)</p>

</div>

<div>

<p class="MsoNormal">Or, more precisely:</p>

</div>

<div>

<p class="MsoNormal">set(CMAKE_XCODE_ATTRIBUTE_GCC_VERSION &quot;com.apple.compilers.gcc.4_2&quot;)</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal">This is part of the bug fix for <a href="http://public.kitware.com/Bug/view.php?id=9125" target="_blank">http://public.kitware.com/Bug/view.php?id=9125</a>
which was included in the 2.8.1 release (rc3 and later...).</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal">It is Xcode-generator specific, though, and has no effect on
generated files for other build systems.</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal">HTH,</p>

</div>

<div>

<p class="MsoNormal">David</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal"> </p>

<div>

<p class="MsoNormal">On Mon, Mar 29, 2010 at 4:12 PM, Simmons, Aaron &lt;<a href="mailto:asimmons@rosettastone.com" target="_blank">asimmons@rosettastone.com</a>&gt;
wrote:</p>

<p class="MsoNormal">My project requires using gcc 4.0 when compiling on Mac OS
X, as it has to support 10.4.  This works fine for the makefile generator,
but it breaks with the XCode generator for Xcode 3.2 as the default gcc is
v4.2.<br>
<br>
Other posts on this list indicates that it&#39;s a bug in the Xcode generator.
 I would like to workaround this issue somehow until a new version of
cmake is released.<br>
<br>
One poster suggested using gcc&#39;s -V option, which allows forcing the gcc
version.  I&#39;ve tried injecting this into the CMAKE_CXX_FLAGS like this:<br>
       if (${CMAKE_GENERATOR} MATCHES &quot;Xcode&quot;)<br>
           set(CMAKE_CXX_FLAGS &quot;-V 4.0
${CMAKE_CXX_FLAGS}&quot;)<br>
       endif(${CMAKE_GENERATOR} MATCHES &quot;Xcode&quot;)<br>
<br>
However, this creates a new error:<br>
       &#39;-V&#39; must come at the start of the command line<br>
<br>
It seems that the CMAKE_CXX_FLAGS are always appended to the constructed gcc
command.  Is there some way that I can prepend flags (that is, put them at
the very beginning of the command-line)?<br>
<br>
<br>
Thanks,<br>
aaron<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a></p>

</div>

<p class="MsoNormal"> </p>

</div>

</div></div></div>

</div>


</blockquote></div><br></div>