http://llvm.org/bugs/show_bug.cgi?id=20936

            Bug ID: 20936
           Summary: bits/c++config.h will be installed incorrect directory
                    by CMake build
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

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 'https://llvm.org/svn/llvm-project/libcxx/trunk' 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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to