You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: