-
Notifications
You must be signed in to change notification settings - Fork 173
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
gio build failed: cannot open input file 'z.lib' #409
Comments
im having the same issue aswell |
In my case, I had previously installed zlib separately without msys2, so I think meson was finding that one so gvsbuild couldn't use its built version. Renaming my zlib.pc in my pkgconfig dir to something else seemed to work around the issue. |
Solved this problem after installing gstreamer-1.0-msvc-x86_64-1.18.4.msi, gstreamer-1.0-devel-msvc-x86_64-1.18.4.msi (remove mingw version first). You can download these from https://gstreamer.freedesktop.org/download/. Do not forget reboot. z.lib is located in d:\gstreamer\1.0\msvc_x86_64\bin. The system language must be english. |
@CyanBlob were you able to resolve this issue? I'm running into the same problem and for the life of me can't figure out a solution. |
I'm trying to build this on Windows 10, but I'm getting a failure when linking against z.lib. It looks like zlib is being built properly, so I'm not sure why that would be.
Here is the interesting part of the build output:
The full output can be found here: https://pastebin.com/AJ3nF75V
I've tried building both 64 and 32 bit with the same issue in both. I'm also using Visual Studio 2019
I'd appreciate help getting this working!
The text was updated successfully, but these errors were encountered: