Title: location in the MICROSOFT section Post by: JohnVV on May 06, 2015, 10:57:33 PM from Code: svn checkout svn://svn.code.sf.net/p/structuresynth/code/trunk structuresynth seeing as this program builds JUST FINE on linux using gcc 4.8 it only needs a few minor updates do to the code base being a bit OLD two header files are looking for "gl.h" Code: #include <GL.h> you need to call "qmake" and not "qmake-qt4" ( unless you have both gt4 and qt5 installed and qt5 is set as default ) the "Makefile" produced from the NEW .pro file is missing calling " -lGLU" ( changes in newer versions of gcc ) so a few min. of adding corrections and the program builds and runs on OpenSUSE 13.2 just fine |