Build failure on Ubuntu
Brought to you by:
qmga
In attempting to build QMGA on the current revisions of Ubuntu with all necessary libraries installed, the following error is reported:
/path/to/qmga/tr/tr.c:477: undefined reference to `gluProject'
This is due to the project not being linked against the GLU libraries, which does not seem to be done implicitly. The error is solved by editing the qmga.pro file such that the GLU libraries are explicitly linked. I have attached a diff file for inclusion in the source code.
Patch to allow building on Ubuntu