GLUT in OS X (Project Builder)

konan

Registered
I would very much like to compile the GLUT 3.7 framework using Project Builder 2.0. However, I get the following error message (using the project builder file that came with the source code)

Can't open: /AppleInternal/OrderFiles/GLUT.order

I need to compile this library (and not simply use the existing GLUT.FrameWork file) since there are a few minor (but important) changes that I have to make.

Any help would be greatly appreciated.
Konan

p.s. Is it possible to get Popup menus with glut in OS X? As it is, they appear in the main menu bar (unlike other GLUT implementations)
 
I solved the problem. I simply had to remove any reference to the before mentioned folder in the "Build Settings" window.
 
Back
Top