Hi, I've managed to work my way around 3 bugs when installing and compiling this, but these bugs should probably be fixed in future releases:
- The file scrollzoomer.cpp includes several header files that are hard-coded to reside in a folder named
qwt, which is not found. In our module system, in which most packages are built using EasyBuild, the include subdirectory where these header files reside is added to $CPATH when Qwt is loaded. Library linking should account for that.
- There are a number of places in gui.h where
setAxis was used instead of setAxes. The former is not a recognized command, but the latter is. For the time being I assumed this was either a typo or that Qt5 updated the names of some commands in the last 3 years. If you had a custom setAxis command defined somewhere, it didn't make it into this online repository.
- src/STEwindow.cpp is missing
#include <QtCore/QDebug> from its header list.
Hi, I've managed to work my way around 3 bugs when installing and compiling this, but these bugs should probably be fixed in future releases:
qwt, which is not found. In our module system, in which most packages are built using EasyBuild, theincludesubdirectory where these header files reside is added to $CPATH when Qwt is loaded. Library linking should account for that.setAxiswas used instead ofsetAxes. The former is not a recognized command, but the latter is. For the time being I assumed this was either a typo or that Qt5 updated the names of some commands in the last 3 years. If you had a custom setAxis command defined somewhere, it didn't make it into this online repository.#include <QtCore/QDebug>from its header list.