Advertisement
Guest User

Untitled

a guest
Feb 25th, 2013
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. $ cmake ..
  2. CMake Error at CMakeLists.txt:37 (FIND_PACKAGE):
  3. Could not find module FindOPENGL.cmake or a configuration file for package
  4. OPENGL.
  5.  
  6. Adjust CMAKE_MODULE_PATH to find FindOPENGL.cmake or set OPENGL_DIR to the
  7. directory containing a CMake configuration file for OPENGL. The file will
  8. have one of the following names:
  9.  
  10. OPENGLConfig.cmake
  11. opengl-config.cmake
  12.  
  13.  
  14.  
  15. CMake Error at CMakeLists.txt:46 (find_package):
  16. Could not find module FindBULLET.cmake or a configuration file for package
  17. BULLET.
  18.  
  19. Adjust CMAKE_MODULE_PATH to find FindBULLET.cmake or set BULLET_DIR to the
  20. directory containing a CMake configuration file for BULLET. The file will
  21. have one of the following names:
  22.  
  23. BULLETConfig.cmake
  24. bullet-config.cmake
  25.  
  26.  
  27.  
  28. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  29. Please set them or make sure they are set and tested correctly in the CMake files:
  30. GLUT_Xi_LIBRARY (ADVANCED)
  31. linked by target "ARTK_MMD" in directory /home/.../yoneken-ARTK_MMD-7f03a41
  32. GLUT_Xmu_LIBRARY (ADVANCED)
  33. linked by target "ARTK_MMD" in directory /home/.../yoneken-ARTK_MMD-7f03a41
  34.  
  35. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement