Sorry for the delay.&nbsp; Using 10.5 SDK fixed my problem and allowed me to build my app for Tiger and Leopard.&nbsp; <br>For completeness:<br>&nbsp;CMAKE_OSX_ARCHITECTURES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;CMAKE_OSX_SYSROOT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /Developer/SDKs/MacOSX10.5.sdk <br>&nbsp;CMAKE_CXX_FLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -mmacosx-version-min=10.4 <br>&nbsp;CMAKE_C_FLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -mmacosx-version-min=10.4 <br><br>My MacBook (Leopard 10.5.4) has this configuration:<br>
gcc:&nbsp; i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)&nbsp; {PreInstalled}<br>cmake: cmake version 2.6-patch 2 {binary install from <a href="http://cmake.org">cmake.org</a>}<br><br>Unfortunately, I had unrelated problem with xerces and macports...<br>
<br>In any case, Thank you again for your help,<br>--Benjamin<br><br><br><br><div class="gmail_quote">On Wed, Nov 12, 2008 at 10:55 AM, Sean McBride <span dir="ltr">&lt;<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>&gt;</span> 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="Ih2E3d">On 11/12/08 10:26 AM, quasilister said:<br>
<br>
&gt;Your suggestions have fixed the problem. &nbsp;I was using apples gcc 4.0.1<br>
&gt;and cmake version 2.6-patch 2.<br>
<br>
</div>Can you elaborate? &nbsp;I&#39;m quite curious. &nbsp;Did using the 10.5 SDK fix it?<br>
<div><div></div><div class="Wj3C7c"><br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Montréal, Québec, Canada<br>
<br>
<br>
</div></div></blockquote></div><br>