Hi,
I installed libqt4-opengl-dev.
then pkg-config --modversion QtCore
4.4.0
configure now exits successfully
make starts building the project, but fails after a while
cc/i486-linux-gnu/3.4.6 -L/usr/lib/gcc/i486-linux-gnu/
3.4.6/../../../../lib -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../.. -L/
lib/../lib -L/usr/lib/../lib -lcurses -lQtCore -lQtGui -lQtOpenGL -
lQtNetwork -lQtXml -lQtSvg -lfrtbegin -lg2c -lm -lcurses
../libs/libGraphics/libGraphics.a(GLRenderEngine.o): In function
`GLRenderEngine::lookAt(double, double, double, double, double,
double, double, double, double)':
/home/bedc/Downloads/FreeMat-3.6/build/libs/libGraphics/../../../libs/
libGraphics/GLRenderEngine.cpp:85: undefined reference to `gluLookAt'
../libs/libGraphics/libGraphics.a(GLRenderEngine.o): In function
`GLRenderEngine::toPixels(double, double, double, double&, double&)':
/home/bedc/Downloads/FreeMat-3.6/build/libs/libGraphics/../../../libs/
libGraphics/GLRenderEngine.cpp:61: undefined reference to `gluProject'
collect2: ld returned 1 exit status
make[2]: *** [FreeMat] Error 1
make[2]: Leaving directory `/home/bedc/Downloads/FreeMat-3.6/build/
src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/bedc/Downloads/FreeMat-3.6/build/
src'
make: *** [all-recursive] Error 1
I installed some more packages but no avail. Does anyone know what
package is still missing ?
pkg-config --list-all | grep "Qt"
QtDesignerComponents Qtdesignercomponents - Qtdesignercomponents
Library
qt-mt Qt - Libqt-mt.so.3.3.8 Library
QtGui Qtgui - Qtgui Library
QtSql Qtsql - Qtsql Library
QtWebKit Qtwebkit - Qtwebkit Library
QtXmlPatterns Qtxmlpatterns - Qtxmlpatterns Library
QtNetwork Qtnetwork - Qtnetwork Library
QtScript Qtscript - Qtscript Library
QtTest Qttest - Qt Unit Testing Library
QtAssistantClient Qtassistantclient - Qtassistantclient Library
QtCLucene Qtclucene - Qtclucene Library
QtHelp Qthelp - Qthelp Library
QtDesigner Qtdesigner - Qtdesigner Library
QtXml Qtxml - Qtxml Library
QtUiTools Qtuitools - Qtuitools Library
QtCore Qtcore - Qtcore Library
QtOpenGL Qtopengl - Qtopengl Library
QtDBus Qtdbus - Qt DBus module
QtSvg Qtsvg - Qtsvg Library
Qt3Support Qt3support - Qt3support Library