Hi all,
with a clean build from current master I get the failure
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:\buildLO\core\instdir\sdk\bin\climaker.exe : fatal error LNK1120: 1
unresolved externals
My autogen parameters are
c:/BuildLO/core/autogen.sh \
--with-external-tar=c:/BuildLO/externalsrc \
--with-junit=c:/cygwin64/junit/junit-4.10.jar \
--with-ant-home=c:/cygwin64/ant/apache-ant-1.9.5 \
--disable-ccache \
--with-visual-studio=2022 \
--enable-dbgutil \
--enable-werror \
--enable-odk \
--disable-cve-tests \
--disable-online-update \
--disable-skia \
--without-fonts \
--with-jdk-home=c:/Program\ Files/Microsoft/jdk-21.0.1.12-hotspot
Microsoft Visual Studio Community 2022 (64-bit) - Current
Version 17.9.1
Kind regards,
Regina