-
Notifications
You must be signed in to change notification settings - Fork 73
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
compile error - error: failed to run custom build command for `lvgl-sys v0.6.2 #152
Comments
I am having the same issue. Did you resolve it? |
Sorry no did no solved it...
|
did you found a solution ? |
Yeah, I followed steps in readme.
After using that library, we actually kind of regret it. It is full of UB, terrible, lifetimes are wrong, abstractions are strange, functionality is missing etc. It would've been better to just write our own wrappers tbh. |
did not work for me
|
you can use [patch.crates-io] in Cargo.toml Find here "https://github.com/enelson1001/rust-esp32s3-lvgl-clickme" |
thanks $ cd lv_binding_rust cat Cargo.toml
|
After checking it seems that the "~/lv_binding_rust/examples/include" folder does not exist
|
$ ls ~/rust/lv_binding_rust/examples/include
|
~/rust/lv_binding_rust/examples/include |
you are right - it was a typo from my side
|
can you post your your "cargo.toml" and ".cargo/config.toml" ? |
Cargo.toml
.cargo/config.toml
|
@ds2k5 [build] for exemple |
I did but ...
|
Hi,
here is what I did
The text was updated successfully, but these errors were encountered: