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
warning: [email protected]+2.2.2-1: failed to check libctru version: libctru version is 2.3.1-1 but this crate was built for 2.2.2-1
For the time being, is it possible to downgrade the 3ds-dev group to the supported version? I attempted sudo dkp-pacman -S libctru=2.2.2-1 but it yielded a package not found error.
e: my build is failing, but after further investigation it seems possible that it is not failing due to a version mismatch but rather just missing clang libraries c:
The text was updated successfully, but these errors were encountered:
Yeah, that warning (which should never prevent building) should go away with #141 which should hopefully make it more clear when there is a build failure for other reasons.
I guess I didn't realize that clang was required for building the crate, with bindgen as a build dependency! We should probably include a link to https://rust-lang.github.io/rust-bindgen/requirements.html somewhere in our "Getting started" documentation to make it more clear.
This warning occurs when building.
For the time being, is it possible to downgrade the
3ds-dev
group to the supported version? I attemptedsudo dkp-pacman -S libctru=2.2.2-1
but it yielded a package not found error.e: my build is failing, but after further investigation it seems possible that it is not failing due to a version mismatch but rather just missing clang libraries c:
The text was updated successfully, but these errors were encountered: