You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution from vc14 was successfully upgraded, but static library could not be built for x86 and x64 platforms. The diagnostics depended on the selected configuration/platform:
c1 : fatal error C1083: Cannot open source file: '....\masmx64\inffas8664.c': No such file or directory
or
crc32.c
d:\e\tmp\d\tmp\zlib-develop\crc32.c(969): error C2708: 'crc32_combine64': actual parameters length in bytes differs from previous call or reference
d:\e\tmp\d\tmp\zlib-develop\crc32.c(952): note: see declaration of 'crc32_combine64'
d:\e\tmp\d\tmp\zlib-develop\crc32.c(986): error C2708: 'crc32_combine_gen64': actual parameters length in bytes differs from previous call or reference
d:\e\tmp\d\tmp\zlib-develop\crc32.c(973): note: see declaration of 'crc32_combine_gen64'
d:\e\tmp\d\tmp\zlib-develop\crc32.c(990): error C2373: 'crc32_combine_op': redefinition; different type modifiers
d:\e\tmp\d\tmp\zlib-develop\zlib.h(1767): note: see declaration of 'crc32_combine_op'
Solutions for eariler versions of Visual Studio could have similar issues (vc12 does), and vc15 and vc16 solutions might be added to the existing list.
The text was updated successfully, but these errors were encountered:
develop branch.
The solution from
vc14
was successfully upgraded, but static library could not be built forx86
andx64
platforms. The diagnostics depended on the selected configuration/platform:or
Solutions for eariler versions of Visual Studio could have similar issues (
vc12
does), andvc15
andvc16
solutions might be added to the existing list.The text was updated successfully, but these errors were encountered: