<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><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">Any idea what's going wrong?<br>
<br>
$ clang++ -E -fmodules test.cpp<br>
# 1 "test.cpp"<br>
# 1 "<built-in>" 1<br>
# 1 "<built-in>" 3<br>
# 325 "<built-in>" 3<br>
# 1 "<command line>" 1<br>
# 1 "<built-in>" 2<br>
# 1 "test.cpp" 2<br>
While building module 'std' imported from test.cpp:6:<br>
In file included from <module-includes>:4:<br>
In file included from /Users/ske/dev/prefix/bin/../include/c++/v1/ccomplex:21:<br>
In file included from /Users/ske/dev/prefix/bin/../include/c++/v1/complex:247:<br>
In file included from /Users/ske/dev/prefix/bin/../include/c++/v1/sstream:174:<br>
In file included from /Users/ske/dev/prefix/bin/../include/c++/v1/ostream:140:<br>
/Users/ske/dev/prefix/bin/../include/c++/v1/locale:873:26: error: use of<br>
undeclared identifier 'strtoll_l'; did you mean 'wcstoll_l'?<br>
        long long __ll = strtoll_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE);<br></blockquote><div><br></div><div>I ran into this too ( <a href="http://llvm.org/bugs/show_bug.cgi?id=21003">http://llvm.org/bugs/show_bug.cgi?id=21003</a> ). It went away for me when building with -fno-exceptions. Maybe you can post the number of the rdar you filed on that bug? With -fno-exceptions and <a href="http://llvm.org/viewvc/llvm-project?rev=218372">http://llvm.org/viewvc/llvm-project?rev=218372</a> (or -std=c++11), I was able to use modules on OS X for a small program (ninja) 4 weeks ago.</div><div><br></div><div>(I didn't read the whole thread, sorry if this is redundant information.)</div></div><br></div></div>