Create a "new" GLUT framework with XCode
Create a "new" GLUT framework with XCode
- Subject: Create a "new" GLUT framework with XCode
- From: Pierre-Olivier Dallaire <email@hidden>
- Date: Wed, 2 Nov 2005 11:41:42 -0500
Hi !
I'm using the IBM Fortran compiler wit the f90gl bindings and GLUT/OpenGL frameworks, and I've discovered that the gluttimerfunc was just not working in Fortran ... So I've decided to download the GLUT source ( http://math.nist.gov/f90gl/glut-3.7.1.tar.gz) and to compile it. When using this new libglut.a instead of the GLUT framework, it works ! So my question is : does anybody know how to create a framework from a source code like this one ? I'm not very "skillful" with XCode ..
For the glut source, I have to - create the Makefile with the command "./mkmkfiles.imake" (/usr/X11R6/bin must be in your PATH because of "imake") - "make" - the new libglut.a and the headers are in lib/glut/ and include/GL/
What I'm looking for is to built a new "GLUT" framework from the source that I've mentionned and check if the gluttimerfunc works !
All help is appreciated !
Regards,
PODallaire ______________________________________ Pierre-Olivier Dallaire Étudiant, maîtrise génie mécanique Université de Sherbrooke / IREQ
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden