Skip to content
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

c2rust not installing on Ubuntu 22.10 #717

Closed
jejdouay opened this issue Nov 5, 2022 · 1 comment
Closed

c2rust not installing on Ubuntu 22.10 #717

jejdouay opened this issue Nov 5, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@jejdouay
Copy link

jejdouay commented Nov 5, 2022

I tried to install the c2rust 0.16 using the cargo install c2rust.

during the compilation process, it actually throw me a all bunch of error due to missing packages. I solved that problem.

However, at the end, using LLVM 15 I have this error

/home/jerome/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/c2rust-ast-exporter-0.16.0/src/AstExporter.cpp: In lambda function:
/home/jerome/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/c2rust-ast-exporter-0.16.0/src/AstExporter.cpp:2248:52: error: ‘Ascii’ is not a member of ‘clang::StringLiteral::StringKind’
2248 | case clang::StringLiteral::StringKind::Ascii:

It does not look like something I can fix with a missing package. does anyone knows how to solve this problem ?

@kkysen kkysen added the duplicate This issue or pull request already exists label Nov 5, 2022
@kkysen
Copy link
Contributor

kkysen commented Nov 5, 2022

Duplicate of #713 and #676 and fixed in #677. Please install from master for now. We'll be releasing a new version soon.

@kkysen kkysen closed this as completed Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants