Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Without glfw
  2.  
  3. "C:\Program Files (x86)\JetBrains\CLion 1.0.1\bin\cmake\bin\cmake.exe" --build C:\Users\Anthony\.clion10\system\cmake\generated\d04e461a\d04e461a\Debug --target all -- -j 8
  4. [ 23%] Built target glfw
  5. [ 25%] Linking CXX executable Majick.exe
  6. [ 28%] [ 28%] [ 30%] [ 32%] [ 38%] [ 42%] Built target boing
  7. Built target simple
  8. Built target gears
  9. Built target wave
  10. Built target splitview
  11. Built target particles
  12. Built target heightmap
  13. [ 46%] [ 50%] [ 50%] [ 51%] CMakeFiles\Majick.dir/objects.a(main.cpp.obj): In function `main':
  14. C:/Users/Anthony/ClionProjects/Majick/main.cpp:21: undefined reference to `glewExperimental'
  15. C:/Users/Anthony/ClionProjects/Majick/main.cpp:22: undefined reference to `glewInit@0'
  16. C:/Users/Anthony/ClionProjects/Majick/main.cpp:25: undefined reference to `__glewGenBuffers'
  17. collect2.exe: error: ld returned 1 exit status
  18. [ 55%] Built target clipboard
  19. Built target accuracy
  20. CMakeFiles\Majick.dir\build.make:88: recipe for target 'Majick.exe' failed
  21. mingw32-make.exe[2]: *** [Majick.exe] Error 1
  22. [ 59%] Built target cursoranim
  23. CMakeFiles\Makefile2:59: recipe for target 'CMakeFiles/Majick.dir/all' failed
  24. mingw32-make.exe[1]: *** [CMakeFiles/Majick.dir/all] Error 2
  25. mingw32-make.exe[1]: *** Waiting for unfinished jobs....
  26. Built target cursor
  27. Built target empty
  28. Built target events
  29. [ 61%] Built target defaults
  30. mingw32-make.exe: *** [all] Error 2
  31. Makefile:115: recipe for target 'all' failed
  32.  
  33.  
  34. With glfw
  35.  
  36. "C:\Program Files (x86)\JetBrains\CLion 1.0.1\bin\cmake\bin\cmake.exe" --build C:\Users\Anthony\.clion10\system\cmake\generated\d04e461a\d04e461a\Debug --target all -- -j 8
  37. [ 23%] Built target glfw
  38. [ 25%] Linking CXX executable Majick.exe
  39. [ 26%] Built target boing
  40. [ 30%] [ 36%] Built target wave
  41. [ 38%] [ 40%] Built target heightmap
  42. Built target particles
  43. [ 42%] Built target gears
  44. Built target splitview
  45. Built target simple
  46. [ 46%] [ 48%] [ 50%] [ 51%] [ 53%] Built target defaults
  47. [ 57%] [ 61%] Built target accuracy
  48. CMakeFiles\Majick.dir/objects.a(main.cpp.obj): In function `main':
  49. C:/Users/Anthony/ClionProjects/Majick/main.cpp:21: undefined reference to `glewExperimental'
  50. C:/Users/Anthony/ClionProjects/Majick/main.cpp:22: undefined reference to `glewInit@0'
  51. C:/Users/Anthony/ClionProjects/Majick/main.cpp:25: undefined reference to `__glewGenBuffers'
  52. collect2.exe: error: ld returned 1 exit status
  53. Built target clipboard
  54. Built target cursoranim
  55. mingw32-make.exe[2]: *** [Majick.exe] Error 1
  56. CMakeFiles\Majick.dir\build.make:88: recipe for target 'Majick.exe' failed
  57. Built target cursor
  58. CMakeFiles\Makefile2:59: recipe for target 'CMakeFiles/Majick.dir/all' failed
  59. mingw32-make.exe[1]: *** [CMakeFiles/Majick.dir/all] Error 2
  60. mingw32-make.exe[1]: *** Waiting for unfinished jobs....
  61. Built target empty
  62. mingw32-make.exe: *** [all] Error 2
  63. Built target events
  64. Makefile:115: recipe for target 'all' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement