[LLVMbugs] [Bug 22057] libcxxabi fails to build with clang 3.4 (fatal error: '__refstring' file not found)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri May 1 00:37:24 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=22057

Eric Fiselier <eric at efcs.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |eric at efcs.ca
         Resolution|---                         |WONTFIX

--- Comment #4 from Eric Fiselier <eric at efcs.ca> ---
You need to build libc++abi against a more recent version of the libc++
headers. pull down the libc++ repository somewhere and configure libc++abi
using the CMake option `-DLIBCXXABI_LIBCXX_PATH=path/to/libcxx`.


I'm closing this as WONTFIX. libc++abi closely depends on libc++. I think it is
reasonable to require a recent version of the libc++ *headers* and repository
to build and test (but not use) libc++abi. The resulting installation of
libc++abi should still work with the older versions of libc++.

Please let me know if you have trouble building libc++abi using the
instructions on the libcxxabi.llvm.org webpage.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150501/9c89b34d/attachment.html>


More information about the llvm-bugs mailing list