On 24.02.2024 21:50, Mike Kaganski wrote:
After upgrading my VS v.17.9.0 to v.17.9.1, building cli_ure started to
fail like this:
LINK : error LNK2034: metadata inconsistent with COFF symbol table:
symbol
'?rtl_ustr_asciil_reverseEquals_WithLength@@$$J0YAEPEB_SPEBDJ@Z'
(06000579) has inconsistent metadata with (0A000A1A) in climaker_emit.o
climaker_emit.o : error LNK2020: unresolved token (0A000A1A) "extern
"C" unsigned char __cdecl
rtl_ustr_asciil_reverseEquals_WithLength(char16_t const *,char const
*,long)" (?rtl_ustr_asciil_reverseEquals_WithLength@@$$J0YAEPEB_SPEBDJ@Z)
C:\lo\build\instdir\sdk\bin\climaker.exe : fatal error LNK1120: 1
unresolved externals
I have filed a bug to Microsoft:
https://developercommunity.visualstudio.com/t/LINK-:-error-LNK2034:-metadata-inconsis/10599604?port=1025&fsid=fdff4046-995a-4c06-8c64-1c14b9752c8f
This problem is fixed in VS 2022 version 17.9.4:
https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes#17.9.4
--
Best regards,
Mike Kaganski