some errors when using gl3w , help!!!
Closed this issue · 3 comments
lugui2009 commented
skaslev commented
Those are defined in glcorearb.h
header which lives right besides gl3w.h
.
How are you including gl3w.h
header in your code? What's your include path while building? Also, can you paste the full (from the beginning) error output?
tombsar commented
It looks as though you have installed gl3w.h
to the /usr/include/GL/
directory. Did you also copy gl3w's version of glcorearb.h
to that same location? These kinds of errors usually happen if the version of glcorearb.h
used to generate gl3w.h
is different from the one the compiler finds when trying to compile a program.