We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/ExportResult.hpp:11:10: fatal error: 'algorithm' file not found
c2rust, specifically c2rust-ast-exporter, sometimes fails to build with the error:
c2rust
c2rust-ast-exporter
This is meant to be an unclosed issue tracking this error and potential solutions. See also the very related #380.
Some potential solutions:
Ubuntu 22:
sudo apt install libstdc++-12-dev
(from fatal error: 'algorithm' file not found - c2rust-ast-exporter ExportResult.hpp #380 (comment))
ExportResult.hpp
The text was updated successfully, but these errors were encountered:
Also experienced the same issue and was rectified by following the potential solution listed above. Bumping this to be added to the README
Sorry, something went wrong.
Thank you very much, this has solved my problem.
Version: ubuntu 2204 rust-nightly 1.79
Apply the fixing in immunant#755
7cc2423
No branches or pull requests
c2rust
, specificallyc2rust-ast-exporter
, sometimes fails to build with the error:src/ExportResult.hpp:11:10: fatal error: 'algorithm' file not found
This is meant to be an unclosed issue tracking this error and potential solutions. See also the very related #380.
Some potential solutions:
Ubuntu 22:
(from fatal error: 'algorithm' file not found -
c2rust-ast-exporter
ExportResult.hpp
#380 (comment))The text was updated successfully, but these errors were encountered: