Package Details: groupexplorer 2.2.0-2

Package Base: groupexplorer
Description: Group Explorer is mathematical visualization software for the abstract algebra classroom
Upstream URL: http://groupexplorer.sourceforge.net/
Category: science
Licenses: GPL2
Submitter: Liquen
Maintainer: Liquen
Last Packager: None
Votes: 1
First Submitted: 2011-10-26 07:09
Last Updated: 2011-10-26 19:49

Latest Comments

Comment by Liquen

2011-10-26 19:49

Hum... reading the compile instructions here <http://groupexplorer.sourceforge.net/build-on-linux.html>, I believe that 'mesa' should be a dependency (for OpenGL stuff). I added it to PKGBUILD. Can you see if it works now?

Anonymous comment

2011-10-26 17:36

I tried to build it, but the process stopped with

src/glsceneview.cpp:162:57: error: ‘gluLookAt’ was not declared in this scope
src/glsceneview.cpp: In member function ‘void GLSceneView::worldToScreen(GLdouble, GLdouble, GLdouble, GLdouble&, GLdouble&, GLdouble&)’:
src/glsceneview.cpp:365:28: error: ‘gluProject’ was not declared in this scope
src/glsceneview.cpp: In member function ‘void GLSceneView::screenToWorld(GLdouble, GLdouble, GLdouble, GLdouble&, GLdouble&, GLdouble&)’:
src/glsceneview.cpp:382:30: error: ‘gluUnProject’ was not declared in this scope
src/glsceneview.cpp: In member function ‘void GLSceneView::pickClickToBuf(GLdouble, GLdouble, GLuint*&, GLint&)’:
src/glsceneview.cpp:411:68: error: ‘gluPickMatrix’ was not declared in this scope
make: *** [src/.obj/glsceneview.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...

Any ideas what to do here?