GLUI in Xcode

Started by
-1 comments, last by Jim_Jones 13 years, 7 months ago
Hello there.

I'm new to Xcode and Mac OS X programming.

I want to make a project where I can use GLUI (OpenGL User Interface).

The project works fine with the GLUT framework, but once I add the GLUI framework (downloaded from http://lukecyca.com/2008/glui-235-framework-for-mac-os-x.html), things will stop working fine.

I set my project to use the framework, but the linker won't find the GLUI symbols. There are error messages listing GLUI functions and saying that those symbols were not found. A classic linkage problem, except that I'm pretty sure I did everything correctly...

I have also tryied downloading the source code for GLUI and compiling it with MAKE. The examples work fine, but I still can't get the linking to work. And the problem is the same: symbols not found.

Am I missing some basic step?

I'm kind of getting frustrated here. Help is deeply appreciated.

Thanks in advance!

This topic is closed to new replies.

Advertisement