Re: FW: bug? when installing geomview graphic package
Re: FW: bug? when installing geomview graphic package
- Subject: Re: FW: bug? when installing geomview graphic package
- From: Sean Ahern <email@hidden>
- Date: Wed, 12 Feb 2003 15:29:25 -0800
Frank Malinowski wrote:
> Your program may be looking at both openGL installations. Try inserting the
> following code into your program so that it will only look at one or the
> other.
>
> #if defined(__APPLE__) && !defined(__APPLE_X11)
> #include <GLUT/glut.h>
> #else
> #include <GL/glut.h>
> #endif
Close. That's a header file issue. His problem was a library issue, which
won't be alleviated by looking at a different header file.
-Sean
__
email@hidden
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.