<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi James,<br>
    </p>
    <p>Thanks,</p>
    <p>I do include the -std=c++11 as a habit.</p>
    <p>I have been trying all afternoon to get this to work.</p>
    <p>I am wondering now if there is a step missing which describes the
      target OS? Xcode links to a number of SDK's when producing OS X
      Bundles ( test.app ).<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 2016-12-23 5:43 PM, James Dennett
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKNGpgqo87xeO2=r4fE+__6wwUTivoKoSDqUarB+NZ-vs1+-GA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Fri, Dec 23, 2016 at 1:40 PM,
            icloud via cfe-dev <span dir="ltr"><<a
                moz-do-not-send="true"
                href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div bgcolor="#FFFFFF" text="#000000"> Hi Don,<br>
                <br>
                I removed the extra "-I" directives but I still get the
                same result.<span class=""><br>
                </span></div>
            </blockquote>
            <div><br>
            </div>
            <div>This looks somewhat different to me.</div>
            <div> </div>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div bgcolor="#FFFFFF" text="#000000">In file included
                from /usr/local/include/llvm/ADT/<wbr>APInt.h:20:<br>
                /usr/local/include/llvm/<wbr>Support/MathExtras.h:248:1:
                error: unknown type name 'constexpr'<br>
                constexpr inline uint32_t Hi_32(uint64_t Value) {<br>
              </div>
            </blockquote>
            <div><br>
            </div>
            <div>You need to specify -std=c++11 (or later) as a compiler
              option to get `constexpr` support.  You probably want to
              do that anyway.</div>
            <div><br>
            </div>
            <div>-- James</div>
            <div><br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 

Paul</pre>
  </body>
</html>