zlib icon indicating copy to clipboard operation
zlib copied to clipboard

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

Open SivaShankar1925 opened this issue 3 years ago • 4 comments

After removing masm & asm references, as per this PR -[ https://github.com/madler/zlib/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'

SivaShankar1925 avatar Apr 05 '22 11:04 SivaShankar1925

Dupe of https://github.com/madler/zlib/issues/620

SLDiggie avatar Apr 07 '22 11:04 SLDiggie

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.

PCIIT avatar Apr 08 '22 04:04 PCIIT

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

tbeu avatar Apr 10 '22 11:04 tbeu

not able to download file..

PCIIT avatar Apr 11 '22 03:04 PCIIT

Resolved by 7ecf7c7458578d05a20fa481436dd5c58db112f7 and 6c532a8e8a2fcedc4abbe2378dd26b5d89cf1c4a.

tbeu avatar Sep 05 '22 19:09 tbeu

Closing, per @tbeu.

madler avatar Oct 06 '22 22:10 madler