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

Build failed with cr32 errors in Windows zlibvc 1.2.12 - Win32/x86 #629

Closed
SivaShankar1925 opened this issue Apr 5, 2022 · 6 comments
Closed

Comments

@SivaShankar1925
Copy link

After removing masm & asm references, as per this PR -[ https://github.com//pull/619](
It is building successfully with x64 , but with Win32/x86 it is throwing a below exception
I'm using VS2017

1>crc32.c(1089): error C2708: 'crc32_combine64': actual parameters length in bytes differs from previous call or reference
1> crc32.c(1072): note: see declaration of 'crc32_combine64'
1> crc32.c(1106): error C2708: 'crc32_combine_gen64': actual parameters length in bytes differs from previous call or reference
1> crc32.c(1093): note: see declaration of 'crc32_combine_gen64'
1> crc32.c(1110): error C2373: 'crc32_combine_op': redefinition; different type modifiers
1> zlib.h(1768): note: see declaration of 'crc32_combine_op'

@SLDiggie
Copy link

SLDiggie commented Apr 7, 2022

Dupe of #620

@PCIIT
Copy link

PCIIT commented Apr 8, 2022

Hi Team , i am planning to install zlib1.2.12 but after downloaded zlib1.2.12 , i can see missing the .dll file ( zlib.dll ,zlib1.dll) .so where i can .dll file.

@tbeu
Copy link
Contributor

tbeu commented Apr 10, 2022

Conan Center has the binaries available: https://conan.io/center/zlib

@PCIIT
Copy link

PCIIT commented Apr 11, 2022

not able to download file..

@tbeu
Copy link
Contributor

tbeu commented Sep 5, 2022

Resolved by 7ecf7c7 and 6c532a8.

@madler
Copy link
Owner

madler commented Oct 6, 2022

Closing, per @tbeu.

@madler madler closed this as completed Oct 6, 2022
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

No branches or pull requests

5 participants