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 figured out that you are using an innosetup script, but when I double-click that script I get:
Compiler error: Line 4: Required parameter FileName missing
Then kInd of figured out that you are using Rust, which I know nothing about. Installed Rust, and tried:
rustc build.rs
Got this:
error[E0433]: failed to resolve: use of
--> build.rs:3:23
|
3 | let mut res = winres::Windo
| ^^^^^^ use of
error: aborting due to previous error
Tried: cargo build
It downloaded a bunch of stuff but got some errors. It created a target directory but I don't know what to do with it. Tried to run the innosetup file again and got the same error as previous.
I"m lost as to how to get this installed.
The text was updated successfully, but these errors were encountered:
I figured out that you are using an innosetup script, but when I double-click that script I get:
Compiler error: Line 4: Required parameter FileName missing
Then kInd of figured out that you are using Rust, which I know nothing about. Installed Rust, and tried:
rustc build.rs
Got this:
error[E0433]: failed to resolve: use of
--> build.rs:3:23
|
3 | let mut res = winres::Windo
| ^^^^^^ use of
error: aborting due to previous error
Tried: cargo build
It downloaded a bunch of stuff but got some errors. It created a target directory but I don't know what to do with it. Tried to run the innosetup file again and got the same error as previous.
I"m lost as to how to get this installed.
The text was updated successfully, but these errors were encountered: