Closed pfps closed 3 years ago
Weird, I'm using fedora and gcc 11.2.1, I did not notice that. Could give the full list of missing includes? runtime_error
should be defined in stdexcept
.
I must have been using an old copy of hidpp, or had some teething problems.
I just deleted hidpp and re-cloned it and removed all controlling environment variables and the compilation is working fine.
Sorry for the incorrect alarm.
I'm trying to build hidpp on Fedora with gcc 11.2.1 and I'm getting compiler errors.
The first few are:
I was able to fix these (and more) by adding `#include' to Device.h
But now I am getting
error: ‘runtime_error’ is not a member of ‘std’
. How do I fix this?