<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Correction: build not with hidden visibility for blender afaik:<br>
    <br>
    #!/bin/sh<br>
    <br>
    # build<br>
    ./bootstrap.sh<br>
    ./bjam -j8 variant=release cxxflags='-mmacosx-version-min=10.7
    -std=c++11 -stdlib=libc++' link=static threading=multi
    architecture=x86 address-model=64 --macosx-version=10.11
    --macosx-version-min=10.7 --with-filesystem --with-thread
    --with-regex --with-system --with-date_time --with-wave
    --with-iostreams --with-python --with-program_options
    --with-serialization --with-locale stage -a<br>
    <br>
    # copy files<br>
    cp -rf stage/lib  ../<br>
    mkdir -p ../include<br>
    cp -r boost ../include/<br>
    <br>
    etc...etc.....<br>
    <br>
    <div class="moz-cite-prefix">Am 09.03.2016 um 15:26 schrieb Jens
      Vewrwiebe:<br>
    </div>
    <blockquote cite="mid:56E032A2.5070605@jensverwiebe.de" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      #!/bin/sh<br>
      <br>
      # build<br>
      ./bootstrap.sh<br>
      ./bjam -j8 variant=release cxxflags='-fvisibility=hidden
      -fvisibility-inlines-hidden -mmacosx-version-min=10.7 -std=c++11
      -stdlib=libc++' link=static threading=multi architecture=x86
      address-model=32_64 --macosx-version=10.11
      --macosx-version-min=10.7 --with-filesystem --with-thread
      --with-regex --with-system --with-date_time --with-wave
      --with-iostreams --with-python --with-program_options
      --with-serialization --with-locale stage -a<br>
      <br>
      # copy files<br>
      cp -rf stage/lib  ../<br>
      mkdir -p ../include<br>
      cp -r boost ../include/<br>
      <br>
      etc..etc<br>
      <br>
      <div class="moz-cite-prefix">Am 09.03.2016 um 14:24 schrieb
        Mohamed Sakr:<br>
      </div>
      <blockquote
cite="mid:CABgy2LtsCirk9hiMcvQqWG3nwGZbzETA_NCduLBD9_PRhk=FKA@mail.gmail.com"
        type="cite">
        <div dir="ltr">Hi,<br>
          <br>
          I got problems building Cycles on Mac "with the provided libs"
          with C++11 features.<br>
          the reason is Boost is buggy, and I need to use STL function
          bind stuff instead of Boost.<br>
          <br>
          any ideas?<br>
          cheers,<br>
          Mohamed Sakr</div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Bf-cycles mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Bf-cycles@blender.org">Bf-cycles@blender.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.blender.org/mailman/listinfo/bf-cycles">http://lists.blender.org/mailman/listinfo/bf-cycles</a>
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 

Jens Verwiebe
Allerskehre 44 - 22309 Hamburg

Tel.: +49 40 67 78 50
mobile: +49 172 400 49 07
mailto: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:info@jensverwiebe.de">info@jensverwiebe.de</a>
web: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.jensverwiebe.de">http://www.jensverwiebe.de</a></pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Bf-cycles mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Bf-cycles@blender.org">Bf-cycles@blender.org</a>
<a class="moz-txt-link-freetext" href="http://lists.blender.org/mailman/listinfo/bf-cycles">http://lists.blender.org/mailman/listinfo/bf-cycles</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 

Jens Verwiebe
Allerskehre 44 - 22309 Hamburg

Tel.: +49 40 67 78 50
mobile: +49 172 400 49 07
mailto: <a class="moz-txt-link-abbreviated" href="mailto:info@jensverwiebe.de">info@jensverwiebe.de</a>
web: <a class="moz-txt-link-freetext" href="http://www.jensverwiebe.de">http://www.jensverwiebe.de</a></pre>
  </body>
</html>