If anyone doesn’t know, iGLU
http://code.google.com/p/iphone-glu/
is a GLU library for iphone.
I can’t seem to import the library to my project, it says to to run the following command but i get errors:
make ARCH=armv6 PLATFORM=iphoneOS
Has anyone get iGLU working?
You need editing the file
iGLU/configs/darwin-iphoneand modify it so that it reflects your Xcode environment.In my case I had to change the lines:
to
and then exec make as you stated.