<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 15, 2013 at 1:54 AM, Peter Lohrmann <span dir="ltr"><<a href="mailto:peterl@valvesoftware.com" target="_blank">peterl@valvesoftware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class=""><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Looks like the library I was generating was x86_64, but the application was strictly i386.  It took a bit of messing around with the project settings to get
 it to output just a 32-bit version, and then it seems the generated library went to a different directory /ApiTrace/build/wrappers/Debug instead of /ApiTrace/build/Debug/wrappers.</span></p></div></div></blockquote><div style>
That's peculiar, as CMakeLists.txt should have built both architectures:</div><div><br></div><div>  # On Mac OS X build fat binaries with i386 and x86_64 architectures by default.</div><div>  if (APPLE AND NOT CMAKE_OSX_ARCHITECTURES)</div>
<div>      set (CMAKE_OSX_ARCHITECTURES "i386;x86_64" CACHE STRING "Build architectures for OSX" FORCE)</div><div>  endif ()</div><div><br></div><div style>What XCode version did you use? Did you use cmake and make to build from commandline, or something different? </div>
<div><br></div><div style>Jose</div></div></div></div>