<html>
<head>
<base href="http://llvm.org/bugs/" />
</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 --- - bits/c++config.h will be installed incorrect directory by CMake build"
href="http://llvm.org/bugs/show_bug.cgi?id=20936">20936</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>bits/c++config.h will be installed incorrect directory by CMake build
</td>
</tr>
<tr>
<th>Product</th>
<td>libc++
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</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>kikairoya+llvm@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu, mclow.lists@gmail.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>as of trunk@210577, bits/c++config.h (or other bits/*) will be installed
to $prefix/include/c++/v1/* but should be $prefix/include/c++/v1/bits/*.
build with:
-------------------------------------
svn co '<a href="https://llvm.org/svn/llvm-project/libcxx/trunk">https://llvm.org/svn/llvm-project/libcxx/trunk</a>' libcxx
mkdir b_libcxx; cd b_libcxx
export CC=/usr/local/gcc-4.8.3/bin/gcc
export CC=/usr/local/gcc-4.8.3/bin/g++
cmake -G "Unix Makefiles" -DLIBCXX_CXX_ABI=libsupc++
-DLIBCXX_LIBSUPCXX_INCLUDE_PATHS="/usr/local/gcc-4.8.3/include/c++/4.8.3;/usr/local/gcc-4.8.3/include/c++/4.8.3/x86_64-linux-gnu)"
-DCMAKE_INSTALL_PREFIX=/usr/local/llvm-head
../libcxx
make
sudo make install
-------------------------------------
results:
$ ls /usr/local/llvm-head/include/c++/v1/bits
ls: cannot access /usr/local/llvm-head/include/c++/v1/bits: 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>