Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limits not part of std with GCC 14.1.0 #76

Open
DetlevCM opened this issue May 26, 2024 · 1 comment
Open

limits not part of std with GCC 14.1.0 #76

DetlevCM opened this issue May 26, 2024 · 1 comment

Comments

@DetlevCM
Copy link

I'm trying to compile Workbench v1.5.0 as a dependency for a colleague (with issues thus far) and came across an error that numeric_limits is not part of std. - This is using GCC 14.1.0 on an openSUSE distribution.

-> The solution was to add #include <limits> to the relevant header files.
These are:

  • workbench-1.5.0/src/Charting/ChartTwoCartesianCustomSubdivisions.h
  • workbench-1.5.0/src/Brain/SelectionItemChartTwoLineLayerVerticalNearest.h
  • workbench-1.5.0/src/Brain/ChartTwoOverlay.h
  • workbench-1.5.0/src/Charting/EventChartTwoCartesianOrientedAxesYoking.h

(I'm compiling off a release version without a git history... - Also, I have no way to test the result as I am not the end user, plus I'm running into other compile issues, but that is a different topic.)

@johnvelab
Copy link

johnvelab commented May 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants