How come, in the newest version I get linker errors when trying to compile the opengl template?
like this
[Linker error] undefined reference to `glClearColor@16' [Linker error] undefined reference to `glClear@4'
and so on and so on.
ps. i've touched nothing, using default settings.
Updated once again with the newest update (critical update #2)
still get the same linker errors, tho, not as many as before.
Seems like you are missing a lib, that is needed for that OpenGL template. Try to search on the web which lib includes that functions...
Log in to post a comment.
How come, in the newest version I get linker errors when trying to compile the opengl template?
like this
[Linker error] undefined reference to `glClearColor@16'
[Linker error] undefined reference to `glClear@4'
and so on and so on.
ps. i've touched nothing, using default settings.
Updated once again with the newest update (critical update #2)
still get the same linker errors, tho, not as many as before.
Seems like you are missing a lib, that is needed for that OpenGL template. Try to search on the web which lib includes that functions...