Displaying 2 results from an estimated 2 matches for "atomic_word".
Did you mean:
atomic_load
2007 Apr 22
2
[LLVMdev] Building front end under OS X
...th:49:28: error: bits/c++config.h: No such
file or directory
/usr/include/c++/4.0.0/iosfwd:45:29: error: bits/c++locale.h: No such
file or directory
/usr/include/c++/4.0.0/iosfwd:46:25: error: bits/c++io.h: No such
file or directory
/usr/include/c++/4.0.0/bits/atomicity.h:38:30: error: bits/
atomic_word.h: No such file or directory
Is this a product of the system's libstdc++ getting out of date
w.r.t. the llvm-gcc tip? Should one now be building llvm-gcc's libstdc
++ rather than using the system version on OS X?
--
Christopher Lamb
-------------- next part --------------
An HTML at...
2007 Apr 22
0
[LLVMdev] Building front end under OS X
...config.h: No such file or
> directory
> /usr/include/c++/4.0.0/iosfwd:45:29: error: bits/c++locale.h: No such file or
> directory
> /usr/include/c++/4.0.0/iosfwd:46:25: error: bits/c++io.h: No such file or
> directory
> /usr/include/c++/4.0.0/bits/atomicity.h:38:30: error: bits/atomic_word.h: No
> such file or directory
I'm not sure. This is strange, perhaps others will have a better idea.
> Is this a product of the system's libstdc++ getting out of date w.r.t. the
> llvm-gcc tip? Should one now be building llvm-gcc's libstdc++ rather than
> using the sy...