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 am getting this error while trying to generate bindings:
[nix-shell:~/src/pluralkit/pluralkit]$ RUST_BACKTRACE=1 uniffi-bindgen-cs lib/commands/src/commands.udl
thread 'main' panicked at bindgen/src/gen_cs/mod.rs:79:14:
`cdylib_name` not specified
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::option::expect_failed
3: uniffi_bindgen_cs::gen_cs::Config::cdylib_name
4: <uniffi_bindgen_cs::gen_cs::CsWrapper as askama::Template>::render_into
5: uniffi_bindgen_cs::gen_cs::generate_bindings
6: <uniffi_bindgen_cs::BindingGenerator as uniffi_bindgen::BindingGenerator>::write_bindings
7: uniffi_bindgen::generate_external_bindings
8: uniffi_bindgen_cs::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
I am getting this error while trying to generate bindings:
here is my udl file:
The text was updated successfully, but these errors were encountered: