-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
platform: Windowsscope: bundlerThe bundler used in our cli to make installersThe bundler used in our cli to make installerstype: bug
Description
I want to build a 32-bit tauri app, but it failed with the following errors.
error[E0308]: mismatched types
--> C:\Users\Liu.D.H\.cargo\registry\src\github.com-1285ae84e5963aae\tao-0.5.2\src\platform_impl\windows\window.rs:1051:20
|
1051 | userdata = createstruct.lpCreateParams as LONG_PTR;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `isize`
For more information about this error, try `rustc --explain E0308`.
error: could not compile `tao` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed
Error: failed to build app
Caused by:
Result of `cargo build` operation was unsuccessful: exit code: 101
app:spawn Command "D:\code\rust\tauri-app\node_modules\@tauri-apps\cli\bin\tauri-cli.exe" failed with exit code: 1 +0mserror Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
also tauri-apps/tao#203.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
platform: Windowsscope: bundlerThe bundler used in our cli to make installersThe bundler used in our cli to make installerstype: bug