Hi,

<GL/glu.h> is called <OpenGL/glu.h> in OS X land (10.5.8, at least)

The attached patch lets Qt handle this kind platform pecularities.

Regards,
Michael

--
I wish there was a knob on the TV to turn up the intelligence.
There's a knob called "brightness", but it doesn't seem to work.
        -- Gallagher
--- src/CMap3D.cpp.orig 2011-08-30 21:41:35.000000000 +0200
+++ src/CMap3D.cpp      2011-09-02 22:37:32.000000000 +0200
@@ -31,8 +31,8 @@
 #include "CWptDB.h"
 #include "WptIcons.h"
 
-#include <GL/glu.h>
 #include <QtGui>
+#include <QtOpenGL>
 #include <math.h>
 
 #ifndef GL_CLAMP_TO_EDGE
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to