-
Notifications
You must be signed in to change notification settings - Fork 1
Add CI for Rust implementation #28
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
Comments
Compiling cargo agent on linux is posing problems even if I follow instructions here.
|
If you hardcode your full path in the variables jvm_lib_path, jvm_include_path, jni_include_path (instead of mine), does it work? |
Hardcoding works but I still get compilation errors.
|
Can you please check if you fulfilled the requirements to use bindgen? |
Checking |
I installed |
Where is rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
It should be here classport/cargo_agent/cargo_agent/target/release/build/cargo_agent-e4f7397e79b24696/out/bindings.rs |
bindings.txt Rename it to |
I found this issue. If you try to update rust to the latest version, clean and build, does it work? |
The compiler errors do disappear when I upgrade to `1.84.1`. Thank you so much for investigating!
The environment variables did not work for me and I had to hardcode the paths so this is another issue that has to be solved :)
…________________________________
From: Serena Cofano ***@***.***>
Sent: Wednesday, February 19, 2025 5:03:13 PM
To: chains-project/classport
Cc: Aman Sharma; Comment
Subject: Re: [chains-project/classport] Add CI for Rust implementation (Issue #28)
I found this issue<rust-lang/rust-bindgen#3052 (comment)>. If you try to update rust to the latest version, clean and build, does it work?
—
Reply to this email directly, view it on GitHub<#28 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIMPTOIZ6OTL2Y7JMJRH7VL2QSTMDAVCNFSM6AAAAABXJCFECGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRZGA4DINRXGY>.
You are receiving this because you commented.Message ID: ***@***.***>
[serenacofano]serenacofano left a comment (chains-project/classport#28)<#28 (comment)>
I found this issue<rust-lang/rust-bindgen#3052 (comment)>. If you try to update rust to the latest version, clean and build, does it work?
—
Reply to this email directly, view it on GitHub<#28 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIMPTOIZ6OTL2Y7JMJRH7VL2QSTMDAVCNFSM6AAAAABXJCFECGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRZGA4DINRXGY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
No description provided.
The text was updated successfully, but these errors were encountered: