https://bugs.llvm.org/show_bug.cgi?id=37596
Bug ID: 37596
Summary: xlocale.h not found
Product: libc++
Version: 6.0
Hardware: Sun
OS: Solaris
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedclangb...@nondot.org
Reporter: phant...@gmail.com
CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com
Building on Solaris 10 / sparcv9 hardware:
cmake ../src/llvm \
-DCMAKE_C_COMPILER=gcc-7.2.0 \
-DCMAKE_CXX_COMPILER=g++-7.2.0 \
-DGCC_INSTALL_PREFIX=$(dirname $(dirname $(which gcc-7.2.0))) \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j32
... with libcxx/libcxxabi un-tarred & appropriately renamed in
../src/llvm/projects.
I get the following compile error:
In file included from (...)/projects/libcxx/include/ios:216:0,
from (...)/projects/libcxx/include/ostream:138,
from (...)/projects/libcxx/include/istream:163,
from (...)/projects/libcxx/include/rnadom:1646,
from (...)/projects/libcxx/src/algorithm.cpp:11:
(...)/projects/libcxx/include/__locale:33:11: fatal error: xlocale.h: No
such file or directory
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs