# New Ticket Created by Mark Glines # Please include the string: [perl #53088] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53088 >
[16:37] <tetragon> Incidentally, I can get the test for opengl to build on a more vanilla OS X by simply changing it from GL/glut.h to GLUT/glut.h [16:38] <tetragon> OS X splits OpenGL between two system frameworks, OpenGL and GLUT [16:38] <tetragon> And it builds and links correctly without any compiler flags [16:40] <tetragon> g++ main.c There's a comment in opengl.in about how <GL/glut.h> is a platform-dependent location. The above seems to prove that right. Maybe we need an include search path, or some platform-specific magic here.