<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Richard,<br>
    <br>
    Don't remember when; might have been a different problem that made
    me think that didn't work.&nbsp; Been trying to use
    --use-environment-flags<br>
    <br>
    Tried --compiler=gcc and got further on mac via jenkins.&nbsp; Have some
    boost issue I'll noodle at for a while<br>
    <br>
    --Roger<br>
    <br>
    On 01/02/2015 04:03 PM, Richard Gildea wrote:
    <blockquote
cite="mid:CACCG97Ggzwui92cNFXfd8s__a+O0ZCsy5__L-5axv2g6a9wgpw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Roger,
        <div><br>
        </div>
        <div>Have you tried passing --compiler=gcc in the 'python
          sources/libtbx/configure.py [list of modules]' step?</div>
        <div><br>
        </div>
        <div>Cheers,</div>
        <div><br>
        </div>
        <div>Richard</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On 2 January 2015 at 20:28, Roger
          Martin <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:roger@quantumbioinc.com" target="_blank">roger@quantumbioinc.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
            <br>
            I'm attempting to build on Mac.&nbsp; Via jenkins.<br>
            <br>
            The scons finds /usr/bin/c++ but my builds are based on gcc
            located at /opt/gcc/current/bin.&nbsp; A which c++ returns
            /opt/gcc/current/bin/c++.&nbsp; I tried to tell it by making a
            site_init.py according to <a moz-do-not-send="true"
href="http://www.scons.org/doc/production/HTML/scons-user.html#idm12919064"
              target="_blank">http://www.scons.org/doc/production/HTML/scons-user.html#idm12919064</a><br>
            ---------------<br>
            cd build<br>
            mkdir -p site_scons<br>
            cat &lt;&lt;EOF &gt;./site_scons/site_init.py<br>
            env = DefaultEnvironment(tools = ['gcc', 'gnulink'],<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CC = '/opt/gcc/current/bin/gcc',<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CXX = '/opt/gcc/currentbin/g++')<br>
            EOF<br>
            --------------<br>
            <br>
            Do you have a way to tell it which compiler version to find
            that is compatible with the source code level?<br>
            <br>
            Regards,<br>
            <br>
            Roger<br>
            _______________________________________________<br>
            cctbxbb mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:cctbxbb@phenix-online.org" target="_blank">cctbxbb@phenix-online.org</a><br>
            <a moz-do-not-send="true"
              href="http://phenix-online.org/mailman/listinfo/cctbxbb"
              target="_blank">http://phenix-online.org/mailman/listinfo/cctbxbb</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
cctbxbb mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cctbxbb@phenix-online.org">cctbxbb@phenix-online.org</a>
<a class="moz-txt-link-freetext" href="http://phenix-online.org/mailman/listinfo/cctbxbb">http://phenix-online.org/mailman/listinfo/cctbxbb</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>