<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - xlocale.h not found"
href="https://bugs.llvm.org/show_bug.cgi?id=37596">37596</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>xlocale.h not found
</td>
</tr>
<tr>
<th>Product</th>
<td>libc++
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Sun
</td>
</tr>
<tr>
<th>OS</th>
<td>Solaris
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>phantall@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org, mclow.lists@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>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</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>