-
Notifications
You must be signed in to change notification settings - Fork 63
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
fatal error: filesystem: No such file or directory #197
Comments
Thanks for the links! Adding the testing macros should be simple enough. Looks like we only pull that in for the possibility of catching |
I also needed to change this line to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing this compilation issue on on Amazon Linux 2 (redhat like) with gcc (GCC) 7.3.1 20180712 (Red Hat 7.3.1-17).
From googling a bit, it looks like it might be because some gcc have
filesystem
as experimental. It looks like there are macros to detect the namespace https://stackoverflow.com/a/53366603I can confirm for these servers that filesystem is in
/usr/include/c++/7/experimental/filesystem
The text was updated successfully, but these errors were encountered: