Closed franckamayou closed 11 years ago
Yeah, it's broken for me as well
On Sun, Apr 28, 2013 at 10:08 PM, franckamayou notifications@github.comwrote:
the issue has to do with glutSetOption(GLUT_ACTION_ON_WINDOW_CLOSE, GLUT_ACTION_CONTINUE_EXECUTION );
which seems to be only available in freeglut? and OS X is not using freeglut? are other people running into the same issue?
of course I am on master, I git pulled, and everything is up to date...
— Reply to this email directly or view it on GitHubhttps://github.com/UMLComputerGraphics/GraphicsProject/issues/62 .
Stick it in an ifndef? On Apr 28, 2013 10:22 PM, "Nick Ver Voort" notifications@github.com wrote:
Yeah, it's broken for me as well
On Sun, Apr 28, 2013 at 10:08 PM, franckamayou notifications@github.comwrote:
the issue has to do with glutSetOption(GLUT_ACTION_ON_WINDOW_CLOSE, GLUT_ACTION_CONTINUE_EXECUTION );
which seems to be only available in freeglut? and OS X is not using freeglut? are other people running into the same issue?
of course I am on master, I git pulled, and everything is up to date...
— Reply to this email directly or view it on GitHub< https://github.com/UMLComputerGraphics/GraphicsProject/issues/62> .
— Reply to this email directly or view it on GitHubhttps://github.com/UMLComputerGraphics/GraphicsProject/issues/62#issuecomment-17147742 .
yeah but that doesn't fixes the problem really...
If it builds, it does... That option was prolly added by john whilst playing valgrind whacakamole... Mac shouldn't need it On Apr 28, 2013 10:32 PM, "franckamayou" notifications@github.com wrote:
yeah but that doesn't fixes the problem really...
— Reply to this email directly or view it on GitHubhttps://github.com/UMLComputerGraphics/GraphicsProject/issues/62#issuecomment-17147895 .
ok sweet!
Ifdef those too... Those wont work on Mac, but they're not in use by default anyways On Apr 28, 2013 10:48 PM, "franckamayou" notifications@github.com wrote:
fixed, can compile but now I get this.
the raytracer shaders want 1.5?
— Reply to this email directly or view it on GitHubhttps://github.com/UMLComputerGraphics/GraphicsProject/issues/62#issuecomment-17148138 .
Wasn't aware that wasn't a mac thing. Just comment it out. Edit: I mean specifically the glutSetOption deal
not broken on my vM
http://pastebin.com/eNR5ZMwY
the issue has to do with glutSetOption(GLUT_ACTION_ON_WINDOW_CLOSE, GLUT_ACTION_CONTINUE_EXECUTION );
which seems to be only available in freeglut? and OS X is not using freeglut? are other people running into the same issue?
of course I am on master, I git pulled, and everything is up to date...