Closed ThybeVB closed 6 years ago
Do you build it using make or cmake?
I started by cmake ..
and followed up with make
, Like the README says
make sure you have a recent version of gcc and clang installed
Ubuntu Version: 17.10 GCC Version: 7.2.0 Clang Version: 4.0.1-6
I'm pretty sure all of these are up to date.
Hi,
I'll admit that I find this error message a bit confusing. It complains that gainput.h includes cstdint on line 8. But this doesn't seem to be the case, at least not in the last version. Can you confirm that this also the case for you?
Cheers,
Johannes
Hey!
I checked out my version of gainput.h. Turns out it actually does include
Thanks in advance!
Using the latest version of the repository fixed the problem. FYI i was using the 1.0.0 release before. Maybe you can make another release with the current version, as people usually resort the the Releases tab. Thanks alot! :+1:
Awesome, that's good to hear. You're right. I should do another release. Thank you!
Hey! I have an error when running the make command in the build folder. I get an error that I should use C++ 11, But i'm unsure how to do this, I read you do it in the Makefile, but how?