forked from lewissbaker/cppcoro
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Can not build Sample Project with gcc 11.2 in linux #42
Comments
Maziar123
changed the title
Can not build with gcc 11.2
Can not build Sample Project with gcc 11.2
Apr 23, 2022
Maziar123
changed the title
Can not build Sample Project with gcc 11.2
Can not build Sample Project with gcc 11.2 in linux
Apr 23, 2022
Yes, file IO is only supported on Windows right now. |
But what clear way to build without File IO in Linux? |
If you don't include any file-io files, it should work. Otherwise, could you provide a complete CPP file which does not compile while it should? |
You Can See my sample in UP! ☝️ |
You example includes read_only_file.hpp, so it is not supposed to work on Linux. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Try Build Sample project with gcc 11.2 in linux
my sample cmakelists.txt
main.cpp
i get som errors :
The text was updated successfully, but these errors were encountered: