Skip to content

Missing libcxx folder under projects folder as required in CMakeCache.txt #57

Open
@programminggit

Description

@programminggit

Hello and thank you for your support in advance.

I'm wanting to compile clang-openmp with libc++ support.

After successfully compiling and running a basic openmp test program on OSX Yosemite I thought all was well until I tried to compile boost with ./b2 install.

The compile failed not finding any libc++ headers.

Looking into CMakeCache.txt I found entry:
LLVM_EXTERNAL_LIBCXX_SOURCE_DIR pointing to a non-existent folder:
/Users/Developer/OpenMPStuff/llvm/projects/libcxx.

Should the libcxx folder be present and does this explain why I'm getting missing libc++ header file compile failures ?(I have the compiler-rt folder under projects)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions