microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.22k stars 6.4k forks source link

[libiconv:x64-mingw-dynamic] build failure #19117

Closed vadi2 closed 3 years ago

vadi2 commented 3 years ago

Host Environment

Failure logs

2021-07-25T11:38:10.0698817Z Starting package 3/8: libiconv:x64-mingw-dynamic
2021-07-25T11:38:10.0699476Z Building package libiconv[core]:x64-mingw-dynamic...
2021-07-25T11:38:10.0700514Z -- Using community triplet x64-mingw-dynamic. This triplet configuration is not guaranteed to succeed.
2021-07-25T11:38:10.0702101Z -- [COMMUNITY] Loading triplet configuration from: D:\a\Mudlet\Mudlet\3rdparty\vcpkg\triplets\community\x64-mingw-dynamic.cmake
2021-07-25T11:42:10.5924530Z [LogCollection][Start]File:'D:\a\Mudlet\Mudlet\3rdparty\vcpkg\buildtrees\libiconv\build-x64-mingw-dynamic-dbg-out.log':
2021-07-25T11:42:10.5925893Z Makefile:41: target 'lib/localcharset.h' does not exist
2021-07-25T11:42:10.5927585Z builddir="`pwd`"; cd libcharset && C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make all && C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make install-lib libdir="$builddir/lib" includedir="$builddir/lib"
2021-07-25T11:42:10.5930109Z mingw32-make[1]: Entering directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset'
2021-07-25T11:42:10.5941316Z Makefile:37: target 'include/libcharset.h' does not exist
2021-07-25T11:42:10.5942606Z if [ ! -d include ] ; then mkdir include ; fi
2021-07-25T11:42:10.5944615Z cp .././../src/1.16-de9101a181.clean/libcharset/include/libcharset.h.in include/libcharset.h
2021-07-25T11:42:10.5945684Z Makefile:34: update target 'all' due to: include/libcharset.h force
2021-07-25T11:42:10.5946649Z cd lib && C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make all
2021-07-25T11:42:10.5947873Z mingw32-make[2]: Entering directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset/lib'
2021-07-25T11:42:10.5949143Z Makefile:58: update target 'localcharset.lo' due to: ../.././../src/1.16-de9101a181.clean/libcharset/lib/localcharset.c
2021-07-25T11:42:10.5951214Z /bin/sh ../libtool --mode=compile x86_64-w64-mingw32-gcc.exe -I. -I../.././../src/1.16-de9101a181.clean/libcharset/lib -I.. -I../.././../src/1.16-de9101a181.clean/libcharset/lib/.. -I../include -g -fvisibility=hidden  -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ../.././../src/1.16-de9101a181.clean/libcharset/lib/localcharset.c
2021-07-25T11:42:10.5953258Z Makefile:61: update target 'relocatable-stub.lo' due to: ../.././../src/1.16-de9101a181.clean/libcharset/lib/relocatable-stub.c
2021-07-25T11:42:10.5955770Z /bin/sh ../libtool --mode=compile x86_64-w64-mingw32-gcc.exe -I. -I../.././../src/1.16-de9101a181.clean/libcharset/lib -I.. -I../.././../src/1.16-de9101a181.clean/libcharset/lib/.. -I../include -g -fvisibility=hidden  -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ../.././../src/1.16-de9101a181.clean/libcharset/lib/relocatable-stub.c
2021-07-25T11:42:10.5958246Z libtool: compile:  x86_64-w64-mingw32-gcc.exe -I. -I../.././../src/1.16-de9101a181.clean/libcharset/lib -I.. -I../.././../src/1.16-de9101a181.clean/libcharset/lib/.. -I../include -g -fvisibility=hidden -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ../.././../src/1.16-de9101a181.clean/libcharset/lib/relocatable-stub.c  -DDLL_EXPORT -DPIC -o .libs/relocatable-stub.o
2021-07-25T11:42:10.5961059Z libtool: compile:  x86_64-w64-mingw32-gcc.exe -I. -I../.././../src/1.16-de9101a181.clean/libcharset/lib -I.. -I../.././../src/1.16-de9101a181.clean/libcharset/lib/.. -I../include -g -fvisibility=hidden -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ../.././../src/1.16-de9101a181.clean/libcharset/lib/localcharset.c  -DDLL_EXPORT -DPIC -o .libs/localcharset.o
2021-07-25T11:42:10.5962900Z Makefile:55: update target 'libcharset.la' due to: localcharset.lo relocatable-stub.lo
2021-07-25T11:42:10.5964931Z /bin/sh ../libtool --mode=link x86_64-w64-mingw32-gcc.exe  -g -fvisibility=hidden -o libcharset.la -rpath /D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable-stub.lo
2021-07-25T11:42:10.5967422Z libtool: link: x86_64-w64-mingw32-gcc.exe -shared  .libs/localcharset.o .libs/relocatable-stub.o    -g   -o .libs/libcharset-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libcharset.dll.a
2021-07-25T11:42:10.5969007Z libtool: link: ( cd ".libs" && rm -f "libcharset.la" && cp -pR "../libcharset.la" "libcharset.la" )
2021-07-25T11:42:10.5970139Z mingw32-make[2]: Leaving directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset/lib'
2021-07-25T11:42:10.5971434Z mingw32-make[1]: Leaving directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset'
2021-07-25T11:42:10.5972712Z mingw32-make[1]: Entering directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset'
2021-07-25T11:42:10.5973738Z Makefile:34: update target 'all' due to: include/libcharset.h force
2021-07-25T11:42:10.5974597Z cd lib && C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make all
2021-07-25T11:42:10.5975700Z mingw32-make[2]: Entering directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset/lib'
2021-07-25T11:42:10.5976637Z mingw32-make[2]: Nothing to be done for 'all'.
2021-07-25T11:42:10.5977535Z mingw32-make[2]: Leaving directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset/lib'
2021-07-25T11:42:10.5978902Z Makefile:43: update target 'install-lib' due to: all force
2021-07-25T11:42:10.5980780Z cd lib && C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make install-lib libdir='D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib' includedir='D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib'
2021-07-25T11:42:10.5982559Z mingw32-make[2]: Entering directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset/lib'
2021-07-25T11:42:10.5983593Z Makefile:66: update target 'install-lib' due to: all force
2021-07-25T11:42:10.5984880Z D:/a/Mudlet/Mudlet/3rdparty/vcpkg/downloads/tools/msys2/703e5aa15d402568/usr/bin/sh.exe ../.././../src/1.16-de9101a181.clean/libcharset/build-aux/mkinstalldirs D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib
2021-07-25T11:42:10.5986529Z /bin/sh ../libtool --mode=install /usr/bin/install -c libcharset.la D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/libcharset.la
2021-07-25T11:42:10.5988653Z libtool: install: /usr/bin/install -c .libs/libcharset.dll.a D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/libcharset.dll.a
2021-07-25T11:42:10.5991562Z libtool: install: base_file=`basename libcharset.la`
2021-07-25T11:42:10.5992597Z libtool: install:  dlpath=`/bin/sh 2>&1 -c '. .libs/'libcharset.la'i; echo libcharset-1.dll'`
2021-07-25T11:42:10.5995165Z libtool: install:  dldir=D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/`dirname ../bin/libcharset-1.dll`
2021-07-25T11:42:10.5997580Z libtool: install:  test -d D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/../bin || mkdir -p D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/../bin
2021-07-25T11:42:10.5999921Z libtool: install:  /usr/bin/install -c .libs/libcharset-1.dll D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/../bin/libcharset-1.dll
2021-07-25T11:42:10.6001375Z libtool: install:  chmod a+x D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/../bin/libcharset-1.dll
2021-07-25T11:42:10.6003310Z libtool: install:  if test -n '' && test -n '/c/ProgramData/chocolatey/bin/strip --strip-unneeded'; then eval '/c/ProgramData/chocolatey/bin/strip --strip-unneeded D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/../bin/libcharset-1.dll' || exit 0; fi
2021-07-25T11:42:10.6005443Z libtool: install: /usr/bin/install -c .libs/libcharset.lai D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/libcharset.la
2021-07-25T11:42:10.6006876Z mingw32-make[2]: Leaving directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset/lib'
2021-07-25T11:42:10.6008502Z D:/a/Mudlet/Mudlet/3rdparty/vcpkg/downloads/tools/msys2/703e5aa15d402568/usr/bin/sh.exe .././../src/1.16-de9101a181.clean/libcharset/build-aux/mkinstalldirs D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib
2021-07-25T11:42:10.6010113Z /usr/bin/install -c -m 644 include/libcharset.h D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/libcharset.h
2021-07-25T11:42:10.6011567Z /usr/bin/install -c -m 644 include/localcharset.h.inst D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib/localcharset.h
2021-07-25T11:42:10.6012987Z mingw32-make[1]: Leaving directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset'
2021-07-25T11:42:10.6014115Z Makefile:33: update target 'all' due to: lib/localcharset.h force
2021-07-25T11:42:10.6014985Z cd lib && C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make all
2021-07-25T11:42:10.6016317Z mingw32-make[1]: Entering directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib'
2021-07-25T11:42:10.6021270Z Makefile:82: update target 'iconv.lo' due to: .././../src/1.16-de9101a181.clean/lib/iconv.c .././../src/1.16-de9101a181.clean/lib/converters.h .././../src/1.16-de9101a181.clean/lib/encodings.def .././../src/1.16-de9101a181.clean/lib/encodings_aix.def .././../src/1.16-de9101a181.clean/lib/encodings_osf1.def .././../src/1.16-de9101a181.clean/lib/encodings_dos.def .././../src/1.16-de9101a181.clean/lib/encodings_local.def .././../src/1.16-de9101a181.clean/lib/aliases.h .././../src/1.16-de9101a181.clean/lib/aliases_sysaix.h .././../src/1.16-de9101a181.clean/lib/aliases_syshpux.h .././../src/1.16-de9101a181.clean/lib/aliases_sysosf1.h .././../src/1.16-de9101a181.clean/lib/aliases_syssolaris.h .././../src/1.16-de9101a181.clean/lib/aliases_aix.h .././../src/1.16-de9101a181.clean/lib/aliases_aix_sysaix.h .././../src/1.16-de9101a181.clean/lib/aliases_osf1.h .././../src/1.16-de9101a181.clean/lib/aliases_osf1_sysosf1.h .././../src/1.16-de9101a181.clean/lib/aliases_dos.h .././../src/1.16-de9101a181.clean/lib/aliases_extra.h .././../src/1.16-de9101a181.clean/lib/flags.h .././../src/1.16-de9101a181.clean/lib/translit.h
2021-07-25T11:42:10.6027758Z /bin/sh ../libtool --mode=compile x86_64-w64-mingw32-gcc.exe -I. -I.././../src/1.16-de9101a181.clean/lib -I../include -I.././../src/1.16-de9101a181.clean/lib/../include -I.. -I.././../src/1.16-de9101a181.clean/lib/..  -g -fvisibility=hidden -DLIBDIR=\"/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c .././../src/1.16-de9101a181.clean/lib/iconv.c
2021-07-25T11:42:10.6043022Z Makefile:85: update target 'localcharset.lo' due to: .././../src/1.16-de9101a181.clean/lib/../libcharset/lib/localcharset.c .././../src/1.16-de9101a181.clean/lib/relocatable.h
2021-07-25T11:42:10.6047511Z /bin/sh ../libtool --mode=compile x86_64-w64-mingw32-gcc.exe -I. -I.././../src/1.16-de9101a181.clean/lib -I../include -I.././../src/1.16-de9101a181.clean/lib/../include -I.. -I.././../src/1.16-de9101a181.clean/lib/..  -g -fvisibility=hidden -DLIBDIR=\"/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c .././../src/1.16-de9101a181.clean/lib/../libcharset/lib/localcharset.c
2021-07-25T11:42:10.6051388Z Makefile:88: update target 'relocatable.lo' due to: .././../src/1.16-de9101a181.clean/lib/relocatable.c .././../src/1.16-de9101a181.clean/lib/relocatable.h
2021-07-25T11:42:10.6057619Z /bin/sh ../libtool --mode=compile x86_64-w64-mingw32-gcc.exe -I. -I.././../src/1.16-de9101a181.clean/lib -I../include -I.././../src/1.16-de9101a181.clean/lib/../include -I.. -I.././../src/1.16-de9101a181.clean/lib/..  -g -fvisibility=hidden -DLIBDIR=\"/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c .././../src/1.16-de9101a181.clean/lib/relocatable.c
2021-07-25T11:42:10.6066566Z libtool: compile:  x86_64-w64-mingw32-gcc.exe -I. -I.././../src/1.16-de9101a181.clean/lib -I../include -I.././../src/1.16-de9101a181.clean/lib/../include -I.. -I.././../src/1.16-de9101a181.clean/lib/.. -g -fvisibility=hidden -DLIBDIR=/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c .././../src/1.16-de9101a181.clean/lib/../libcharset/lib/localcharset.c  -DDLL_EXPORT -DPIC -o .libs/localcharset.o
2021-07-25T11:42:10.6071871Z libtool: compile:  x86_64-w64-mingw32-gcc.exe -I. -I.././../src/1.16-de9101a181.clean/lib -I../include -I.././../src/1.16-de9101a181.clean/lib/../include -I.. -I.././../src/1.16-de9101a181.clean/lib/.. -g -fvisibility=hidden -DLIBDIR=/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c .././../src/1.16-de9101a181.clean/lib/iconv.c  -DDLL_EXPORT -DPIC -o .libs/iconv.o
2021-07-25T11:42:10.6077315Z libtool: compile:  x86_64-w64-mingw32-gcc.exe -I. -I.././../src/1.16-de9101a181.clean/lib -I../include -I.././../src/1.16-de9101a181.clean/lib/../include -I.. -I.././../src/1.16-de9101a181.clean/lib/.. -g -fvisibility=hidden -DLIBDIR=/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c .././../src/1.16-de9101a181.clean/lib/relocatable.c  -DDLL_EXPORT -DPIC -o .libs/relocatable.o
2021-07-25T11:42:10.6080338Z Makefile:91: update target 'iconv-exports.lo' due to: .././../src/1.16-de9101a181.clean/lib/../woe32dll/iconv-exports.c
2021-07-25T11:42:10.6084162Z /bin/sh ../libtool --mode=compile x86_64-w64-mingw32-gcc.exe -I. -I.././../src/1.16-de9101a181.clean/lib -I../include -I.././../src/1.16-de9101a181.clean/lib/../include -I.. -I.././../src/1.16-de9101a181.clean/lib/..  -g -fvisibility=hidden -DLIBDIR=\"/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c .././../src/1.16-de9101a181.clean/lib/../woe32dll/iconv-exports.c
2021-07-25T11:42:10.6089691Z libtool: compile:  x86_64-w64-mingw32-gcc.exe -I. -I.././../src/1.16-de9101a181.clean/lib -I../include -I.././../src/1.16-de9101a181.clean/lib/../include -I.. -I.././../src/1.16-de9101a181.clean/lib/.. -g -fvisibility=hidden -DLIBDIR=/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c .././../src/1.16-de9101a181.clean/lib/../woe32dll/iconv-exports.c  -DDLL_EXPORT -DPIC -o .libs/iconv-exports.o
2021-07-25T11:42:10.6092836Z mingw32-make[1]: Leaving directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/lib'
2021-07-25T11:42:10.6093559Z 
2021-07-25T11:42:10.6094508Z [LogCollection][End]File:'D:\a\Mudlet\Mudlet\3rdparty\vcpkg\buildtrees\libiconv\build-x64-mingw-dynamic-dbg-out.log'.
2021-07-25T11:42:10.6096098Z [LogCollection][Start]File:'D:\a\Mudlet\Mudlet\3rdparty\vcpkg\buildtrees\libiconv\build-x64-mingw-dynamic-dbg-err.log':
2021-07-25T11:42:10.6097419Z libtool: warning: remember to run 'libtool --finish /D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib'
2021-07-25T11:42:10.6098464Z .././../src/1.16-de9101a181.clean/lib/relocatable.c: In function 'libiconv_relocate':
2021-07-25T11:42:10.6099316Z <command-line>: error: 'D' undeclared (first use in this function)
2021-07-25T11:42:10.6100190Z .././../src/1.16-de9101a181.clean/lib/relocatable.c:483:37: note: in expansion of macro 'INSTALLDIR'
2021-07-25T11:42:10.6100934Z        const char *orig_installdir = INSTALLDIR;
2021-07-25T11:42:10.6101464Z                                      ^~~~~~~~~~
2021-07-25T11:42:10.6102216Z <command-line>: note: each undeclared identifier is reported only once for each function it appears in
2021-07-25T11:42:10.6103273Z .././../src/1.16-de9101a181.clean/lib/relocatable.c:483:37: note: in expansion of macro 'INSTALLDIR'
2021-07-25T11:42:10.6104013Z        const char *orig_installdir = INSTALLDIR;
2021-07-25T11:42:10.6104530Z                                      ^~~~~~~~~~
2021-07-25T11:42:10.6105260Z <command-line>: error: expected ',' or ';' before ':' token
2021-07-25T11:42:10.6106065Z .././../src/1.16-de9101a181.clean/lib/relocatable.c:483:37: note: in expansion of macro 'INSTALLDIR'
2021-07-25T11:42:10.6106923Z        const char *orig_installdir = INSTALLDIR;
2021-07-25T11:42:10.6107424Z                                      ^~~~~~~~~~
2021-07-25T11:42:10.6108018Z <command-line>: error: invalid suffix "rdparty" on integer constant
2021-07-25T11:42:10.6108867Z .././../src/1.16-de9101a181.clean/lib/relocatable.c:483:37: note: in expansion of macro 'INSTALLDIR'
2021-07-25T11:42:10.6109579Z        const char *orig_installdir = INSTALLDIR;
2021-07-25T11:42:10.6110086Z                                      ^~~~~~~~~~
2021-07-25T11:42:10.6110666Z mingw32-make[1]: *** [Makefile:88: relocatable.lo] Error 1
2021-07-25T11:42:10.6111349Z mingw32-make[1]: *** Waiting for unfinished jobs....
2021-07-25T11:42:10.6112231Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6113412Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6114145Z                                            ^
2021-07-25T11:42:10.6114744Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:1:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6115351Z    S(aix_0, "CP856", ei_cp856 )
2021-07-25T11:42:10.6115698Z    ^
2021-07-25T11:42:10.6116639Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6118125Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6119074Z                                            ^
2021-07-25T11:42:10.6119646Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:2:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6120448Z    S(aix_1, "CP922", ei_cp922 )
2021-07-25T11:42:10.6120834Z    ^
2021-07-25T11:42:10.6121601Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6122692Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6123456Z                                            ^
2021-07-25T11:42:10.6124056Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:3:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6124666Z    S(aix_2, "CP943", ei_cp943 )
2021-07-25T11:42:10.6125008Z    ^
2021-07-25T11:42:10.6125775Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6126891Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6127605Z                                            ^
2021-07-25T11:42:10.6128156Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:4:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6128765Z    S(aix_3, "CP1046", ei_cp1046 )
2021-07-25T11:42:10.6129165Z    ^
2021-07-25T11:42:10.6129927Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6131002Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6132571Z                                            ^
2021-07-25T11:42:10.6133329Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:5:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6134042Z    S(aix_4, "CP1124", ei_cp1124 )
2021-07-25T11:42:10.6134444Z    ^
2021-07-25T11:42:10.6135607Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6136911Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6137651Z                                            ^
2021-07-25T11:42:10.6138365Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:6:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6139595Z    S(aix_5, "CP1129", ei_cp1129 )
2021-07-25T11:42:10.6140181Z    ^
2021-07-25T11:42:10.6140978Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6142102Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6142849Z                                            ^
2021-07-25T11:42:10.6143514Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:7:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6144152Z    S(aix_6, "CP1161", ei_cp1161 )
2021-07-25T11:42:10.6144509Z    ^
2021-07-25T11:42:10.6145510Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6146632Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6147383Z                                            ^
2021-07-25T11:42:10.6147996Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:8:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6148634Z    S(aix_7, "IBM1161", ei_cp1161 )
2021-07-25T11:42:10.6148998Z    ^
2021-07-25T11:42:10.6149877Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6151056Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6155060Z                                            ^
2021-07-25T11:42:10.6155659Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:9:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6156307Z    S(aix_8, "IBM-1161", ei_cp1161 )
2021-07-25T11:42:10.6156720Z    ^
2021-07-25T11:42:10.6157528Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6158641Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6159389Z                                            ^
2021-07-25T11:42:10.6160003Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:10:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6160669Z    S(aix_9, "CSIBM1161", ei_cp1161 )
2021-07-25T11:42:10.6161050Z    ^
2021-07-25T11:42:10.6161836Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6162990Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6163975Z                                            ^
2021-07-25T11:42:10.6164566Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:11:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6165426Z    S(aix_10, "CP1162", ei_cp1162 )
2021-07-25T11:42:10.6165827Z    ^
2021-07-25T11:42:10.6166615Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6167731Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6168491Z                                            ^
2021-07-25T11:42:10.6169246Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:12:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6169871Z    S(aix_11, "IBM1162", ei_cp1162 )
2021-07-25T11:42:10.6170227Z    ^
2021-07-25T11:42:10.6170994Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6172108Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6172972Z                                            ^
2021-07-25T11:42:10.6173617Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:13:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6174199Z    S(aix_12, "IBM-1162", ei_cp1162 )
2021-07-25T11:42:10.6174595Z    ^
2021-07-25T11:42:10.6175352Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6176522Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6177205Z                                            ^
2021-07-25T11:42:10.6177797Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:14:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6178430Z    S(aix_13, "CSIBM1162", ei_cp1162 )
2021-07-25T11:42:10.6178837Z    ^
2021-07-25T11:42:10.6179560Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6180683Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6181408Z                                            ^
2021-07-25T11:42:10.6182001Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:15:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6182574Z    S(aix_14, "CP1163", ei_cp1163 )
2021-07-25T11:42:10.6183055Z    ^
2021-07-25T11:42:10.6183879Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6184999Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6185676Z                                            ^
2021-07-25T11:42:10.6186271Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:16:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6187063Z    S(aix_15, "IBM1163", ei_cp1163 )
2021-07-25T11:42:10.6187455Z    ^
2021-07-25T11:42:10.6188151Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6189231Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6189936Z                                            ^
2021-07-25T11:42:10.6190522Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:17:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6191087Z    S(aix_16, "IBM-1163", ei_cp1163 )
2021-07-25T11:42:10.6191478Z    ^
2021-07-25T11:42:10.6192214Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6193345Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6194014Z                                            ^
2021-07-25T11:42:10.6194594Z .././../src/1.16-de9101a181.clean/lib/aliases_aix.h:18:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6195681Z    S(aix_17, "CSIBM1163", ei_cp1163 )
2021-07-25T11:42:10.6196428Z    ^
2021-07-25T11:42:10.6197316Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6198433Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6199140Z                                            ^
2021-07-25T11:42:10.6199728Z .././../src/1.16-de9101a181.clean/lib/aliases_osf1.h:1:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6200333Z    S(osf1_0, "DEC-KANJI", ei_dec_kanji )
2021-07-25T11:42:10.6200753Z    ^
2021-07-25T11:42:10.6201501Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6202765Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6203534Z                                            ^
2021-07-25T11:42:10.6204122Z .././../src/1.16-de9101a181.clean/lib/aliases_osf1.h:2:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6204762Z    S(osf1_1, "DEC-HANYU", ei_dec_hanyu )
2021-07-25T11:42:10.6205179Z    ^
2021-07-25T11:42:10.6206041Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6207327Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6208068Z                                            ^
2021-07-25T11:42:10.6208645Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:1:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6209204Z    S(dos_0, "CP437", ei_cp437 )
2021-07-25T11:42:10.6209784Z    ^
2021-07-25T11:42:10.6210505Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6211558Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6212405Z                                            ^
2021-07-25T11:42:10.6213324Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:2:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6214154Z    S(dos_1, "IBM437", ei_cp437 )
2021-07-25T11:42:10.6214532Z    ^
2021-07-25T11:42:10.6215367Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6216603Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6217315Z                                            ^
2021-07-25T11:42:10.6218090Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:3:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6218651Z    S(dos_2, "437", ei_cp437 )
2021-07-25T11:42:10.6219035Z    ^
2021-07-25T11:42:10.6219800Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6221071Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6221730Z                                            ^
2021-07-25T11:42:10.6222311Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:4:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6222980Z    S(dos_3, "CSPC8CODEPAGE437", ei_cp437 )
2021-07-25T11:42:10.6223511Z    ^
2021-07-25T11:42:10.6224225Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6225463Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6226146Z                                            ^
2021-07-25T11:42:10.6226711Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:5:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6227290Z    S(dos_4, "CP737", ei_cp737 )
2021-07-25T11:42:10.6227612Z    ^
2021-07-25T11:42:10.6228335Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6229930Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6230634Z                                            ^
2021-07-25T11:42:10.6231178Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:6:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6232763Z    S(dos_5, "CP775", ei_cp775 )
2021-07-25T11:42:10.6233541Z    ^
2021-07-25T11:42:10.6234378Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6236069Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6237116Z                                            ^
2021-07-25T11:42:10.6237697Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:7:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6238302Z    S(dos_6, "IBM775", ei_cp775 )
2021-07-25T11:42:10.6238640Z    ^
2021-07-25T11:42:10.6239386Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6241156Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6241858Z                                            ^
2021-07-25T11:42:10.6242403Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:8:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6243044Z    S(dos_7, "CSPC775BALTIC", ei_cp775 )
2021-07-25T11:42:10.6243582Z    ^
2021-07-25T11:42:10.6244325Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6245370Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6246150Z                                            ^
2021-07-25T11:42:10.6246753Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:9:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6247497Z    S(dos_8, "CP852", ei_cp852 )
2021-07-25T11:42:10.6247826Z    ^
2021-07-25T11:42:10.6248542Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6249592Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6250277Z                                            ^
2021-07-25T11:42:10.6250792Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:10:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6251543Z    S(dos_9, "IBM852", ei_cp852 )
2021-07-25T11:42:10.6252102Z    ^
2021-07-25T11:42:10.6252876Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6254186Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6255045Z                                            ^
2021-07-25T11:42:10.6255613Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:11:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6256179Z    S(dos_10, "852", ei_cp852 )
2021-07-25T11:42:10.6256499Z    ^
2021-07-25T11:42:10.6257225Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6258278Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6258965Z                                            ^
2021-07-25T11:42:10.6259482Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:12:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6260084Z    S(dos_11, "CSPCP852", ei_cp852 )
2021-07-25T11:42:10.6260475Z    ^
2021-07-25T11:42:10.6261198Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6262644Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6263703Z                                            ^
2021-07-25T11:42:10.6264525Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:13:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6265448Z    S(dos_12, "CP853", ei_cp853 )
2021-07-25T11:42:10.6266013Z    ^
2021-07-25T11:42:10.6267117Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6268382Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6269152Z                                            ^
2021-07-25T11:42:10.6269699Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:14:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6270795Z    S(dos_13, "CP855", ei_cp855 )
2021-07-25T11:42:10.6271179Z    ^
2021-07-25T11:42:10.6271909Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6273363Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6274478Z                                            ^
2021-07-25T11:42:10.6275174Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:15:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6275844Z    S(dos_14, "IBM855", ei_cp855 )
2021-07-25T11:42:10.6276537Z    ^
2021-07-25T11:42:10.6277431Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6278819Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6279920Z                                            ^
2021-07-25T11:42:10.6281164Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:16:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6281811Z    S(dos_15, "855", ei_cp855 )
2021-07-25T11:42:10.6282370Z    ^
2021-07-25T11:42:10.6283823Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6287231Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6287978Z                                            ^
2021-07-25T11:42:10.6288550Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:17:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6289148Z    S(dos_16, "CSIBM855", ei_cp855 )
2021-07-25T11:42:10.6289493Z    ^
2021-07-25T11:42:10.6290236Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6291304Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6291993Z                                            ^
2021-07-25T11:42:10.6292518Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:18:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6293102Z    S(dos_17, "CP857", ei_cp857 )
2021-07-25T11:42:10.6293525Z    ^
2021-07-25T11:42:10.6294249Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6295266Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6295953Z                                            ^
2021-07-25T11:42:10.6296525Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:19:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6297693Z    S(dos_18, "IBM857", ei_cp857 )
2021-07-25T11:42:10.6298241Z    ^
2021-07-25T11:42:10.6299018Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6301140Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6302224Z                                            ^
2021-07-25T11:42:10.6302824Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:20:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6304223Z    S(dos_19, "857", ei_cp857 )
2021-07-25T11:42:10.6304688Z    ^
2021-07-25T11:42:10.6305417Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6307066Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6311366Z                                            ^
2021-07-25T11:42:10.6311965Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:21:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6312567Z    S(dos_20, "CSIBM857", ei_cp857 )
2021-07-25T11:42:10.6312961Z    ^
2021-07-25T11:42:10.6313698Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6314777Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6315462Z                                            ^
2021-07-25T11:42:10.6316150Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:22:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6316947Z    S(dos_21, "CP858", ei_cp858 )
2021-07-25T11:42:10.6317337Z    ^
2021-07-25T11:42:10.6318584Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6320049Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6320864Z                                            ^
2021-07-25T11:42:10.6321644Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:23:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6322220Z    S(dos_22, "CP860", ei_cp860 )
2021-07-25T11:42:10.6322595Z    ^
2021-07-25T11:42:10.6323379Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6325369Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6326081Z                                            ^
2021-07-25T11:42:10.6326649Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:24:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6327209Z    S(dos_23, "IBM860", ei_cp860 )
2021-07-25T11:42:10.6327586Z    ^
2021-07-25T11:42:10.6328311Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6329560Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6330220Z                                            ^
2021-07-25T11:42:10.6330983Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:25:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6331548Z    S(dos_24, "860", ei_cp860 )
2021-07-25T11:42:10.6331900Z    ^
2021-07-25T11:42:10.6332575Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6334876Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6335723Z                                            ^
2021-07-25T11:42:10.6336402Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:26:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6337666Z    S(dos_25, "CSIBM860", ei_cp860 )
2021-07-25T11:42:10.6338060Z    ^
2021-07-25T11:42:10.6338983Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6340256Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6341498Z                                            ^
2021-07-25T11:42:10.6342078Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:27:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6342667Z    S(dos_26, "CP861", ei_cp861 )
2021-07-25T11:42:10.6343042Z    ^
2021-07-25T11:42:10.6343798Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6344882Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6345580Z                                            ^
2021-07-25T11:42:10.6346156Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:28:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6346714Z    S(dos_27, "IBM861", ei_cp861 )
2021-07-25T11:42:10.6347089Z    ^
2021-07-25T11:42:10.6347828Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6349066Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6349717Z                                            ^
2021-07-25T11:42:10.6350279Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:29:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6351497Z    S(dos_28, "861", ei_cp861 )
2021-07-25T11:42:10.6352738Z    ^
2021-07-25T11:42:10.6353921Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6355600Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6356684Z                                            ^
2021-07-25T11:42:10.6357255Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:30:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6357948Z    S(dos_29, "CP-IS", ei_cp861 )
2021-07-25T11:42:10.6358339Z    ^
2021-07-25T11:42:10.6359080Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6360166Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6360865Z                                            ^
2021-07-25T11:42:10.6361410Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:31:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6362430Z    S(dos_30, "CSIBM861", ei_cp861 )
2021-07-25T11:42:10.6362846Z    ^
2021-07-25T11:42:10.6363950Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6366095Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6366797Z                                            ^
2021-07-25T11:42:10.6367367Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:32:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6367952Z    S(dos_31, "CP863", ei_cp863 )
2021-07-25T11:42:10.6368286Z    ^
2021-07-25T11:42:10.6369021Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6370103Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6370801Z                                            ^
2021-07-25T11:42:10.6371984Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:33:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6372744Z    S(dos_32, "IBM863", ei_cp863 )
2021-07-25T11:42:10.6373228Z    ^
2021-07-25T11:42:10.6374144Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6375960Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6378575Z                                            ^
2021-07-25T11:42:10.6379684Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:34:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6380284Z    S(dos_33, "863", ei_cp863 )
2021-07-25T11:42:10.6380611Z    ^
2021-07-25T11:42:10.6381363Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6382453Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6383253Z                                            ^
2021-07-25T11:42:10.6383805Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:35:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6384430Z    S(dos_34, "CSIBM863", ei_cp863 )
2021-07-25T11:42:10.6384824Z    ^
2021-07-25T11:42:10.6385574Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6386631Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6387338Z                                            ^
2021-07-25T11:42:10.6388209Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:36:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6388820Z    S(dos_35, "CP864", ei_cp864 )
2021-07-25T11:42:10.6389145Z    ^
2021-07-25T11:42:10.6389864Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6390913Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6391604Z                                            ^
2021-07-25T11:42:10.6392124Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:37:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6392704Z    S(dos_36, "IBM864", ei_cp864 )
2021-07-25T11:42:10.6393143Z    ^
2021-07-25T11:42:10.6393878Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6395073Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6395998Z                                            ^
2021-07-25T11:42:10.6396771Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:38:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6397530Z    S(dos_37, "CSIBM864", ei_cp864 )
2021-07-25T11:42:10.6397869Z    ^
2021-07-25T11:42:10.6398812Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6400046Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6400720Z                                            ^
2021-07-25T11:42:10.6401241Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:39:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6401815Z    S(dos_38, "CP865", ei_cp865 )
2021-07-25T11:42:10.6402178Z    ^
2021-07-25T11:42:10.6402898Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6404010Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6404685Z                                            ^
2021-07-25T11:42:10.6405346Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:40:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6406159Z    S(dos_39, "IBM865", ei_cp865 )
2021-07-25T11:42:10.6407320Z    ^
2021-07-25T11:42:10.6408414Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6409905Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6410932Z                                            ^
2021-07-25T11:42:10.6411458Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:41:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6412028Z    S(dos_40, "865", ei_cp865 )
2021-07-25T11:42:10.6412381Z    ^
2021-07-25T11:42:10.6413341Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6414327Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6414993Z                                            ^
2021-07-25T11:42:10.6415544Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:42:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6416112Z    S(dos_41, "CSIBM865", ei_cp865 )
2021-07-25T11:42:10.6416442Z    ^
2021-07-25T11:42:10.6417310Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6419179Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6420170Z                                            ^
2021-07-25T11:42:10.6420938Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:43:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6421600Z    S(dos_42, "CP869", ei_cp869 )
2021-07-25T11:42:10.6422403Z    ^
2021-07-25T11:42:10.6424484Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6425774Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6427807Z                                            ^
2021-07-25T11:42:10.6430388Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:44:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6431045Z    S(dos_43, "IBM869", ei_cp869 )
2021-07-25T11:42:10.6431399Z    ^
2021-07-25T11:42:10.6432602Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6437415Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6440817Z                                            ^
2021-07-25T11:42:10.6441978Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:45:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6442765Z    S(dos_44, "869", ei_cp869 )
2021-07-25T11:42:10.6443153Z    ^
2021-07-25T11:42:10.6444543Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6445705Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6446367Z                                            ^
2021-07-25T11:42:10.6446944Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:46:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6447550Z    S(dos_45, "CP-GR", ei_cp869 )
2021-07-25T11:42:10.6447897Z    ^
2021-07-25T11:42:10.6448637Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6449721Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6450416Z                                            ^
2021-07-25T11:42:10.6450996Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:47:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6451730Z    S(dos_46, "CSIBM869", ei_cp869 )
2021-07-25T11:42:10.6452120Z    ^
2021-07-25T11:42:10.6452861Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6454370Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6455125Z                                            ^
2021-07-25T11:42:10.6455717Z .././../src/1.16-de9101a181.clean/lib/aliases_dos.h:48:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6456322Z    S(dos_47, "CP1125", ei_cp1125 )
2021-07-25T11:42:10.6456703Z    ^
2021-07-25T11:42:10.6457403Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6458706Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6459427Z                                            ^
2021-07-25T11:42:10.6460013Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:1:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6460652Z    S(extra_0, "EUC-JISX0213", ei_euc_jisx0213 )
2021-07-25T11:42:10.6461098Z    ^
2021-07-25T11:42:10.6461957Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6463255Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6464506Z                                            ^
2021-07-25T11:42:10.6465566Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:2:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6466582Z    S(extra_1, "EUC-JIS-2004", ei_euc_jisx0213 )
2021-07-25T11:42:10.6467049Z    ^
2021-07-25T11:42:10.6468117Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6469645Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6470717Z                                            ^
2021-07-25T11:42:10.6471705Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:3:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6473525Z    S(extra_2, "SHIFT_JISX0213", ei_shift_jisx0213 )
2021-07-25T11:42:10.6474170Z    ^
2021-07-25T11:42:10.6475156Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6476501Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6477276Z                                            ^
2021-07-25T11:42:10.6477968Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:4:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6478764Z    S(extra_3, "SHIFT_JIS-2004", ei_shift_jisx0213 )
2021-07-25T11:42:10.6479344Z    ^
2021-07-25T11:42:10.6480193Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6481550Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6482372Z                                            ^
2021-07-25T11:42:10.6483075Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:5:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6483944Z    S(extra_4, "ISO-2022-JP-3", ei_iso2022_jp3 )
2021-07-25T11:42:10.6484493Z    ^
2021-07-25T11:42:10.6485452Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6486948Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6487917Z                                            ^
2021-07-25T11:42:10.6488606Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:6:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6489402Z    S(extra_5, "ISO-2022-JP-2004", ei_iso2022_jp3 )
2021-07-25T11:42:10.6489920Z    ^
2021-07-25T11:42:10.6491073Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6492966Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6493757Z                                            ^
2021-07-25T11:42:10.6494359Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:7:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6495006Z    S(extra_6, "BIG5-2003", ei_big5_2003 )
2021-07-25T11:42:10.6495405Z    ^
2021-07-25T11:42:10.6496301Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6497415Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6498126Z                                            ^
2021-07-25T11:42:10.6498687Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:8:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6499505Z    S(extra_7, "TDS565", ei_tds565 )
2021-07-25T11:42:10.6499937Z    ^
2021-07-25T11:42:10.6500698Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6501898Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6502620Z                                            ^
2021-07-25T11:42:10.6503295Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:9:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6503973Z    S(extra_8, "ISO-IR-230", ei_tds565 )
2021-07-25T11:42:10.6504355Z    ^
2021-07-25T11:42:10.6505117Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6506269Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6506994Z                                            ^
2021-07-25T11:42:10.6507978Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:10:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6508813Z    S(extra_9, "ATARIST", ei_atarist )
2021-07-25T11:42:10.6509430Z    ^
2021-07-25T11:42:10.6510630Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6512286Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6513397Z                                            ^
2021-07-25T11:42:10.6514174Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:11:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6514997Z    S(extra_10, "ATARI", ei_atarist )
2021-07-25T11:42:10.6515359Z    ^
2021-07-25T11:42:10.6516172Z .././../src/1.16-de9101a181.clean/lib/iconv.c:175:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6517257Z  #define S(tag,name,encoding_index) { (int)(long)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
2021-07-25T11:42:10.6517960Z                                            ^
2021-07-25T11:42:10.6518506Z .././../src/1.16-de9101a181.clean/lib/aliases_extra.h:12:3: note: in expansion of macro 'S'
2021-07-25T11:42:10.6519376Z    S(extra_11, "RISCOS-LATIN1", ei_riscos1 )
2021-07-25T11:42:10.6519837Z    ^
2021-07-25T11:42:10.6520356Z In file included from .././../src/1.16-de9101a181.clean/lib/iconv.c:456:
2021-07-25T11:42:10.6521382Z .././../src/1.16-de9101a181.clean/lib/canonical.h:1:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6522701Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str392,
2021-07-25T11:42:10.6523274Z         ^
2021-07-25T11:42:10.6524066Z .././../src/1.16-de9101a181.clean/lib/canonical.h:2:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6524962Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str389,
2021-07-25T11:42:10.6525462Z         ^
2021-07-25T11:42:10.6526290Z .././../src/1.16-de9101a181.clean/lib/canonical.h:3:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6527225Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str258,
2021-07-25T11:42:10.6527677Z         ^
2021-07-25T11:42:10.6528460Z .././../src/1.16-de9101a181.clean/lib/canonical.h:4:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6529402Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str436,
2021-07-25T11:42:10.6529895Z         ^
2021-07-25T11:42:10.6530633Z .././../src/1.16-de9101a181.clean/lib/canonical.h:5:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6531570Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str285,
2021-07-25T11:42:10.6532241Z         ^
2021-07-25T11:42:10.6533296Z .././../src/1.16-de9101a181.clean/lib/canonical.h:6:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6534635Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str222,
2021-07-25T11:42:10.6535956Z         ^
2021-07-25T11:42:10.6536923Z .././../src/1.16-de9101a181.clean/lib/canonical.h:7:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6537994Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str418,
2021-07-25T11:42:10.6538533Z         ^
2021-07-25T11:42:10.6539551Z .././../src/1.16-de9101a181.clean/lib/canonical.h:8:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6540514Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str267,
2021-07-25T11:42:10.6541037Z         ^
2021-07-25T11:42:10.6541804Z .././../src/1.16-de9101a181.clean/lib/canonical.h:9:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6542775Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str361,
2021-07-25T11:42:10.6543389Z         ^
2021-07-25T11:42:10.6544204Z .././../src/1.16-de9101a181.clean/lib/canonical.h:10:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6545129Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str567,
2021-07-25T11:42:10.6545637Z         ^
2021-07-25T11:42:10.6546584Z .././../src/1.16-de9101a181.clean/lib/canonical.h:11:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6547518Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str416,
2021-07-25T11:42:10.6547967Z         ^
2021-07-25T11:42:10.6548746Z .././../src/1.16-de9101a181.clean/lib/canonical.h:12:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6550073Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str512,
2021-07-25T11:42:10.6550571Z         ^
2021-07-25T11:42:10.6551317Z .././../src/1.16-de9101a181.clean/lib/canonical.h:13:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6552248Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str690,
2021-07-25T11:42:10.6552746Z         ^
2021-07-25T11:42:10.6553605Z .././../src/1.16-de9101a181.clean/lib/canonical.h:14:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6554876Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str539,
2021-07-25T11:42:10.6555546Z         ^
2021-07-25T11:42:10.6556335Z .././../src/1.16-de9101a181.clean/lib/canonical.h:15:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6557462Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str689,
2021-07-25T11:42:10.6557929Z         ^
2021-07-25T11:42:10.6558882Z .././../src/1.16-de9101a181.clean/lib/canonical.h:16:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6559821Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str320,
2021-07-25T11:42:10.6560316Z         ^
2021-07-25T11:42:10.6561058Z .././../src/1.16-de9101a181.clean/lib/canonical.h:17:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6561992Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str750,
2021-07-25T11:42:10.6562483Z         ^
2021-07-25T11:42:10.6563353Z .././../src/1.16-de9101a181.clean/lib/canonical.h:18:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6564415Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str302,
2021-07-25T11:42:10.6564883Z         ^
2021-07-25T11:42:10.6566599Z .././../src/1.16-de9101a181.clean/lib/canonical.h:19:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6568114Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str732,
2021-07-25T11:42:10.6568856Z         ^
2021-07-25T11:42:10.6569814Z .././../src/1.16-de9101a181.clean/lib/canonical.h:20:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6571443Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str64,
2021-07-25T11:42:10.6572016Z         ^
2021-07-25T11:42:10.6572810Z .././../src/1.16-de9101a181.clean/lib/canonical.h:21:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6573803Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str811,
2021-07-25T11:42:10.6574709Z         ^
2021-07-25T11:42:10.6575541Z .././../src/1.16-de9101a181.clean/lib/canonical.h:22:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6577551Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str134,
2021-07-25T11:42:10.6578463Z         ^
2021-07-25T11:42:10.6579805Z .././../src/1.16-de9101a181.clean/lib/canonical.h:23:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6580889Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str186,
2021-07-25T11:42:10.6581611Z         ^
2021-07-25T11:42:10.6583839Z .././../src/1.16-de9101a181.clean/lib/canonical.h:24:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6585809Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str324,
2021-07-25T11:42:10.6586739Z         ^
2021-07-25T11:42:10.6587815Z .././../src/1.16-de9101a181.clean/lib/canonical.h:25:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6588849Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str150,
2021-07-25T11:42:10.6589576Z         ^
2021-07-25T11:42:10.6590450Z .././../src/1.16-de9101a181.clean/lib/canonical.h:26:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6591679Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str154,
2021-07-25T11:42:10.6592162Z         ^
2021-07-25T11:42:10.6593546Z .././../src/1.16-de9101a181.clean/lib/canonical.h:27:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6594593Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str130,
2021-07-25T11:42:10.6595119Z         ^
2021-07-25T11:42:10.6595913Z .././../src/1.16-de9101a181.clean/lib/canonical.h:28:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6597104Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str466,
2021-07-25T11:42:10.6597633Z         ^
2021-07-25T11:42:10.6598473Z .././../src/1.16-de9101a181.clean/lib/canonical.h:29:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6599429Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str166,
2021-07-25T11:42:10.6599949Z         ^
2021-07-25T11:42:10.6600792Z .././../src/1.16-de9101a181.clean/lib/canonical.h:30:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6601788Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str170,
2021-07-25T11:42:10.6602275Z         ^
2021-07-25T11:42:10.6603111Z .././../src/1.16-de9101a181.clean/lib/canonical.h:31:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6604155Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str322,
2021-07-25T11:42:10.6604690Z         ^
2021-07-25T11:42:10.6605479Z .././../src/1.16-de9101a181.clean/lib/canonical.h:32:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6606473Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str142,
2021-07-25T11:42:10.6606999Z         ^
2021-07-25T11:42:10.6607836Z .././../src/1.16-de9101a181.clean/lib/canonical.h:33:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6609017Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str332,
2021-07-25T11:42:10.6609547Z         ^
2021-07-25T11:42:10.6610389Z .././../src/1.16-de9101a181.clean/lib/canonical.h:34:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6611354Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str158,
2021-07-25T11:42:10.6611826Z         ^
2021-07-25T11:42:10.6613427Z .././../src/1.16-de9101a181.clean/lib/canonical.h:35:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6614461Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str162,
2021-07-25T11:42:10.6614971Z         ^
2021-07-25T11:42:10.6615735Z .././../src/1.16-de9101a181.clean/lib/canonical.h:36:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6616700Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str138,
2021-07-25T11:42:10.6617207Z         ^
2021-07-25T11:42:10.6618013Z .././../src/1.16-de9101a181.clean/lib/canonical.h:37:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6618933Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str236,
2021-07-25T11:42:10.6619445Z         ^
2021-07-25T11:42:10.6620280Z .././../src/1.16-de9101a181.clean/lib/canonical.h:38:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6621255Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str574,
2021-07-25T11:42:10.6621721Z         ^
2021-07-25T11:42:10.6622739Z .././../src/1.16-de9101a181.clean/lib/canonical.h:39:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6624280Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str580,
2021-07-25T11:42:10.6624786Z         ^
2021-07-25T11:42:10.6625558Z .././../src/1.16-de9101a181.clean/lib/canonical.h:40:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6626529Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str268,
2021-07-25T11:42:10.6627043Z         ^
2021-07-25T11:42:10.6627854Z .././../src/1.16-de9101a181.clean/lib/canonical.h:41:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6628769Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str88,
2021-07-25T11:42:10.6629287Z         ^
2021-07-25T11:42:10.6630250Z .././../src/1.16-de9101a181.clean/lib/canonical.h:42:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6631219Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str140,
2021-07-25T11:42:10.6631697Z         ^
2021-07-25T11:42:10.6632506Z .././../src/1.16-de9101a181.clean/lib/canonical.h:43:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6634151Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str278,
2021-07-25T11:42:10.6635016Z         ^
2021-07-25T11:42:10.6635875Z .././../src/1.16-de9101a181.clean/lib/canonical.h:44:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6642410Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str104,
2021-07-25T11:42:10.6642963Z         ^
2021-07-25T11:42:10.6643864Z .././../src/1.16-de9101a181.clean/lib/canonical.h:45:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6644903Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str108,
2021-07-25T11:42:10.6645386Z         ^
2021-07-25T11:42:10.6646227Z .././../src/1.16-de9101a181.clean/lib/canonical.h:46:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6647234Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str84,
2021-07-25T11:42:10.6647933Z         ^
2021-07-25T11:42:10.6648840Z .././../src/1.16-de9101a181.clean/lib/canonical.h:47:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6649837Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str420,
2021-07-25T11:42:10.6650347Z         ^
2021-07-25T11:42:10.6651155Z .././../src/1.16-de9101a181.clean/lib/canonical.h:48:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6652080Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str120,
2021-07-25T11:42:10.6652611Z         ^
2021-07-25T11:42:10.6654633Z .././../src/1.16-de9101a181.clean/lib/canonical.h:49:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6655907Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str250,
2021-07-25T11:42:10.6656410Z         ^
2021-07-25T11:42:10.6658336Z .././../src/1.16-de9101a181.clean/lib/canonical.h:50:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6660119Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str110,
2021-07-25T11:42:10.6660695Z         ^
2021-07-25T11:42:10.6661792Z .././../src/1.16-de9101a181.clean/lib/canonical.h:51:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6662818Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str54,
2021-07-25T11:42:10.6663401Z         ^
2021-07-25T11:42:10.6664242Z .././../src/1.16-de9101a181.clean/lib/canonical.h:52:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6665215Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str147,
2021-07-25T11:42:10.6665748Z         ^
2021-07-25T11:42:10.6666583Z .././../src/1.16-de9101a181.clean/lib/canonical.h:53:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6667577Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str476,
2021-07-25T11:42:10.6668292Z         ^
2021-07-25T11:42:10.6669109Z .././../src/1.16-de9101a181.clean/lib/canonical.h:54:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6670223Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str463,
2021-07-25T11:42:10.6670970Z         ^
2021-07-25T11:42:10.6671750Z .././../src/1.16-de9101a181.clean/lib/canonical.h:55:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6672722Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str442,
2021-07-25T11:42:10.6673451Z         ^
2021-07-25T11:42:10.6674315Z .././../src/1.16-de9101a181.clean/lib/canonical.h:56:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6675283Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str562,
2021-07-25T11:42:10.6675761Z         ^
2021-07-25T11:42:10.6676571Z .././../src/1.16-de9101a181.clean/lib/canonical.h:57:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6677546Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str813,
2021-07-25T11:42:10.6678066Z         ^
2021-07-25T11:42:10.6678832Z .././../src/1.16-de9101a181.clean/lib/canonical.h:58:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6679805Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str248,
2021-07-25T11:42:10.6680322Z         ^
2021-07-25T11:42:10.6681133Z .././../src/1.16-de9101a181.clean/lib/canonical.h:59:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6682063Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str749,
2021-07-25T11:42:10.6682580Z         ^
2021-07-25T11:42:10.6683429Z .././../src/1.16-de9101a181.clean/lib/canonical.h:60:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6684402Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str591,
2021-07-25T11:42:10.6684869Z         ^
2021-07-25T11:42:10.6685921Z .././../src/1.16-de9101a181.clean/lib/canonical.h:61:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6686879Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str702,
2021-07-25T11:42:10.6687374Z         ^
2021-07-25T11:42:10.6688483Z .././../src/1.16-de9101a181.clean/lib/canonical.h:62:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6689826Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str796,
2021-07-25T11:42:10.6690364Z         ^
2021-07-25T11:42:10.6691574Z .././../src/1.16-de9101a181.clean/lib/canonical.h:63:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6692462Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str680,
2021-07-25T11:42:10.6692958Z         ^
2021-07-25T11:42:10.6693789Z .././../src/1.16-de9101a181.clean/lib/canonical.h:64:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6694728Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str430,
2021-07-25T11:42:10.6695188Z         ^
2021-07-25T11:42:10.6695973Z .././../src/1.16-de9101a181.clean/lib/canonical.h:65:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6696903Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str448,
2021-07-25T11:42:10.6697397Z         ^
2021-07-25T11:42:10.6698742Z .././../src/1.16-de9101a181.clean/lib/canonical.h:66:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6699807Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str311,
2021-07-25T11:42:10.6700321Z         ^
2021-07-25T11:42:10.6701157Z .././../src/1.16-de9101a181.clean/lib/canonical.h:67:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6702122Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str391,
2021-07-25T11:42:10.6702681Z         ^
2021-07-25T11:42:10.6703548Z .././../src/1.16-de9101a181.clean/lib/canonical.h:68:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6704528Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str446,
2021-07-25T11:42:10.6704999Z         ^
2021-07-25T11:42:10.6705806Z .././../src/1.16-de9101a181.clean/lib/canonical.h:69:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6706927Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str312,
2021-07-25T11:42:10.6707446Z         ^
2021-07-25T11:42:10.6708363Z .././../src/1.16-de9101a181.clean/lib/canonical.h:70:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6709304Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str286,
2021-07-25T11:42:10.6710137Z         ^
2021-07-25T11:42:10.6711350Z .././../src/1.16-de9101a181.clean/lib/canonical.h:71:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6712345Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str121,
2021-07-25T11:42:10.6712896Z         ^
2021-07-25T11:42:10.6714459Z .././../src/1.16-de9101a181.clean/lib/canonical.h:72:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6715395Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str176,
2021-07-25T11:42:10.6715850Z         ^
2021-07-25T11:42:10.6716641Z .././../src/1.16-de9101a181.clean/lib/canonical.h:73:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6717745Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str375,
2021-07-25T11:42:10.6718254Z         ^
2021-07-25T11:42:10.6719014Z .././../src/1.16-de9101a181.clean/lib/canonical.h:74:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6720058Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str337,
2021-07-25T11:42:10.6720586Z         ^
2021-07-25T11:42:10.6721395Z .././../src/1.16-de9101a181.clean/lib/canonical.h:75:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6722315Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str282,
2021-07-25T11:42:10.6722825Z         ^
2021-07-25T11:42:10.6724185Z .././../src/1.16-de9101a181.clean/lib/canonical.h:76:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6725645Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str242,
2021-07-25T11:42:10.6726120Z         ^
2021-07-25T11:42:10.6727069Z .././../src/1.16-de9101a181.clean/lib/canonical.h:77:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6728038Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str206,
2021-07-25T11:42:10.6728536Z         ^
2021-07-25T11:42:10.6729286Z .././../src/1.16-de9101a181.clean/lib/canonical.h:78:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6730232Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str211,
2021-07-25T11:42:10.6730733Z         ^
2021-07-25T11:42:10.6731513Z .././../src/1.16-de9101a181.clean/lib/canonical.h:79:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6732400Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str536,
2021-07-25T11:42:10.6732904Z         ^
2021-07-25T11:42:10.6733943Z .././../src/1.16-de9101a181.clean/lib/canonical.h:80:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6735069Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str651,
2021-07-25T11:42:10.6735525Z         ^
2021-07-25T11:42:10.6736308Z .././../src/1.16-de9101a181.clean/lib/canonical.h:81:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6737992Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str683,
2021-07-25T11:42:10.6738625Z         ^
2021-07-25T11:42:10.6739481Z .././../src/1.16-de9101a181.clean/lib/canonical.h:82:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6740553Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str613,
2021-07-25T11:42:10.6741241Z         ^
2021-07-25T11:42:10.6742039Z .././../src/1.16-de9101a181.clean/lib/canonical.h:83:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6743796Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str329,
2021-07-25T11:42:10.6744612Z         ^
2021-07-25T11:42:10.6746057Z .././../src/1.16-de9101a181.clean/lib/canonical.h:84:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6747378Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str426,
2021-07-25T11:42:10.6747848Z         ^
2021-07-25T11:42:10.6749205Z .././../src/1.16-de9101a181.clean/lib/canonical.h:85:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6750140Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str89,
2021-07-25T11:42:10.6750638Z         ^
2021-07-25T11:42:10.6751375Z .././../src/1.16-de9101a181.clean/lib/canonical.h:86:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6752304Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str344,
2021-07-25T11:42:10.6752802Z         ^
2021-07-25T11:42:10.6753627Z .././../src/1.16-de9101a181.clean/lib/canonical.h:87:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6754572Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str479,
2021-07-25T11:42:10.6755140Z         ^
2021-07-25T11:42:10.6756152Z .././../src/1.16-de9101a181.clean/lib/canonical.h:88:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6757382Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str548,
2021-07-25T11:42:10.6758065Z         ^
2021-07-25T11:42:10.6758887Z .././../src/1.16-de9101a181.clean/lib/canonical.h:89:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6759860Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str209,
2021-07-25T11:42:10.6760369Z         ^
2021-07-25T11:42:10.6761132Z .././../src/1.16-de9101a181.clean/lib/canonical.h:90:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6762112Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str661,
2021-07-25T11:42:10.6762624Z         ^
2021-07-25T11:42:10.6763480Z .././../src/1.16-de9101a181.clean/lib/canonical.h:91:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6764450Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str608,
2021-07-25T11:42:10.6764918Z         ^
2021-07-25T11:42:10.6765732Z .././../src/1.16-de9101a181.clean/lib/canonical.h:92:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6766745Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str634,
2021-07-25T11:42:10.6767439Z         ^
2021-07-25T11:42:10.6768384Z .././../src/1.16-de9101a181.clean/lib/canonical.h:93:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6769492Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str610,
2021-07-25T11:42:10.6769988Z         ^
2021-07-25T11:42:10.6770772Z .././../src/1.16-de9101a181.clean/lib/canonical.h:94:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6771658Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str72,
2021-07-25T11:42:10.6772173Z         ^
2021-07-25T11:42:10.6772963Z .././../src/1.16-de9101a181.clean/lib/canonical.h:95:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6773941Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str388,
2021-07-25T11:42:10.6774398Z         ^
2021-07-25T11:42:10.6775204Z .././../src/1.16-de9101a181.clean/lib/canonical.h:96:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6778551Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str153,
2021-07-25T11:42:10.6779163Z         ^
2021-07-25T11:42:10.6780062Z .././../src/1.16-de9101a181.clean/lib/canonical.h:97:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6781007Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str443,
2021-07-25T11:42:10.6781508Z         ^
2021-07-25T11:42:10.6782292Z .././../src/1.16-de9101a181.clean/lib/canonical.h:98:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6783183Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str254,
2021-07-25T11:42:10.6783744Z         ^
2021-07-25T11:42:10.6784621Z .././../src/1.16-de9101a181.clean/lib/canonical.h:99:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6785558Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str281,
2021-07-25T11:42:10.6786011Z         ^
2021-07-25T11:42:10.6786808Z .././../src/1.16-de9101a181.clean/lib/canonical.h:100:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6787907Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str78,
2021-07-25T11:42:10.6788388Z         ^
2021-07-25T11:42:10.6789103Z .././../src/1.16-de9101a181.clean/lib/canonical.h:101:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6790007Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str437,
2021-07-25T11:42:10.6790484Z         ^
2021-07-25T11:42:10.6791335Z .././../src/1.16-de9101a181.clean/lib/canonical.h:102:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6792221Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str210,
2021-07-25T11:42:10.6792705Z         ^
2021-07-25T11:42:10.6793514Z .././../src/1.16-de9101a181.clean/lib/canonical.h:103:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6794425Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str252,
2021-07-25T11:42:10.6794873Z         ^
2021-07-25T11:42:10.6795637Z .././../src/1.16-de9101a181.clean/lib/canonical.h:104:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6796545Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str710,
2021-07-25T11:42:10.6797021Z         ^
2021-07-25T11:42:10.6797740Z .././../src/1.16-de9101a181.clean/lib/canonical.h:105:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6799129Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str692,
2021-07-25T11:42:10.6799673Z         ^
2021-07-25T11:42:10.6800669Z .././../src/1.16-de9101a181.clean/lib/canonical.h:106:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6801959Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str700,
2021-07-25T11:42:10.6802882Z         ^
2021-07-25T11:42:10.6803683Z .././../src/1.16-de9101a181.clean/lib/canonical.h:107:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6804610Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str495,
2021-07-25T11:42:10.6805054Z         ^
2021-07-25T11:42:10.6805813Z .././../src/1.16-de9101a181.clean/lib/canonical.h:108:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6806720Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str243,
2021-07-25T11:42:10.6807198Z         ^
2021-07-25T11:42:10.6807921Z .././../src/1.16-de9101a181.clean/lib/canonical.h:109:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6808835Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str106,
2021-07-25T11:42:10.6809322Z         ^
2021-07-25T11:42:10.6810088Z .././../src/1.16-de9101a181.clean/lib/canonical.h:110:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6810953Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str869,
2021-07-25T11:42:10.6811785Z         ^
2021-07-25T11:42:10.6812554Z .././../src/1.16-de9101a181.clean/lib/canonical.h:111:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6813513Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str425,
2021-07-25T11:42:10.6813955Z         ^
2021-07-25T11:42:10.6814464Z In file included from .././../src/1.16-de9101a181.clean/lib/iconv.c:462:
2021-07-25T11:42:10.6815406Z .././../src/1.16-de9101a181.clean/lib/canonical_aix.h:1:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6816317Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_aix_0,
2021-07-25T11:42:10.6816756Z         ^
2021-07-25T11:42:10.6817592Z .././../src/1.16-de9101a181.clean/lib/canonical_aix.h:2:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6818508Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_aix_1,
2021-07-25T11:42:10.6818997Z         ^
2021-07-25T11:42:10.6819719Z .././../src/1.16-de9101a181.clean/lib/canonical_aix.h:3:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6820641Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_aix_2,
2021-07-25T11:42:10.6821124Z         ^
2021-07-25T11:42:10.6822458Z .././../src/1.16-de9101a181.clean/lib/canonical_aix.h:4:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6823861Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_aix_3,
2021-07-25T11:42:10.6824518Z         ^
2021-07-25T11:42:10.6825709Z .././../src/1.16-de9101a181.clean/lib/canonical_aix.h:5:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6826615Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_aix_4,
2021-07-25T11:42:10.6827054Z         ^
2021-07-25T11:42:10.6827810Z .././../src/1.16-de9101a181.clean/lib/canonical_aix.h:6:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6828729Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_aix_5,
2021-07-25T11:42:10.6829210Z         ^
2021-07-25T11:42:10.6829965Z .././../src/1.16-de9101a181.clean/lib/canonical_aix.h:7:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6830833Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_aix_6,
2021-07-25T11:42:10.6831316Z         ^
2021-07-25T11:42:10.6832077Z .././../src/1.16-de9101a181.clean/lib/canonical_aix.h:8:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6832988Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_aix_10,
2021-07-25T11:42:10.6833475Z         ^
2021-07-25T11:42:10.6834456Z .././../src/1.16-de9101a181.clean/lib/canonical_aix.h:9:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6835430Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_aix_14,
2021-07-25T11:42:10.6836122Z         ^
2021-07-25T11:42:10.6836758Z In file included from .././../src/1.16-de9101a181.clean/lib/iconv.c:469:
2021-07-25T11:42:10.6837695Z .././../src/1.16-de9101a181.clean/lib/canonical_osf1.h:1:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6841610Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_osf1_0,
2021-07-25T11:42:10.6842203Z         ^
2021-07-25T11:42:10.6843370Z .././../src/1.16-de9101a181.clean/lib/canonical_osf1.h:2:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6845526Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_osf1_1,
2021-07-25T11:42:10.6846403Z         ^
2021-07-25T11:42:10.6847114Z In file included from .././../src/1.16-de9101a181.clean/lib/iconv.c:473:
2021-07-25T11:42:10.6848243Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:1:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6849785Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_0,
2021-07-25T11:42:10.6850270Z         ^
2021-07-25T11:42:10.6851033Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:2:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6852461Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_4,
2021-07-25T11:42:10.6852953Z         ^
2021-07-25T11:42:10.6853766Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:3:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6854946Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_5,
2021-07-25T11:42:10.6855614Z         ^
2021-07-25T11:42:10.6856611Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:4:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6859044Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_8,
2021-07-25T11:42:10.6860202Z         ^
2021-07-25T11:42:10.6860990Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:5:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6861946Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_12,
2021-07-25T11:42:10.6862444Z         ^
2021-07-25T11:42:10.6864316Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:6:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6865338Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_13,
2021-07-25T11:42:10.6865841Z         ^
2021-07-25T11:42:10.6866635Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:7:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6868363Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_17,
2021-07-25T11:42:10.6868855Z         ^
2021-07-25T11:42:10.6869845Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:8:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6870966Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_21,
2021-07-25T11:42:10.6871464Z         ^
2021-07-25T11:42:10.6872204Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:9:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6873144Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_22,
2021-07-25T11:42:10.6873710Z         ^
2021-07-25T11:42:10.6874506Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:10:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6875406Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_26,
2021-07-25T11:42:10.6875907Z         ^
2021-07-25T11:42:10.6876692Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:11:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6877637Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_31,
2021-07-25T11:42:10.6878090Z         ^
2021-07-25T11:42:10.6878880Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:12:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6879823Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_35,
2021-07-25T11:42:10.6880325Z         ^
2021-07-25T11:42:10.6881074Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:13:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6882021Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_38,
2021-07-25T11:42:10.6882588Z         ^
2021-07-25T11:42:10.6883492Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:14:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6884402Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_42,
2021-07-25T11:42:10.6885020Z         ^
2021-07-25T11:42:10.6885810Z .././../src/1.16-de9101a181.clean/lib/canonical_dos.h:15:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6886752Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_dos_47,
2021-07-25T11:42:10.6887206Z         ^
2021-07-25T11:42:10.6887739Z In file included from .././../src/1.16-de9101a181.clean/lib/iconv.c:476:
2021-07-25T11:42:10.6888881Z .././../src/1.16-de9101a181.clean/lib/canonical_extra.h:1:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6889811Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_extra_0,
2021-07-25T11:42:10.6890476Z         ^
2021-07-25T11:42:10.6891393Z .././../src/1.16-de9101a181.clean/lib/canonical_extra.h:2:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6892336Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_extra_2,
2021-07-25T11:42:10.6892838Z         ^
2021-07-25T11:42:10.6893667Z .././../src/1.16-de9101a181.clean/lib/canonical_extra.h:3:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6894562Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_extra_4,
2021-07-25T11:42:10.6895066Z         ^
2021-07-25T11:42:10.6895847Z .././../src/1.16-de9101a181.clean/lib/canonical_extra.h:4:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6896863Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_extra_6,
2021-07-25T11:42:10.6897337Z         ^
2021-07-25T11:42:10.6898112Z .././../src/1.16-de9101a181.clean/lib/canonical_extra.h:5:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6899047Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_extra_7,
2021-07-25T11:42:10.6899541Z         ^
2021-07-25T11:42:10.6900457Z .././../src/1.16-de9101a181.clean/lib/canonical_extra.h:6:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6901934Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_extra_9,
2021-07-25T11:42:10.6902942Z         ^
2021-07-25T11:42:10.6904733Z .././../src/1.16-de9101a181.clean/lib/canonical_extra.h:7:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6905639Z    (int)(long)&((struct stringpool2_t *)0)->stringpool_extra_11,
2021-07-25T11:42:10.6906136Z         ^
2021-07-25T11:42:10.6906656Z In file included from .././../src/1.16-de9101a181.clean/lib/iconv.c:487:
2021-07-25T11:42:10.6907604Z .././../src/1.16-de9101a181.clean/lib/canonical_local.h:1:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6908481Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str193,
2021-07-25T11:42:10.6908984Z         ^
2021-07-25T11:42:10.6909790Z .././../src/1.16-de9101a181.clean/lib/canonical_local.h:2:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2021-07-25T11:42:10.6911037Z    (int)(long)&((struct stringpool_t *)0)->stringpool_str496,
2021-07-25T11:42:10.6911546Z         ^
2021-07-25T11:42:10.6912576Z .././../src/1.16-de9101a181.clean/lib/iconv.c:598:5: warning: '_libiconv_version' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
2021-07-25T11:42:10.6913819Z  int _libiconv_version = _LIBICONV_VERSION;
2021-07-25T11:42:10.6914344Z      ^~~~~~~~~~~~~~~~~
2021-07-25T11:42:10.6915025Z mingw32-make: *** [Makefile:33: all] Error 2
2021-07-25T11:42:10.6915756Z 
2021-07-25T11:42:10.6916646Z [LogCollection][End]File:'D:\a\Mudlet\Mudlet\3rdparty\vcpkg\buildtrees\libiconv\build-x64-mingw-dynamic-dbg-err.log'.
2021-07-25T11:42:10.6918765Z -- Downloading https://ftp.gnu.org/gnu/libiconv/libiconv-1.16.tar.gz;https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/libiconv/libiconv-1.16.tar.gz -> libiconv-1.16.tar.gz...
2021-07-25T11:42:10.6920273Z -- Extracting source D:/a/Mudlet/Mudlet/3rdparty/vcpkg/downloads/libiconv-1.16.tar.gz
2021-07-25T11:42:10.6921296Z -- Applying patch 0002-Config-for-MSVC.patch
2021-07-25T11:42:10.6921974Z -- Applying patch 0003-Add-export.patch
2021-07-25T11:42:10.6922778Z -- Using source at D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/src/1.16-de9101a181.clean
2021-07-25T11:42:10.6923550Z -- Configuring x64-mingw-dynamic
2021-07-25T11:42:10.6924303Z -- Using msys root at D:/a/Mudlet/Mudlet/3rdparty/vcpkg/downloads/tools/msys2/703e5aa15d402568
2021-07-25T11:42:10.6925212Z -- Using msys root at D:/a/Mudlet/Mudlet/3rdparty/vcpkg/downloads/tools/msys2/aa5af7b2aa7e90e8
2021-07-25T11:42:10.6926376Z -- Configuring x64-mingw-dynamic-dbg
2021-07-25T11:42:10.6926986Z -- Configuring x64-mingw-dynamic-rel
2021-07-25T11:42:10.6927968Z -- Using msys root at D:/a/Mudlet/Mudlet/3rdparty/vcpkg/downloads/tools/msys2/aaafe87dcead272e
2021-07-25T11:42:10.6929144Z -- Building x64-mingw-dynamic-dbg
2021-07-25T11:42:10.6929870Z CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:155 (message):
2021-07-25T11:42:10.6930299Z 
2021-07-25T11:42:10.6930912Z     Command failed: C:/ProgramData/chocolatey/bin/make.exe -j 3 --trace -f Makefile all
2021-07-25T11:42:10.6931407Z 
2021-07-25T11:42:10.6932081Z     Working Directory: D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg
2021-07-25T11:42:10.6932639Z 
2021-07-25T11:42:10.6933018Z     See logs for more information:
2021-07-25T11:42:10.6933420Z 
2021-07-25T11:42:10.6935405Z       D:\a\Mudlet\Mudlet\3rdparty\vcpkg\buildtrees\libiconv\build-x64-mingw-dynamic-dbg-out.log
2021-07-25T11:42:10.6936208Z 
2021-07-25T11:42:10.6937075Z       D:\a\Mudlet\Mudlet\3rdparty\vcpkg\buildtrees\libiconv\build-x64-mingw-dynamic-dbg-err.log
2021-07-25T11:42:10.6937943Z 
2021-07-25T11:42:10.6938164Z 
2021-07-25T11:42:10.6938338Z 
2021-07-25T11:42:10.6938766Z Call Stack (most recent call first):
2021-07-25T11:42:10.6939760Z 
2021-07-25T11:42:10.6940461Z   scripts/cmake/vcpkg_build_make.cmake:194 (vcpkg_execute_build_process)
2021-07-25T11:42:10.6941008Z 
2021-07-25T11:42:10.6941567Z   scripts/cmake/vcpkg_install_make.cmake:26 (vcpkg_build_make)
2021-07-25T11:42:10.6942046Z 
2021-07-25T11:42:10.6942824Z   ports/libiconv/portfile.cmake:37 (vcpkg_install_make)
2021-07-25T11:42:10.6943309Z 
2021-07-25T11:42:10.6944207Z   scripts/ports.cmake:141 (include)
2021-07-25T11:42:10.6944549Z 
2021-07-25T11:42:10.6945009Z 
2021-07-25T11:42:10.6945445Z 
2021-07-25T11:42:10.6945675Z 
2021-07-25T11:42:10.6946509Z Error: Building package libiconv:x64-mingw-dynamic failed with: BUILD_FAILED
2021-07-25T11:42:10.6947445Z Please ensure you're using the latest portfiles with `.\vcpkg update`, then
2021-07-25T11:42:10.6948352Z submit an issue at https://github.com/Microsoft/vcpkg/issues including:
2021-07-25T11:42:10.6949794Z   Package: libiconv:x64-mingw-dynamic
2021-07-25T11:42:10.6950504Z   Vcpkg version: 2021-07-21-244f69e78da4f97034328b4d290db262d748d4c7
2021-07-25T11:42:10.6950961Z 
2021-07-25T11:42:10.6951544Z Additionally, attach any relevant sections from the log files above.
dg0yt commented 3 years ago

TLDNR: Don't use mingw32-make.

The error doesn't occur in msys2. However, my msys2 installation uses /usr/bin/make which assume an sh shell. Your logs show C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make which assumes Windows' cmd shell. I guess this is the source of the problem, and here is the explanation AFAIU:

Crossing the border between the mingw world (make, sh, libtool, mingw32-make?) and the windows world (cmd) does involve some difficulties (path separators, argument splitting and quoting).

And this is what happens: In your logs, libtool receives INSTALLDIR in the right form -DINSTALLDIR=\"/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib\" but from cmd, and it calls the compiler with -DINSTALLDIR=/D/a/Mudlet/Mudlet/3rdparty/vcpkg/installed/x64-mingw-dynamic/debug/lib omitting the quotes which are needed to form a proper C string literal. This is (mingw32-make -> cmd -> libtool -> gcc)

With /usr/bin/make, the mingw subsystem is never left (make -> sh -> libtool -> gcc).

More on mingw in vcpkg: https://github.com/microsoft/vcpkg/blob/master/docs/users/mingw.md

vadi2 commented 3 years ago

This is a port regression and I don't see how your explanation matches with the fact that everything works in the November 2020 version of vcpkg. Could you explain this?

dg0yt commented 3 years ago

@vaid2 Can you verify that you are really using the same mingw environment as in Nov 2020? Do you have old logs?

dg0yt commented 3 years ago

The other thing is mixing different installations of MinGW. This is hard enough to avoid as long as vcpkg downloads some MSYS2 packages, and I ran into issues with missing quotes / argument passing because of that. Now your installation adds some MinGW in C:/ProgramData/chocolatey/lib/mingw. What is the PATH? Which tools are taken from which of the three installations, and do they play together?

vadi2 commented 3 years ago

I'm using Github Actions to build my workflow and using the 4b222f8 version of vcpkg, libiconv builds fine today, here is proof - https://github.com/Mudlet/Mudlet/runs/3157601579?check_suite_focus=true. As soon as I switch to latest mater, libiconv breaks when built with the same environment - https://github.com/Mudlet/Mudlet/runs/3154982670?check_suite_focus=true.

The only variable that changes is the version of vcpkg I'm using.

dg0yt commented 3 years ago

AFAICS the "proof" just doesn't build libiconv in vcpkg. So your setup which happened to work in November (for a more simple configuration) now breaks (for a more complex configuration). Note that this fragile passing of C string definitions happens not only for libiconv. Some packages use this to pass the version string to the windows resource compiler. Since ports need frequent updates, it is normally better solved by adjusting the toolchain than by patching each port and every update. (All learned the hard way.)

vadi2 commented 3 years ago

