Advertisement
Guest User

c2ffi compilation fails on OpenBSD

a guest
Sep 26th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. [/home/dan] $ uname -a
  2. OpenBSD lsd3 6.0 GENERIC.MP#0 amd64
  3. [/home/dan] $ cmake ..
  4. -- The C compiler identification is GNU 4.2.1
  5. -- The CXX compiler identification is GNU 4.2.1
  6. -- Check for working C compiler: /usr/bin/cc
  7. -- Check for working C compiler: /usr/bin/cc -- works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Detecting C compile features
  11. -- Detecting C compile features - done
  12. -- Check for working CXX compiler: /usr/bin/c++
  13. -- Check for working CXX compiler: /usr/bin/c++ -- works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. CMake Error at CMakeLists.txt:15 (find_package):
  19. Could not find a configuration file for package "LLVM" that is compatible
  20. with requested version "3.7".
  21.  
  22. The following configuration files were considered but not accepted:
  23.  
  24. /usr/local/share/llvm/cmake/LLVMConfig.cmake, version: 3.8.0
  25.  
  26.  
  27.  
  28. -- Configuring incomplete, errors occurred!
  29. See also "/home/dan/src/c2ffi/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement