<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Use STACK lint tool to clean code ..."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71043#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Use STACK lint tool to clean code ..."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71043">bug 71043</a>
              from <span class="vcard"><a class="email" href="mailto:tml@iki.fi" title="Tor Lillqvist <tml@iki.fi>"> <span class="fn">Tor Lillqvist</span></a>
</span></b>
        <pre>I, and several other people, compile LibreOffice using Clang all the time, both
on Linux (where Clang so far is not mainstream, I guess) and on OS X (for OS X
itself and cross-compiling for iOS) (where Clang *is* mainstream, no gcc
available any more at all). This has been done for over a year at least. So it 
isn't as if it would be anything new to compile LibrOffice using Clang.

The configure.ac has logic to decide whether to use the -fno-enforce-eh-specs
option or not, and so far it has worked. So either your version of Clang is in
some way then odd and the configure.ac tests break down, or you are telling it
to use Clang in some wrong way. What does your autogen.input look like? For me,
to use Clang (on Linux), I simply add CC=clang and CXX=clang++ lines to
autogen.input.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>