openglsuperbible / sb7code

Source code and supporting material for the 7th Edition of OpenGL SuperBible
729 stars 251 forks source link

Can not build on Mac #22

Closed zxhfirefox closed 7 years ago

zxhfirefox commented 7 years ago

can not build on Mac OS 10.11. /sb7code/include/GL/glext.h:6165:22: error: typedef redefinition with different types ('unsigned int' vs 'void *') typedef unsigned int GLhandleARB; ^ /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:28:18: note: previous definition is here typedef void *GLhandleARB; ^ 1 warning and 1 error generated.

Plimsky commented 7 years ago

Hellow @zxhfirefox ! Did you find a solution for this problem ? I've got the same too 😢

zxhfirefox commented 7 years ago

@Plimsky , I fixed it by googling the problem, but I don't remember how did I fix it, really sorry.