-
Notifications
You must be signed in to change notification settings - Fork 0
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
cmake fails for me #1
Comments
I was playing around with ROOT but I just removed it. Does it work now? |
The ROOT related error is gone but I still have difficulties. It now says
I guess my system is too old and the compiler does not yet support C++17. Are you sure you need it? (Dear Imgui says it doesn't even need C++11.) |
I have removed cxx_std_17 in src/epics/CMakeLists.txt and src/gui/CMakeLists.txt and now cmake completes successfully. Now when I do make I get
It seems that glfw3, too, is not supported in my distribution: libglfw2 and libglfw-dev are the only packages offered. I'll try on another machine now. |
This is what cmake gives me, I don't know much about cmake so perhaps this is a trivial problem?
The text was updated successfully, but these errors were encountered: