-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't build on windows / msys2 - mingw64 #2
Comments
Ahh sorry for your trouble. Unfortunately I don’t have a windows license so I can’t test windows builds (at least for now, I'm very overloaded on other projects, but windows support is important to me since this is used in Imager). Although I’m happy to accept PR requests. Otherwise, for now I’d recommend using another library, or running this in some linux environment. |
Actually maybe this could run in Windows as is. Also it’s very weird that cargo is not reporting any errors (I’m wondering if it’s from running cargo VIA some GUI tool or IDE that’s not showing it). If you can give me some error message that would help tremendously. Besides the above, do you have make, sh, tar (with xz support) installed? You can see how it's built from the build.rs file. |
It fails in build.rs:228:13 with "assertion failed: result.status.success()". I'm using tar (GNU tar) 1.32 from MSYS2. When I go to the directory and run
I works: errorlevel is 0 and the process takes a second or two, while the I tried to add additional |
i can't build on windows / msys2 - mingw64 , it stops compiling at ffmpeg-dev-rs with no any errors or warning, It seems that build.rs script not working.
The text was updated successfully, but these errors were encountered: