Guest User

Untitled

a guest
Dec 11th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. -- The C compiler identification is AppleClang 9.0.0.9000038
  2. -- The CXX compiler identification is AppleClang 9.0.0.9000038
  3. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  4. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
  10. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Found TBB: /usr/local/include
  16. CMake Warning at cmake/ospray_macros.cmake:26 (MESSAGE):
  17. OSPRay only supports KNL on Linux.
  18. Call Stack (most recent call first):
  19. cmake/ospray_macros.cmake:35 (OSPRAY_WARN_ONCE)
  20. cmake/ospray_macros.cmake:69 (OSPRAY_CHECK_COMPILER_SUPPORT)
  21. cmake/configure_embree.cmake:101 (OSPRAY_CONFIGURE_ISPC_ISA)
  22. cmake/ospray_options.cmake:143 (INCLUDE)
  23. CMakeLists.txt:38 (INCLUDE)
  24.  
  25.  
  26. -- OSPRay SSE ISA target enabled.
  27. -- OSPRay AVX ISA target enabled.
  28. -- OSPRay AVX2 ISA target enabled.
  29. -- Found Intel SPMD Compiler (ISPC): /Users/goldbaum/Documents/GraviT/third-party/ispc/ispc-v1.9.2-osx/ispc
  30. -- Found Doxygen: /usr/local/bin/doxygen (found version "1.8.13") found components: doxygen dot
  31. -- Looking for pthread.h
  32. -- Looking for pthread.h - found
  33. -- Looking for pthread_create
  34. -- Looking for pthread_create - found
  35. -- Found Threads: TRUE
  36. CMake Error at cmake/ospray_macros.cmake:168 (ADD_SUBDIRECTORY):
  37. ADD_SUBDIRECTORY given source "modules" which is not an existing directory.
  38. Call Stack (most recent call first):
  39. CMakeLists.txt:65 (OSPRAY_ADD_SUBDIRECTORY)
  40.  
  41.  
  42. -- Found Readline: /usr/include
  43. -- Found OpenGL: /System/Library/Frameworks/OpenGL.framework
  44. -- Found GLUT: /System/Library/Frameworks/GLUT.framework
  45. -- Looking for Q_WS_X11
  46. -- Looking for Q_WS_X11 - not found
  47. -- Looking for Q_WS_WIN
  48. -- Looking for Q_WS_WIN - not found
  49. -- Looking for Q_WS_QWS
  50. -- Looking for Q_WS_QWS - not found
  51. -- Looking for Q_WS_MAC
  52. -- Looking for Q_WS_MAC - found
  53. -- Looking for QT_MAC_USE_COCOA
  54. -- Looking for QT_MAC_USE_COCOA - found
  55. -- Found Qt4: /usr/local/bin/qmake (found version "4.8.7")
  56. -- Configuring incomplete, errors occurred!
  57. See also "/Users/goldbaum/Documents/GraviT/third-party/GregSpray/CMakeFiles/CMakeOutput.log".
  58. See also "/Users/goldbaum/Documents/GraviT/third-party/GregSpray/CMakeFiles/CMakeError.log".
Add Comment
Please, Sign In to add comment