On 13 Nov 2012, at 16:50, Joseph Rushton Wakeling wrote
Setting LLVM_CONFIG=$HOME/opt/clang+llvm/bin/llvm-config exits with the same error, i.e.

-- Could NOT find LIBCONFIG++ (missing: LIBCONFIG++_INCLUDE_DIR LIBCONFIG++_LIBRARY)

This means that you are missing libconfig++ and its header files (https://github.com/ldc-developers/ldc/wiki/Installation). It was changed some time ago from a hard error to a warning because the detection didn't work reliably. However, the error messages seem to have suffered when the detection was moved away from using pkg-config. Could you please add a GitHub issue?

In case you do have libconfig++ available and CMake isn't able to find it, try setting the variables manually.

David

--


Reply via email to