|
configure: WARNING: OpenGL development headers not found
Hi guys,
I'm trying to build Wine for my Intel Mac following a guide I found, but I keep running into problems on the Linux side of things. The latest being this warning:
-configure: WARNING: OpenGL development headers not found.
-Wine will be build without OpenGL or Direct3D support.
Obviously I want Direct3D support, and after checking, it seems I do have the OpenGL headers at /System/Library/Frameworks/OpenGL.framework/Headers. Do I need to put copies of the headers somewhere else or something? The ./configure is looking for thses headers:
GL/gl.h (in the Headers folder)
GL/glx.h
GL/glext.h (in the Headers folder)
GL/glu.h (in the Headers folder)
I'm pretty lost so thanks in advance for any help.
-Nick
Last edited by nickster22; 08-01-2007 at 04:49 AM.
|