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
Hello, i am using the newest version of the crate on NixOS Uakari.
I am building an app with serialport and tauri.
When just using serialport, the app builds fine. When just using tauri, the app builds fine.
Together they break.
Phew, I have to admit that I have no flight hours on NixOS. How does building your app work on just on Linux (like for example an Ubuntu or Debian system)?
Have you tried to build serialport without libudev support (like in --no-default-features). Enumerating USB and some "built-in" serial ports works with this variant as well and #238 sets out to improve this one more step.
At a first, superficial glance at tauri-apps/tauri#11946, the build errors look like a wrong variant/version of libudev gets used in this build.
Yeah, that's also what I figured out.
Fact is, the same error also surfaces on Debian and even on Windows.
On windows, the error looks slightly different but comes from the same issue i suppose.
Hello, i am using the newest version of the crate on NixOS Uakari.
I am building an app with serialport and tauri.
When just using serialport, the app builds fine. When just using tauri, the app builds fine.
Together they break.
For more info see the issue on the tauri repo:
https://github.com/tauri-apps/tauri/issues/11946
The text was updated successfully, but these errors were encountered: