mayakraft / World

cross-platform OpenGL creative coding in the Processing paradigm
16 stars 3 forks source link

Error Referencing GL/glew.h #1

Open kittrick opened 7 years ago

kittrick commented 7 years ago

Having trouble building examples 05 and 10. I'm getting an error from glew.c line 33. Looks like glew.h is being called from multiple files?


screen shot 2017-07-13 at 2 21 11 pm

mayakraft commented 7 years ago

thanks! good catch.

of course. I have GLEW installed in my machine at a system level, so it's not throwing errors. I didn't think to test it on another machine.

do you want to pull changes and try again?

kittrick commented 7 years ago

Interesting, the executables run fine when called from the terminal but fail when called from finder. Everything is building with make though.