My setup is still working now... using vcpkg from 2020. See the links provided, both of them are within the last few days.

Really, the only variable that is changing is not my compiler, or the setup, or the date, but the vcpkg version. This port does not build anymore when using recent vcpkg.

dg0yt commented 3 years ago

@vadi2 Can point me to the line were vcpkg from 2020 builds libiconv:x64-mingw-dynamic?

dg0yt commented 3 years ago

Two things are strange in the failure log:

  1. From vcpkg, the failed make command is C:/ProgramData/chocolatey/bin/make.exe, i.e. vcpkg doesn't use the make which it downloads from msys:
    2021-07-25T14:27:18.9037931Z CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:155 (message):
    2021-07-25T14:27:18.9038587Z 
    2021-07-25T14:27:18.9039674Z     Command failed: C:/ProgramData/chocolatey/bin/make.exe -j 3 --trace -f Makefile all
    2021-07-25T14:27:18.9041427Z 
    2021-07-25T14:27:18.9042349Z     Working Directory: D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg

I guess the selection of this tool is due to a) how chocolatey add itself to the PATH, and how it install shims, plus b) how vcpkg_configure_make prepends compilers dirs to PATH, plus c) how vcpkg_build_make looks for the program make which is found first via find_program:

find_program(MAKE make REQUIRED)

without providing a path to the downloaded msys root. Here is room for improvement on the vcpkg side.

  1. In port libiconv's build log, the actual 'make' command ($(MAKE)) is C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make:
    2021-07-25T14:27:18.7720099Z [LogCollection][Start]File:'D:\a\Mudlet\Mudlet\3rdparty\vcpkg\buildtrees\libiconv\build-x64-mingw-dynamic-dbg-out.log':
    2021-07-25T14:27:18.7727569Z Makefile:41: target 'lib/localcharset.h' does not exist
    2021-07-25T14:27:18.7733183Z builddir="`pwd`"; cd libcharset && C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make all && C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make install-lib libdir="$builddir/lib" includedir="$builddir/lib"
    2021-07-25T14:27:18.7770260Z mingw32-make[1]: Entering directory 'D:/a/Mudlet/Mudlet/3rdparty/vcpkg/buildtrees/libiconv/x64-mingw-dynamic-dbg/libcharset'

I don't know enough about chocolatey. Is C:/ProgramData/chocolatey/bin/make.exe a shim for C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/mingw32-make? This might lead to this behaviour via $(MAKE).

NancyLi1013 commented 3 years ago

Hi @vadi2

Could you please try to update vcpkg to the latest to rebuild this? Seems @dg0yt has fixed this issue by PR #19164.

vadi2 commented 3 years ago

@NancyLi1013 thanks for the ping - it does look like it works now using a863c848! There's a new error with gettext now, I've filed separately it as https://github.com/microsoft/vcpkg/issues/19342.

@dg0yt you're right, back then libiconv was not being built. It works now for me without changing the environment - thanks for that improvement