Skip to content
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

Fails to build under Win + VS2013 + Qt5.3 due to zlib #55

Closed
madmaxoft opened this issue Dec 7, 2014 · 1 comment · Fixed by #56
Closed

Fails to build under Win + VS2013 + Qt5.3 due to zlib #55

madmaxoft opened this issue Dec 7, 2014 · 1 comment · Fixed by #56

Comments

@madmaxoft
Copy link
Contributor

The current master branch, at commit 1fe53e0, fails to build on my system:

LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
zlibstat.lib(deflate.obj) : error LNK2019: unresolved external symbol _z_errmsg referenced in function _deflate
zlibstat.lib(zutil.obj) : error LNK2001: unresolved external symbol _z_errmsg
release\minutor.exe : fatal error LNK1120: 1 unresolved externals

It seems that the contained zlib is at fault.

madmaxoft added a commit to madmaxoft/minutor that referenced this issue Dec 7, 2014
@mrkite
Copy link
Owner

mrkite commented Dec 7, 2014

Including the zlib sources on windows is a good idea, no idea why I didn't think of that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants