Still getting the same error message Of
main.o:main.cpp:(.text+0x17): undefined reference to glfwInit'
main.o:main.cpp:(.text+0x56): undefined reference toglfwCreateWindow'
main.o:main.cpp:(.text+0x64): undefined reference to glfwTerminate'
main.o:main.cpp:(.text+0x76): undefined reference toglfwMakeContextCurrent'
main.o:main.cpp:(.text+0x81): undefined reference to glfwWindowShouldClose'
main.o:main.cpp:(.text+0xa4): undefined reference toglfwSwapBuffers'
main.o:main.cpp:(.text+0xa9): undefined reference to glfwPollEvents'
main.o:main.cpp:(.text+0xb0): undefined reference toglfwTerminate'
Please help cause i have been stuck on downloading since 3 days
я не смог найти файл libglfw3.a, обыскал даже glew, gflw, и все ихние папки, не нашел, что мне делать?
Hi, When I try to do "python compiler.py" on the terminal it is showing the following errors. Please help.
main.o:main.cpp:(.text+0x17): undefined reference to glfwInit'
main.o:main.cpp:(.text+0x56): undefined reference toglfwCreateWindow'
main.o:main.cpp:(.text+0x64): undefined reference to glfwTerminate'
main.o:main.cpp:(.text+0x76): undefined reference toglfwMakeContextCurrent'
main.o:main.cpp:(.text+0x81): undefined reference to glfwWindowShouldClose'
main.o:main.cpp:(.text+0xa4): undefined reference toglfwSwapBuffers'
main.o:main.cpp:(.text+0xa9): undefined reference to glfwPollEvents'
main.o:main.cpp:(.text+0xb0): undefined reference toglfwTerminate'
collect2.exe: error: ld returned 1 exit status
Syafiq Abiyyu Taqi
hi! when i was follow that tutorial then i try to compile and run main.cpp there is one problem that say : "GL/glew.h: No such file or directory". i was put the GL folder insude the include folder. please help