You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In attempting to build dev on Linux and OSX, encountered the following build error ...
In file included from .../isis/src/base/apps/hist/hist.cpp:10:
.../ISIS3/build/inc/HistogramItem.h:13:7: error: definition of type 'QwtIntervalSeriesData' conflicts with typedef of the same name
class QwtIntervalSeriesData;
OS: Rocky Linux 9.3 (Blue Onyx)
Kernel: Linux 5.14.0-362.24.1.el9_3.0.1.x86_64
Architecture: x86-64
OS: OSX 12.7.4 (Monterey)
Kernel: Darwin 21.6.0
Architecture: Intel
Possible Solution
Forcing qwt version back to 6.2.
Note qwt 6.3 was released ~2 days ago (May 9, 2024).
The text was updated successfully, but these errors were encountered:
Unfortunately, this issue hasn't received much attention lately, so it is labeled as 'stale.'
If no additional action is taken, this issue will be automatically closed in 180 days.
If you want to participate in our support prioritization meetings or be notified when support sprints are happening, you can sign up the support sprint notification emails here.
ISIS version(s) affected: x.y.z
dev
Description
In attempting to build dev on Linux and OSX, encountered the following build error ...
In file included from .../isis/src/base/apps/hist/hist.cpp:10:
.../ISIS3/build/inc/HistogramItem.h:13:7: error: definition of type 'QwtIntervalSeriesData' conflicts with typedef of the same name
class QwtIntervalSeriesData;
OS: Rocky Linux 9.3 (Blue Onyx)
Kernel: Linux 5.14.0-362.24.1.el9_3.0.1.x86_64
Architecture: x86-64
OS: OSX 12.7.4 (Monterey)
Kernel: Darwin 21.6.0
Architecture: Intel
Possible Solution
Forcing qwt version back to 6.2.
Note qwt 6.3 was released ~2 days ago (May 9, 2024).
The text was updated successfully, but these errors were encountered: