Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ====================[ Build | testo | Debug ]===================================
  2. "C:\Program Files\JetBrains\CLion 2019.2.5\bin\cmake\win\bin\cmake.exe" --build C:\Users\Student\testo\cmake-build-debug --target testo -- -j 2
  3. [ 50%] Linking CXX executable testo.exe
  4. CMakeFiles\testo.dir/objects.a(main.cpp.obj): In function `main':
  5. C:/Users/Student/testo/main.cpp:5: undefined reference to `glfwInit'
  6. collect2.exe: error: ld returned 1 exit status
  7. mingw32-make.exe[3]: *** [CMakeFiles\testo.dir\build.make:87: testo.exe] Error 1
  8. mingw32-make.exe[2]: *** [CMakeFiles\Makefile2:77: CMakeFiles/testo.dir/all] Error 2
  9. mingw32-make.exe[1]: *** [CMakeFiles\Makefile2:84: CMakeFiles/testo.dir/rule] Error 2
  10. mingw32-make.exe: *** [Makefile:117: testo] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement