You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/freemat/files/freemat-4.0-no_implicit_GLU...

15 lines
311 B

error: 'gluProject' was not declared in this scope
http://bugs.gentoo.org/402361
--- libs/libGraphics/GLRenderEngine.cpp
+++ libs/libGraphics/GLRenderEngine.cpp
@@ -20,6 +20,7 @@
#include <qimage.h>
#include <qpainter.h>
#include <QtOpenGL>
+#include <GL/glu.h>
#include <math.h>
#include "IEEEFP.hpp"