Skip to content

Found 3 bugs during compilation #1

@rlpitts

Description

@rlpitts

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:

  1. 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.
  2. 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.
  3. src/STEwindow.cpp is missing #include <QtCore/QDebug> from its header list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions