Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing the package with pip fails on msys2 windows #29

Open
NadAlaba opened this issue Feb 10, 2024 · 2 comments
Open

Installing the package with pip fails on msys2 windows #29

NadAlaba opened this issue Feb 10, 2024 · 2 comments

Comments

@NadAlaba
Copy link

Trying to install cffsubr with pip3 install cffsubr on msys64 python Windows 10. It fails after trying to build from source with cmake because of a long path.
I need to install this package on msys2 python and not the regular windows python, because I need the Unix environment of msys2 for other builds.
Tried to shorten the temp path with TMPDIR="/c/t" but it was unfortunately not enough

here is the log:

# TMPDIR="/c/t" python3 -m pip --cache-dir /c/tempCache install -v cffsubr
Using pip 24.0 from D:/dev/msys64/mingw64/lib/python3.11/site-packages/pip (python 3.11)
Collecting cffsubr
  Using cached cffsubr-0.3.0.tar.gz (17.8 MB)
  Running command pip subprocess to install build dependencies
  Collecting setuptools
    Using cached setuptools-69.0.3-py3-none-any.whl.metadata (6.3 kB)
  Collecting setuptools_scm
    Using cached setuptools_scm-8.0.4-py3-none-any.whl.metadata (6.4 kB)
  Collecting packaging>=20 (from setuptools_scm)
    Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
  Collecting typing-extensions (from setuptools_scm)
    Using cached typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)
  Using cached setuptools-69.0.3-py3-none-any.whl (819 kB)
  Using cached setuptools_scm-8.0.4-py3-none-any.whl (42 kB)
  Using cached packaging-23.2-py3-none-any.whl (53 kB)
  Using cached typing_extensions-4.9.0-py3-none-any.whl (32 kB)
  Installing collected packages: typing-extensions, setuptools, packaging, setuptools_scm
  Successfully installed packaging-23.2 setuptools-69.0.3 setuptools_scm-8.0.4 typing-extensions-4.9.0
  Installing build dependencies ... done
  Running command Getting requirements to build wheel
  running egg_info
  writing src/cffsubr.egg-info/PKG-INFO
  writing dependency_links to src/cffsubr.egg-info/dependency_links.txt
  writing entry points to src/cffsubr.egg-info/entry_points.txt
  writing requirements to src/cffsubr.egg-info/requires.txt
  writing top-level names to src/cffsubr.egg-info/top_level.txt
  ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
  reading manifest file 'src/cffsubr.egg-info/SOURCES.txt'
  adding license file 'LICENSE'
  adding license file 'NOTICE'
  writing manifest file 'src/cffsubr.egg-info/SOURCES.txt'
  Getting requirements to build wheel ... done
  Running command pip subprocess to install backend dependencies
  Collecting wheel
    Using cached wheel-0.42.0-py3-none-any.whl.metadata (2.2 kB)
  Collecting cmake
    Using cached cmake-3.28.1-cp311-cp311-mingw_x86_64.whl
  Collecting scikit-build
    Using cached scikit_build-0.17.6-py3-none-any.whl.metadata (14 kB)
  Collecting ninja
    Using cached ninja-1.11.1.1-cp311-cp311-mingw_x86_64.whl
  Collecting distro (from scikit-build)
    Using cached distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
  Collecting packaging (from scikit-build)
    Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
  Collecting setuptools>=42.0.0 (from scikit-build)
    Using cached setuptools-69.0.3-py3-none-any.whl.metadata (6.3 kB)
  Using cached wheel-0.42.0-py3-none-any.whl (65 kB)
  Using cached scikit_build-0.17.6-py3-none-any.whl (84 kB)
  Using cached setuptools-69.0.3-py3-none-any.whl (819 kB)
  Using cached distro-1.9.0-py3-none-any.whl (20 kB)
  Using cached packaging-23.2-py3-none-any.whl (53 kB)
  Installing collected packages: ninja, cmake, wheel, setuptools, packaging, distro, scikit-build
  Successfully installed cmake-3.28.1 distro-1.9.0 ninja-1.11.1.1 packaging-23.2 scikit-build-0.17.6 setuptools-69.0.3 wheel-0.42.0
  Installing backend dependencies ... done
  Running command Preparing metadata (pyproject.toml)
  running dist_info
  creating C:/t/pip-modern-metadata-wpjw5z_7/cffsubr.egg-info
  writing C:/t/pip-modern-metadata-wpjw5z_7/cffsubr.egg-info/PKG-INFO
  writing dependency_links to C:/t/pip-modern-metadata-wpjw5z_7/cffsubr.egg-info/dependency_links.txt
  writing entry points to C:/t/pip-modern-metadata-wpjw5z_7/cffsubr.egg-info/entry_points.txt
  writing requirements to C:/t/pip-modern-metadata-wpjw5z_7/cffsubr.egg-info/requires.txt
  writing top-level names to C:/t/pip-modern-metadata-wpjw5z_7/cffsubr.egg-info/top_level.txt
  writing manifest file 'C:/t/pip-modern-metadata-wpjw5z_7/cffsubr.egg-info/SOURCES.txt'
  ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
  reading manifest file 'C:/t/pip-modern-metadata-wpjw5z_7/cffsubr.egg-info/SOURCES.txt'
  adding license file 'LICENSE'
  adding license file 'NOTICE'
  writing manifest file 'C:/t/pip-modern-metadata-wpjw5z_7/cffsubr.egg-info/SOURCES.txt'
  creating 'C:/t/pip-modern-metadata-wpjw5z_7/cffsubr-0.3.0.dist-info'
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: fontTools>=4.10.2 in d:/dev/msys64/mingw64/lib/python3.11/site-packages (from cffsubr) (4.47.2)
Building wheels for collected packages: cffsubr
  Running command Building wheel for cffsubr (pyproject.toml)
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.mingw_x86_64-cpython-311
  creating build/lib.mingw_x86_64-cpython-311/cffsubr
  copying src/cffsubr/_version.py -> build/lib.mingw_x86_64-cpython-311/cffsubr
  copying src/cffsubr/__init__.py -> build/lib.mingw_x86_64-cpython-311/cffsubr
  copying src/cffsubr/__main__.py -> build/lib.mingw_x86_64-cpython-311/cffsubr
  running build_ext
  C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/setup.py:7: DeprecationWarning: dep_util is Deprecated. Use functions from setuptools instead.
    from distutils.dep_util import newer
  WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'
  WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section
  C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/skbuild/setuptools_wrap.py:617: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
  !!

          ********************************************************************************
          Requirements should be satisfied by a PEP 517 installer.
          If you are using pip, you can try `pip install --use-pep517`.
          ********************************************************************************

  !!
    dist.fetch_build_eggs(setup_requires)


  --------------------------------------------------------------------------------
  -- Trying 'Ninja (Visual Studio 17 2022 x64 v143)' generator
  --------------------------------
  ---------------------------
  ----------------------
  -----------------
  ------------
  -------
  --
  Not searching for unused variables given on the command line.
  CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
    Compatibility with CMake < 3.5 will be removed from a future version of
    CMake.

    Update the VERSION argument <min> value or use a ...<max> suffix to tell
    CMake that the project does not need compatibility with older versions.


  -- The C compiler identification is GNU 13.2.0
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Check for working C compiler: D:/dev/msys64/mingw64/bin/cc.exe - skipped
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- The CXX compiler identification is GNU 13.2.0
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: D:/dev/msys64/mingw64/bin/c++.exe - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  CMake Error at CMakeLists.txt:9 (message):
    MSVC is required to pass this check.


  -- Configuring incomplete, errors occurred!
  --
  -------
  ------------
  -----------------
  ----------------------
  ---------------------------
  --------------------------------
  -- Trying 'Ninja (Visual Studio 17 2022 x64 v143)' generator - failure
  --------------------------------------------------------------------------------



  --------------------------------------------------------------------------------
  -- Trying 'Visual Studio 17 2022 x64 v143' generator
  --------------------------------
  ---------------------------
  ----------------------
  -----------------
  ------------
  -------
  --
  Not searching for unused variables given on the command line.
  CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
    Compatibility with CMake < 3.5 will be removed from a future version of
    CMake.

    Update the VERSION argument <min> value or use a ...<max> suffix to tell
    CMake that the project does not need compatibility with older versions.


  CMake Error at CMakeLists.txt:2 (PROJECT):
    Generator

      Visual Studio 17 2022

    could not find any instance of Visual Studio.



  -- Configuring incomplete, errors occurred!
  --
  -------
  ------------
  -----------------
  ----------------------
  ---------------------------
  --------------------------------
  -- Trying 'Visual Studio 17 2022 x64 v143' generator - failure
  --------------------------------------------------------------------------------



  --------------------------------------------------------------------------------
  -- Trying 'Ninja (Visual Studio 16 2019 x64 v142)' generator
  --------------------------------
  ---------------------------
  ----------------------
  -----------------
  ------------
  -------
  --
  Not searching for unused variables given on the command line.
  CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
    Compatibility with CMake < 3.5 will be removed from a future version of
    CMake.

    Update the VERSION argument <min> value or use a ...<max> suffix to tell
    CMake that the project does not need compatibility with older versions.


  -- The C compiler identification is MSVC 19.29.30148.0
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe - skipped
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- The CXX compiler identification is MSVC 19.29.30148.0
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  -- Configuring done (9.6s)
  -- Generating done (0.0s)
  -- Build files have been written to: C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_cmake_test_compile/build
  --
  -------
  ------------
  -----------------
  ----------------------
  ---------------------------
  --------------------------------
  -- Trying 'Ninja (Visual Studio 16 2019 x64 v142)' generator - success
  --------------------------------------------------------------------------------

  Configuring Project
    Working directory:
      C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build
    Command:
      C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/cmake/data/bin/cmake C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko -G Ninja -DCMAKE_MAKE_PROGRAM:FILEPATH=C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/ninja/data/bin/ninja -D_SKBUILD_FORCE_MSVC=1920 --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX:PATH=C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-install -DPYTHON_VERSION_STRING:STRING=3.11.7 -DSKBUILD:INTERNAL=TRUE -DCMAKE_MODULE_PATH:PATH=C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/skbuild/resources/cmake -DPYTHON_EXECUTABLE:PATH=D:/dev/msys64/mingw64/bin/python3.exe -DPYTHON_INCLUDE_DIR:PATH=D:/dev/msys64/mingw64/include/python3.11 -DPYTHON_LIBRARY:PATH=D:/dev/msys64/mingw64/lib/libpython3.11.dll.a -DPython_EXECUTABLE:PATH=D:/dev/msys64/mingw64/bin/python3.exe -DPython_ROOT_DIR:PATH=D:/dev/msys64/mingw64 -DPython_FIND_REGISTRY:STRING=NEVER -DPython_INCLUDE_DIR:PATH=D:/dev/msys64/mingw64/include/python3.11 -DPython3_EXECUTABLE:PATH=D:/dev/msys64/mingw64/bin/python3.exe -DPython3_ROOT_DIR:PATH=D:/dev/msys64/mingw64 -DPython3_FIND_REGISTRY:STRING=NEVER -DPython3_INCLUDE_DIR:PATH=D:/dev/msys64/mingw64/include/python3.11 -DCMAKE_MAKE_PROGRAM:FILEPATH=C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/ninja/data/bin/ninja -DCMAKE_BUILD_TYPE:STRING=Release

  Not searching for unused variables given on the command line.
  -- The C compiler identification is MSVC 19.29.30148.0
  -- The CXX compiler identification is MSVC 19.29.30148.0
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe - skipped
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  -- Build type is Release
  CMake Warning (dev) at C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/skbuild/resources/cmake/FindPythonExtensions.cmake:245 (find_package):
    Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
    are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
    the cmake_policy command to set the policy and suppress this warning.

  Call Stack (most recent call first):
    CMakeLists.txt:25 (find_package)
  This warning is for project developers.  Use -Wno-dev to suppress it.

  -- Found PythonInterp: D:/dev/msys64/mingw64/bin/python3.exe (found version "3.11.7")
  CMake Warning (dev) at C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/skbuild/resources/cmake/FindPythonExtensions.cmake:252 (find_package):
    Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
    are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
    the cmake_policy command to set the policy and suppress this warning.

  Call Stack (most recent call first):
    CMakeLists.txt:25 (find_package)
  This warning is for project developers.  Use -Wno-dev to suppress it.

  -- Found PythonLibs: D:/dev/msys64/mingw64/lib/libpython3.11.dll.a (found version "3.11.7")
  -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY) (found version "2.12.5")
  -- LibXML2 not found or overridden -- will download and statically link
  -- Looking for floor in m
  -- Looking for floor in m - not found
  -- Found Python3: D:/dev/msys64/mingw64/bin/python3.exe (found version "3.11.7") found components: Interpreter
  -- Configuring done (10.0s)
  -- Generating done (1.2s)
  -- Build files have been written to: C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build
  [1/226] Creating directories for 'antlr4_runtime'
  [2/226] Creating directories for 'external.libxml2'
  [3/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dda.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\sfntdiff\source\Dda.c(25): warning C4312: 'type cast': conversion from 'unsigned long' to 'void *' of greater size
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\sfntdiff\source\Dda.c(38): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\sfntdiff\source\Dda.c(39): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  [4/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Ddesc.c.obj
  [5/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dmain.c.obj
  [6/226] Building C object c\detype1\source\CMakeFiles\detype1.dir\detype1.c.obj
  [7/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dfile.c.obj
  [8/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dglobal.c.obj
  [9/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dhead.c.obj
  [10/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dname.c.obj
  [11/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dopt.c.obj
  [12/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dpriv.c.obj
  [13/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dsfnt.c.obj
  [14/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dtto.c.obj
  [15/226] Building C object c\sfntedit\source\CMakeFiles\sfntedit.dir\Eda.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\sfntedit\source\Eda.c(23): warning C4312: 'type cast': conversion from 'unsigned long' to 'void *' of greater size
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\sfntedit\source\Eda.c(36): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\sfntedit\source\Eda.c(37): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  [16/226] Linking C executable bin\detype1.exe
  [17/226] Building C object c\sfntedit\source\CMakeFiles\sfntedit.dir\Efile.c.obj
  [18/226] Building C object c\sfntedit\source\CMakeFiles\sfntedit.dir\Eglobal.c.obj
  [19/226] Building C object c\sfntedit\source\CMakeFiles\sfntedit.dir\Emsgs.c.obj
  [20/226] Building C object c\sfntedit\source\CMakeFiles\sfntedit.dir\Esys.c.obj
  [21/226] Building C object c\sfntedit\source\CMakeFiles\sfntedit.dir\main.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\sfntedit\source\otftableeditor.h(4): warning C4005: 'CDECL': macro redefinition
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\sfntedit\source\main.c: note: see previous definition of 'CDECL'
  [22/226] Building C object c\spot\source\CMakeFiles\spot.dir\main.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [23/226] Building C object c\spot\source\CMakeFiles\spot.dir\BASE.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [24/226] Building C object c\spot\source\CMakeFiles\spot.dir\BBOX.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [25/226] Linking C executable bin\sfntedit.exe
  [26/226] Building C object c\spot\source\CMakeFiles\spot.dir\BLND.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\BLND.c(246): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\BLND.c(246): note: consider using '%zu' in the format string
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\BLND.c(247): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\BLND.c(247): note: consider using '%zu' in the format string
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\BLND.c(248): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\BLND.c(248): note: consider using '%zu' in the format string
  [27/226] Building C object c\spot\source\CMakeFiles\spot.dir\CFF_.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\CFF_.c(37): warning C4273: 'strftime': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\time.h(266): note: see previous definition of 'strftime'
  [28/226] Building C object c\spot\source\CMakeFiles\spot.dir\CID_.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [29/226] Building C object c\spot\source\CMakeFiles\spot.dir\da.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\da.c(25): warning C4312: 'type cast': conversion from 'unsigned long' to 'void *' of greater size
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\da.c(38): warning C4311: 'type cast': pointer truncation from 'void *' to 'unsigned long'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\da.c(39): warning C4311: 'type cast': pointer truncation from 'void *' to 'unsigned long'
  [30/226] Building C object c\spot\source\CMakeFiles\spot.dir\cmap.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [31/226] Building C object c\spot\source\CMakeFiles\spot.dir\desc.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [32/226] Building C object c\spot\source\CMakeFiles\spot.dir\dump.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [33/226] Building C object c\spot\source\CMakeFiles\spot.dir\EBLC.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [34/226] Building C object c\spot\source\CMakeFiles\spot.dir\ENCO.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [35/226] Building C object c\spot\source\CMakeFiles\spot.dir\fdsc.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [36/226] Building C object c\spot\source\CMakeFiles\spot.dir\feat.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [37/226] Building C object c\spot\source\CMakeFiles\spot.dir\cffread.c.obj
  [38/226] Building C object c\spot\source\CMakeFiles\spot.dir\file.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [39/226] Building C object c\spot\source\CMakeFiles\spot.dir\fvar.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [40/226] Building C object c\spot\source\CMakeFiles\spot.dir\FNAM.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\FNAM.c(89): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 3 has type 'size_t'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\FNAM.c(89): note: consider using '%zu' in the format string
  [41/226] Building C object c\spot\source\CMakeFiles\spot.dir\gasp.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [42/226] Building C object c\spot\source\CMakeFiles\spot.dir\global.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [43/226] Building C object c\spot\source\CMakeFiles\spot.dir\GDEF.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [44/226] Building C object c\sfntdiff\source\CMakeFiles\sfntdiff.dir\Dsys.c.obj
  [45/226] Building C object c\spot\source\CMakeFiles\spot.dir\GLOB.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\GLOB.c(141): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\GLOB.c(141): note: consider using '%zu' in the format string
  [46/226] Building C object c\spot\source\CMakeFiles\spot.dir\glyf.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\glyf.c(28): warning C4273: 'strftime': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\time.h(266): note: see previous definition of 'strftime'
  [47/226] Linking C executable bin\sfntdiff.exe
  [48/226] Building C object c\spot\source\CMakeFiles\spot.dir\hdmx.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [49/226] Building C object c\spot\source\CMakeFiles\spot.dir\GPOS.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [50/226] Building C object c\spot\source\CMakeFiles\spot.dir\head.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [51/226] Building C object c\spot\source\CMakeFiles\spot.dir\HFMX.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [52/226] Building C object c\spot\source\CMakeFiles\spot.dir\hhea.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [53/226] Building C object c\spot\source\CMakeFiles\spot.dir\hmtx.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [54/226] Building C object c\spot\source\CMakeFiles\spot.dir\GSUB.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [55/226] Building C object c\spot\source\CMakeFiles\spot.dir\kern.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [56/226] Building C object c\spot\source\CMakeFiles\spot.dir\loca.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [57/226] Building C object c\spot\source\CMakeFiles\spot.dir\LTSH.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [58/226] Building C object c\spot\source\CMakeFiles\spot.dir\map.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [59/226] Building C object c\spot\source\CMakeFiles\spot.dir\maxp.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [60/226] Building C object c\spot\source\CMakeFiles\spot.dir\META.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [61/226] Building C object c\spot\source\CMakeFiles\spot.dir\MMFX.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
@NadAlaba
Copy link
Author

Continuation of log

  [62/226] Building C object c\spot\source\CMakeFiles\spot.dir\MMVR.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [63/226] Building C object c\spot\source\CMakeFiles\spot.dir\MMSD.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [64/226] Building C object c\spot\source\CMakeFiles\spot.dir\opt.c.obj
  [65/226] Building C object c\spot\source\CMakeFiles\spot.dir\name.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [66/226] Building C object c\spot\source\CMakeFiles\spot.dir\pathbuild.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [67/226] Building C object c\spot\source\CMakeFiles\spot.dir\OS_2.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [68/226] Building C object c\spot\source\CMakeFiles\spot.dir\post.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [69/226] Building C object c\spot\source\CMakeFiles\spot.dir\SING.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [70/226] Building C object c\spot\source\CMakeFiles\spot.dir\res.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [71/226] Building C object c\spot\source\CMakeFiles\spot.dir\sfnt.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [72/226] Building C object c\spot\source\CMakeFiles\spot.dir\spotmsgs.c.obj
  [73/226] Building C object c\spot\source\CMakeFiles\spot.dir\strftime.c.obj
  [74/226] Building C object c\spot\source\CMakeFiles\spot.dir\sys.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [75/226] Building C object c\spot\source\CMakeFiles\spot.dir\trak.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [76/226] Building C object c\spot\source\CMakeFiles\spot.dir\TTdumpinstrs.c.obj
  [77/226] Building C object c\spot\source\CMakeFiles\spot.dir\TYP1.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [78/226] Building C object c\spot\source\CMakeFiles\spot.dir\vhea.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [79/226] Building C object c\spot\source\CMakeFiles\spot.dir\vmtx.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [80/226] Building C object c\spot\source\CMakeFiles\spot.dir\tto.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [81/226] Building C object c\spot\source\CMakeFiles\spot.dir\proof.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [82/226] Building C object c\spot\source\CMakeFiles\spot.dir\VORG.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  [83/226] Building C object c\spot\source\CMakeFiles\spot.dir\WDTH.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(144): warning C4273: 'fclose': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(152): note: see previous definition of 'fclose'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(145): warning C4273: 'fflush': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdio.h(176): note: see previous definition of 'fflush'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(146): warning C4273: 'strtol': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(528): note: see previous definition of 'strtol'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\global.h(148): warning C4273: 'strtod': inconsistent dll linkage
  C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt\stdlib.h(502): note: see previous definition of 'strtod'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\WDTH.c(93): warning C4477: 'fprintf' : format string '%08lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\WDTH.c(93): note: consider using '%zx' in the format string
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\WDTH.c(101): warning C4477: 'fprintf' : format string '%04lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\WDTH.c(101): note: consider using '%zx' in the format string
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\WDTH.c(112): warning C4477: 'fprintf' : format string '%08lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\WDTH.c(112): note: consider using '%zx' in the format string
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\WDTH.c(123): warning C4477: 'fprintf' : format string '%04lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\spot\source\WDTH.c(123): note: consider using '%zx' in the format string
  [84/226] Building C object c\type1\source\CMakeFiles\type1.dir\type1.c.obj
  [85/226] Linking C executable bin\type1.exe
  [86/226] Linking C executable bin\spot.exe
  [87/226] Performing download step (git clone) for 'external.libxml2'
  Cloning into 'src'...
  HEAD is now at a075d256 Release v2.9.13
  [88/226] Performing update step for 'external.libxml2'
  [89/226] No patch step for 'external.libxml2'
  [90/226] Performing download step (git clone) for 'antlr4_runtime'
  Cloning into 'a4'...
  HEAD is now at e4c1a74c6 latest js npm run
  [91/226] Performing update step for 'antlr4_runtime'
  [92/226] No patch step for 'antlr4_runtime'
  [93/226] Performing configure step for 'external.libxml2'
  -- The C compiler identification is MSVC 19.29.30148.0
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe - skipped
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  -- Looking for pthread_create in pthreads
  -- Looking for pthread_create in pthreads - not found
  -- Looking for pthread_create in pthread
  -- Looking for pthread_create in pthread - not found
  -- Found Threads: TRUE
  -- Configuring done (11.2s)
  -- Generating done (0.1s)
  -- Build files have been written to: C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/external.libxml2/bin
  [94/226] Performing configure step for 'antlr4_runtime'
  loading initial cache file C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/tmp/antlr4_runtime-cache-Release.cmake
  CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
    Compatibility with CMake < 3.5 will be removed from a future version of
    CMake.

    Update the VERSION argument <min> value or use a ...<max> suffix to tell
    CMake that the project does not need compatibility with older versions.


  -- Building without demo. To enable demo build use: -DWITH_DEMO=True
  -- The C compiler identification is MSVC 19.29.30148.0
  -- The CXX compiler identification is MSVC 19.29.30148.0
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe - skipped
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  CMake Deprecation Warning at CMakeLists.txt:31 (CMAKE_POLICY):
    The OLD behavior for policy CMP0054 will be removed from a future version
    of CMake.

    The cmake-policies(7) manual explains that the OLD behaviors of all
    policies are deprecated and that a policy should be set to OLD only under
    specific short-term circumstances.  Projects should be ported to the NEW
    behavior and not rely on setting a policy to OLD.


  CMake Deprecation Warning at CMakeLists.txt:32 (CMAKE_POLICY):
    The OLD behavior for policy CMP0045 will be removed from a future version
    of CMake.

    The cmake-policies(7) manual explains that the OLD behaviors of all
    policies are deprecated and that a policy should be set to OLD only under
    specific short-term circumstances.  Projects should be ported to the NEW
    behavior and not rely on setting a policy to OLD.


  CMake Deprecation Warning at CMakeLists.txt:33 (CMAKE_POLICY):
    The OLD behavior for policy CMP0042 will be removed from a future version
    of CMake.

    The cmake-policies(7) manual explains that the OLD behaviors of all
    policies are deprecated and that a policy should be set to OLD only under
    specific short-term circumstances.  Projects should be ported to the NEW
    behavior and not rely on setting a policy to OLD.


  CMake Deprecation Warning at CMakeLists.txt:38 (CMAKE_POLICY):
    The OLD behavior for policy CMP0059 will be removed from a future version
    of CMake.

    The cmake-policies(7) manual explains that the OLD behaviors of all
    policies are deprecated and that a policy should be set to OLD only under
    specific short-term circumstances.  Projects should be ported to the NEW
    behavior and not rely on setting a policy to OLD.


  CMake Deprecation Warning at CMakeLists.txt:39 (CMAKE_POLICY):
    The OLD behavior for policy CMP0054 will be removed from a future version
    of CMake.

    The cmake-policies(7) manual explains that the OLD behaviors of all
    policies are deprecated and that a policy should be set to OLD only under
    specific short-term circumstances.  Projects should be ported to the NEW
    behavior and not rely on setting a policy to OLD.


  -- Output libraries to C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/dist
  -- Configuring done (29.1s)
  -- Generating done (1.5s)
  -- Build files have been written to: C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp
  [95/226] No build step for 'antlr4_runtime'
  [96/226] No install step for 'antlr4_runtime'
  [97/226] Completed 'antlr4_runtime'
  [98/226] Performing build step for 'external.libxml2'
  Change Dir: 'C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/external.libxml2/bin'

  Run Build Command(s): C:/t/pip-build-env-u8f64d_2/normal/bin/ninja.exe -v
  [1/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\chvalid.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\chvalid.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [2/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\buf.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\buf.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [3/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\dict.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\dict.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [4/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\catalog.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\catalog.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [5/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\c14n.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\c14n.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [6/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\entities.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\entities.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [7/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\globals.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\globals.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [8/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\encoding.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\encoding.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [9/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\error.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\error.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [10/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\debugXML.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\debugXML.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [11/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\hash.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\hash.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [12/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\legacy.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\legacy.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [13/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\list.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\list.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [14/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\HTMLtree.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\HTMLtree.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [15/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\parserInternals.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\parserInternals.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [16/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\pattern.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\pattern.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [17/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\HTMLparser.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\HTMLparser.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [18/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\SAX.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\SAX.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [19/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\SAX2.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\SAX2.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [20/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\schematron.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\schematron.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [21/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\nanohttp.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\nanohttp.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [22/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\nanoftp.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\nanoftp.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [23/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\parser.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\parser.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [24/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\relaxng.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\relaxng.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [25/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\tree.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\tree.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [26/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\valid.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\valid.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [27/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\uri.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\uri.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [28/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xlink.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xlink.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [29/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlmemory.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlmemory.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [30/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xinclude.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xinclude.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [31/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlIO.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlIO.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [32/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\threads.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\threads.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [33/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlregexp.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlregexp.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [34/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlreader.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlreader.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [35/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlmodule.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlmodule.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [36/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlsave.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlsave.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [37/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlwriter.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlwriter.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [38/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlunicode.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlunicode.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [39/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlstring.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlstring.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [40/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlschemastypes.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlschemastypes.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [41/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xzlib.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xzlib.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

@NadAlaba
Copy link
Author

Continuation of the log

  [42/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\DOCBparser.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\DOCBparser.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [43/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\xmlcatalog.dir\xmlcatalog.c.obj /FdCMakeFiles\xmlcatalog.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlcatalog.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [44/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xpointer.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xpointer.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [45/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\runxmlconf.dir\runxmlconf.c.obj /FdCMakeFiles\runxmlconf.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\runxmlconf.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [46/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xmlschemas.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmlschemas.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [47/91] C:/t/PIP-BU~2/normal/lib/python3.11/SITE-P~1/cmake/data/bin/cmcldeps.exe RC C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\win32\libxml2.rc CMakeFiles\LibXml2.dir\win32\libxml2.rc.res.d CMakeFiles\LibXml2.dir\win32\libxml2.rc.res "Note: including file: " "C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe" C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe -DHAVE_WIN32_THREADS -D_REENTRANT -I C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -I C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include -DWIN32 /fo CMakeFiles\LibXml2.dir\win32\libxml2.rc.res C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\win32\libxml2.rc
  [48/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\runsuite.dir\runsuite.c.obj /FdCMakeFiles\runsuite.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\runsuite.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [49/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testAutomata.dir\testAutomata.c.obj /FdCMakeFiles\testAutomata.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testAutomata.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [50/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\xmllint.dir\xmllint.c.obj /FdCMakeFiles\xmllint.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xmllint.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [51/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testC14N.dir\testC14N.c.obj /FdCMakeFiles\testC14N.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testC14N.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [52/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testModule.dir\testModule.c.obj /FdCMakeFiles\testModule.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testModule.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [53/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testHTML.dir\testHTML.c.obj /FdCMakeFiles\testHTML.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testHTML.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [54/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testchar.dir\testchar.c.obj /FdCMakeFiles\testchar.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testchar.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [55/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testdict.dir\testdict.c.obj /FdCMakeFiles\testdict.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testdict.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testdict.c(162): warning C4090: 'function': different 'const' qualifiers
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testdict.c(325): warning C4090: 'function': different 'const' qualifiers
  [56/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testRegexp.dir\testRegexp.c.obj /FdCMakeFiles\testRegexp.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testRegexp.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [57/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testReader.dir\testReader.c.obj /FdCMakeFiles\testReader.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testReader.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [58/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testlimits.dir\testlimits.c.obj /FdCMakeFiles\testlimits.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testlimits.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [59/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -D_REENTRANT -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\LibXml2.dir\xpath.c.obj /FdCMakeFiles\LibXml2.dir\LibXml2.pdb /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\xpath.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [60/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testRelax.dir\testRelax.c.obj /FdCMakeFiles\testRelax.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testRelax.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [61/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testSAX.dir\testSAX.c.obj /FdCMakeFiles\testSAX.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testSAX.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [62/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testSchemas.dir\testSchemas.c.obj /FdCMakeFiles\testSchemas.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testSchemas.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [63/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testURI.dir\testURI.c.obj /FdCMakeFiles\testURI.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testURI.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [64/91] C:\Windows\system32\cmd.exe /C "cd . && C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\lib.exe  /machine:x64 /out:libxml2s.lib CMakeFiles\LibXml2.dir\buf.c.obj CMakeFiles\LibXml2.dir\c14n.c.obj CMakeFiles\LibXml2.dir\catalog.c.obj CMakeFiles\LibXml2.dir\chvalid.c.obj CMakeFiles\LibXml2.dir\debugXML.c.obj CMakeFiles\LibXml2.dir\dict.c.obj CMakeFiles\LibXml2.dir\encoding.c.obj CMakeFiles\LibXml2.dir\entities.c.obj CMakeFiles\LibXml2.dir\error.c.obj CMakeFiles\LibXml2.dir\globals.c.obj CMakeFiles\LibXml2.dir\hash.c.obj CMakeFiles\LibXml2.dir\HTMLparser.c.obj CMakeFiles\LibXml2.dir\HTMLtree.c.obj CMakeFiles\LibXml2.dir\legacy.c.obj CMakeFiles\LibXml2.dir\list.c.obj CMakeFiles\LibXml2.dir\nanoftp.c.obj CMakeFiles\LibXml2.dir\nanohttp.c.obj CMakeFiles\LibXml2.dir\parser.c.obj CMakeFiles\LibXml2.dir\parserInternals.c.obj CMakeFiles\LibXml2.dir\pattern.c.obj CMakeFiles\LibXml2.dir\relaxng.c.obj CMakeFiles\LibXml2.dir\SAX.c.obj CMakeFiles\LibXml2.dir\SAX2.c.obj CMakeFiles\LibXml2.dir\schematron.c.obj CMakeFiles\LibXml2.dir\threads.c.obj CMakeFiles\LibXml2.dir\tree.c.obj CMakeFiles\LibXml2.dir\uri.c.obj CMakeFiles\LibXml2.dir\valid.c.obj CMakeFiles\LibXml2.dir\xinclude.c.obj CMakeFiles\LibXml2.dir\xlink.c.obj CMakeFiles\LibXml2.dir\xmlIO.c.obj CMakeFiles\LibXml2.dir\xmlmemory.c.obj CMakeFiles\LibXml2.dir\xmlmodule.c.obj CMakeFiles\LibXml2.dir\xmlreader.c.obj CMakeFiles\LibXml2.dir\xmlregexp.c.obj CMakeFiles\LibXml2.dir\xmlsave.c.obj CMakeFiles\LibXml2.dir\xmlschemas.c.obj CMakeFiles\LibXml2.dir\xmlschemastypes.c.obj CMakeFiles\LibXml2.dir\xmlstring.c.obj CMakeFiles\LibXml2.dir\xmlunicode.c.obj CMakeFiles\LibXml2.dir\xmlwriter.c.obj CMakeFiles\LibXml2.dir\xpath.c.obj CMakeFiles\LibXml2.dir\xpointer.c.obj CMakeFiles\LibXml2.dir\xzlib.c.obj CMakeFiles\LibXml2.dir\win32\libxml2.rc.res CMakeFiles\LibXml2.dir\DOCBparser.c.obj  && cd ."
  Microsoft (R) Library Manager Version 14.29.30148.0

  Copyright (C) Microsoft Corporation.  All rights reserved.



  [65/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testrecurse.dir\testrecurse.c.obj /FdCMakeFiles\testrecurse.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testrecurse.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [66/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testXPath.dir\testXPath.c.obj /FdCMakeFiles\testXPath.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testXPath.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [67/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\runxmlconf.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\runxmlconf.dir\runxmlconf.c.obj  /out:runxmlconf.exe /implib:runxmlconf.lib /pdb:runxmlconf.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [68/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\xmllint.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\xmllint.dir\xmllint.c.obj  /out:xmllint.exe /implib:xmllint.lib /pdb:xmllint.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [69/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\xmlcatalog.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\xmlcatalog.dir\xmlcatalog.c.obj  /out:xmlcatalog.exe /implib:xmlcatalog.lib /pdb:xmlcatalog.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [70/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\runtest.dir\runtest.c.obj /FdCMakeFiles\runtest.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\runtest.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [71/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DHAVE_WIN32_THREADS -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testThreads.dir\testThreads.c.obj /FdCMakeFiles\testThreads.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testThreads.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [72/91] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe   -DLIBXML_STATIC -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\bin -IC:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\include /DWIN32 /D_WINDOWS /O2 /Ob2 /DNDEBUG -MD /showIncludes /FoCMakeFiles\testapi.dir\testapi.c.obj /FdCMakeFiles\testapi.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\external.libxml2\src\testapi.c
  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30148 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.

  [73/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testdict.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testdict.dir\testdict.c.obj  /out:testdict.exe /implib:testdict.lib /pdb:testdict.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [74/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testchar.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testchar.dir\testchar.c.obj  /out:testchar.exe /implib:testchar.lib /pdb:testchar.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [75/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testC14N.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testC14N.dir\testC14N.c.obj  /out:testC14N.exe /implib:testC14N.lib /pdb:testC14N.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [76/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\runsuite.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\runsuite.dir\runsuite.c.obj  /out:runsuite.exe /implib:runsuite.lib /pdb:runsuite.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [77/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testAutomata.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testAutomata.dir\testAutomata.c.obj  /out:testAutomata.exe /implib:testAutomata.lib /pdb:testAutomata.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [78/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testHTML.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testHTML.dir\testHTML.c.obj  /out:testHTML.exe /implib:testHTML.lib /pdb:testHTML.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [79/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testlimits.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testlimits.dir\testlimits.c.obj  /out:testlimits.exe /implib:testlimits.lib /pdb:testlimits.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [80/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testModule.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testModule.dir\testModule.c.obj  /out:testModule.exe /implib:testModule.lib /pdb:testModule.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [81/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testapi.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testapi.dir\testapi.c.obj  /out:testapi.exe /implib:testapi.lib /pdb:testapi.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [82/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testReader.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testReader.dir\testReader.c.obj  /out:testReader.exe /implib:testReader.lib /pdb:testReader.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [83/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testrecurse.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testrecurse.dir\testrecurse.c.obj  /out:testrecurse.exe /implib:testrecurse.lib /pdb:testrecurse.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [84/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testRegexp.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testRegexp.dir\testRegexp.c.obj  /out:testRegexp.exe /implib:testRegexp.lib /pdb:testRegexp.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [85/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testRelax.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testRelax.dir\testRelax.c.obj  /out:testRelax.exe /implib:testRelax.lib /pdb:testRelax.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [86/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testSAX.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testSAX.dir\testSAX.c.obj  /out:testSAX.exe /implib:testSAX.lib /pdb:testSAX.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [87/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testURI.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testURI.dir\testURI.c.obj  /out:testURI.exe /implib:testURI.lib /pdb:testURI.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [88/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testSchemas.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testSchemas.dir\testSchemas.c.obj  /out:testSchemas.exe /implib:testSchemas.lib /pdb:testSchemas.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [89/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testXPath.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testXPath.dir\testXPath.c.obj  /out:testXPath.exe /implib:testXPath.lib /pdb:testXPath.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [90/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\runtest.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\runtest.dir\runtest.c.obj  /out:runtest.exe /implib:runtest.lib /pdb:runtest.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
  [91/91] C:\Windows\system32\cmd.exe /C "cd . && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\testThreads.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100220~1.0\x86\mt.exe --manifests  -- C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\link.exe  CMakeFiles\testThreads.dir\testThreads.c.obj  /out:testThreads.exe /implib:testThreads.lib /pdb:testThreads.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console  libxml2s.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."


  [99/226] No install step for 'external.libxml2'
  [100/226] Completed 'external.libxml2'
  [101/226] Building C object c\shared\source\CMakeFiles\absfont.dir\absfont\absfont_desc.c.obj
  [102/226] Building C object c\shared\source\CMakeFiles\absfont.dir\absfont\absfont_afm.c.obj
  [103/226] Building C object c\shared\source\CMakeFiles\absfont.dir\absfont\absfont_compare.c.obj
  [104/226] Building C object c\shared\source\CMakeFiles\absfont.dir\absfont\absfont_draw.c.obj
  [105/226] Building C object c\shared\source\CMakeFiles\absfont.dir\absfont\absfont.c.obj
  [106/226] Building C object c\shared\source\CMakeFiles\absfont.dir\absfont\absfont_dump.c.obj
  [107/226] Building C object c\shared\source\CMakeFiles\absfont.dir\absfont\absfont_metrics.c.obj
  [108/226] Building C object c\shared\source\CMakeFiles\cffwrite.dir\cffwrite\cffwrite_charset.c.obj
  [109/226] Building C object c\shared\source\CMakeFiles\absfont.dir\absfont\absfont_path.c.obj
  [110/226] Building C object c\shared\source\CMakeFiles\cfembed.dir\cfembed\cfembed.c.obj
  [111/226] Building C object c\shared\source\CMakeFiles\cffwrite.dir\cffwrite\cffwrite.c.obj
  [112/226] Linking C static library c\shared\source\cfembed.lib
  [113/226] Building C object c\shared\source\CMakeFiles\cffwrite.dir\cffwrite\cffwrite_dict.c.obj
  [114/226] Building C object c\shared\source\CMakeFiles\cffread.dir\cffread\cffread.c.obj
  [115/226] Building C object c\shared\source\CMakeFiles\cffwrite.dir\cffwrite\cffwrite_encoding.c.obj
  [116/226] Linking C static library c\shared\source\absfont.lib
  [117/226] Building C object c\shared\source\CMakeFiles\cffwrite.dir\cffwrite\cffwrite_sindex.c.obj
  [118/226] Building C object c\shared\source\CMakeFiles\cffwrite.dir\cffwrite\cffwrite_fdselect.c.obj
  [119/226] Linking C static library c\shared\source\cffread.lib
  [120/226] Building C object c\shared\source\CMakeFiles\cffwrite.dir\cffwrite\cffwrite_subr.c.obj
  [121/226] Building C object c\shared\source\CMakeFiles\cffwrite.dir\cffwrite\cffwrite_t2cstr.c.obj
  [122/226] Building C object c\shared\source\CMakeFiles\ctutil.dir\ctutil\ctutil.c.obj
  [123/226] Building C object c\shared\source\CMakeFiles\cffwrite.dir\cffwrite\cffwrite_varstore.c.obj
  [124/226] Building C object c\shared\source\CMakeFiles\dynarr.dir\dynarr\dynarr.c.obj
  [125/226] Building C object c\shared\source\CMakeFiles\nameread.dir\nameread\nameread.c.obj
  [126/226] Building C object c\shared\source\CMakeFiles\pdfwrite.dir\pdfwrite\pdfwrite.c.obj
  [127/226] Linking C static library c\shared\source\cffwrite.lib
  [128/226] Linking C static library c\shared\source\ctutil.lib
  [129/226] Linking C static library c\shared\source\pdfwrite.lib
  [130/226] Linking C static library c\shared\source\nameread.lib
  [131/226] Building C object c\shared\source\CMakeFiles\pstoken.dir\pstoken\pstoken.c.obj
  [132/226] Linking C static library c\shared\source\dynarr.lib
  [133/226] Building C object c\shared\source\CMakeFiles\sfntread.dir\sfntread\sfntread.c.obj
  [134/226] Building C object c\shared\source\CMakeFiles\sfntwrite.dir\sfntwrite\sfntwrite.c.obj
  [135/226] Building C object c\shared\source\CMakeFiles\sha1.dir\sha1\sha1.c.obj
  [136/226] Building C object c\shared\source\CMakeFiles\support.dir\support\canthappen.c.obj
  [137/226] Linking C static library c\shared\source\pstoken.lib
  [138/226] Linking C static library c\shared\source\sfntread.lib
  [139/226] Linking C static library c\shared\source\sha1.lib
  [140/226] Building C object c\shared\source\CMakeFiles\support.dir\support\except.c.obj
  [141/226] Linking C static library c\shared\source\sfntwrite.lib
  [142/226] Building C object c\shared\source\CMakeFiles\support.dir\support\fixed.c.obj
  [143/226] Building C object c\shared\source\CMakeFiles\svgwrite.dir\svgwrite\svgwrite.c.obj
  [144/226] Building C object c\shared\source\CMakeFiles\svread.dir\svread\svread.c.obj
  [145/226] Linking C static library c\shared\source\support.lib
  [146/226] Linking C static library c\shared\source\svgwrite.lib
  [147/226] Building C object c\shared\source\CMakeFiles\t1read.dir\t1read\t1read.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\shared\source\t1read\t1read.c(348) : warning C4715: 'getString': not all control paths return a value
  [148/226] Linking C static library c\shared\source\svread.lib
  [149/226] Building C object c\shared\source\CMakeFiles\t1cstr.dir\t1cstr\t1cstr.c.obj
  [150/226] Linking C static library c\shared\source\t1read.lib
  [151/226] Building C object c\shared\source\CMakeFiles\t1write.dir\t1write\t1write.c.obj
  [152/226] Linking C static library c\shared\source\t1cstr.lib
  [153/226] Linking C static library c\shared\source\t1write.lib
  [154/226] Building C object c\shared\source\CMakeFiles\ttread.dir\ttread\ttread.c.obj
  [155/226] Building C object c\shared\source\CMakeFiles\uforead.dir\uforead\uforead.c.obj
  [156/226] Building C object c\shared\source\CMakeFiles\t2cstr.dir\t2cstr\t2cstr.c.obj
  [157/226] Linking C static library c\shared\source\ttread.lib
  [158/226] Building C object c\shared\source\CMakeFiles\tx_shared.dir\tx_shared\tx_shared.c.obj
  [159/226] Building C object c\shared\source\CMakeFiles\ufowrite.dir\ufowrite\ufowrite.c.obj
  [160/226] Linking C static library c\shared\source\t2cstr.lib
  [161/226] Building C object c\shared\source\CMakeFiles\varread.dir\varread\varread.c.obj
  [162/226] Linking C static library c\shared\source\uforead.lib
  [163/226] Linking C static library c\shared\source\ufowrite.lib
  [164/226] Linking C static library c\shared\source\varread.lib
  [165/226] Building C object c\mergefonts\source\CMakeFiles\mergefonts.dir\mergeFonts.c.obj
  [166/226] Building C object c\makeotf\lib\pstoken\CMakeFiles\makeotf_pstoken.dir\pstoken.c.obj
  [167/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\charset.c.obj
  [168/226] Linking C static library c\shared\source\tx_shared.lib
  [169/226] Building C object c\tx\source\CMakeFiles\tx.dir\tx.c.obj
  [170/226] Linking C static library c\makeotf\lib\pstoken\makeotf_pstoken.lib
  [171/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\cs.c.obj
  [172/226] Building C object c\rotatefont\source\CMakeFiles\rotatefont.dir\rotateFont.c.obj
  [173/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\dict.c.obj
  [174/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\encoding.c.obj
  [175/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\fdselect.c.obj
  [176/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\parse.c.obj
  [177/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\recode.c.obj
  [178/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\sindex.c.obj
  [179/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\t13.c.obj
  [180/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\tc.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\makeotf\lib\typecomp\tc.c(487): warning C4477: 'sprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 4 has type 'size_t'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\makeotf\lib\typecomp\tc.c(487): note: consider using '%zu' in the format string
  [181/226] Building C object c\makeotf\lib\typecomp\CMakeFiles\typecomp.dir\subr.c.obj
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\makeotf\lib\typecomp\subr.c(3195): warning C4311: 'type cast': pointer truncation from 'Node *' to 'unsigned long'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\makeotf\lib\typecomp\subr.c(3201): warning C4311: 'type cast': pointer truncation from 'Edge *' to 'unsigned long'
  C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\c\makeotf\lib\typecomp\subr.c(3207): warning C4311: 'type cast': pointer truncation from 'Node *' to 'unsigned long'
  [182/226] Linking C static library c\makeotf\lib\typecomp\typecomp.lib
  [183/226] Linking C executable bin\tx.exe
  [184/226] Linking C executable bin\mergefonts.exe
  [185/226] Linking C executable bin\rotatefont.exe
  [186/226] Performing build_static step for 'antlr4_runtime'
  FAILED: a4/src/antlr4_runtime-stamp/antlr4_runtime-build_static a4/src/a4/runtime/Cpp/dist/antlr4-runtime-static.lib C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/antlr4_runtime-stamp/antlr4_runtime-build_static C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/dist/antlr4-runtime-static.lib
  C:\Windows\system32\cmd.exe /C "cd /D C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\a4\src\a4\runtime\Cpp && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe --build . --target antlr4_static && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E touch C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/antlr4_runtime-stamp/antlr4_runtime-build_static"
  [1/158] C:\Windows\system32\cmd.exe /C "cd /D C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\a4\src\a4\runtime\Cpp\runtime && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E make_directory C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/dist"
  [2/158] Creating directories for 'utf8cpp'
  [3/158] Performing download step (git clone) for 'utf8cpp'
  Cloning into 'utfcpp'...
  HEAD is now at 944ef05 Merge pull request #55 from Flamefire/disable_tests_for_subproject
  Submodule 'extern/gtest' (https://github.com/google/googletest) registered for path 'extern/gtest'
  Cloning into '/c/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/thirdparty/utfcpp/extern/gtest'...
  Submodule path 'extern/gtest': checked out '2fe3bd994b3189899d93f1d5a881e725e046fdc2'
  [4/158] Performing disconnected update step for 'utf8cpp'
  [5/158] No patch_disconnected step for 'utf8cpp'
  [6/158] Performing configure step for 'utf8cpp'
  FAILED: runtime/utf8cpp-prefix/src/utf8cpp-stamp/utf8cpp-configure C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/utf8cpp-prefix/src/utf8cpp-stamp/utf8cpp-configure
  C:\Windows\system32\cmd.exe /C "cd /D C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\a4\src\a4\runtime\Cpp\runtime\utf8cpp-prefix\src\utf8cpp-build && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -DCMAKE_INSTALL_PREFIX=C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/thirdparty/utfcpp/install -DUTF8_TESTS=off -DUTF8_SAMPLES=off -GNinja -S C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/thirdparty/utfcpp -B C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/utf8cpp-prefix/src/utf8cpp-build && C:\t\pip-build-env-u8f64d_2\normal\lib\python3.11\site-packages\cmake\data\bin\cmake.exe -E touch C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/utf8cpp-prefix/src/utf8cpp-stamp/utf8cpp-configure"
  CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
    Compatibility with CMake < 3.5 will be removed from a future version of
    CMake.

    Update the VERSION argument <min> value or use a ...<max> suffix to tell
    CMake that the project does not need compatibility with older versions.


  -- The CXX compiler identification is MSVC 19.29.30148.0
  -- Detecting CXX compiler ABI info
  CMake Warning in C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/utf8cpp-prefix/src/utf8cpp-build/CMakeFiles/CMakeScratch/TryCompile-9dlm37/CMakeLists.txt:
    The object file directory

      C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/utf8cpp-prefix/src/utf8cpp-build/CMakeFiles/CMakeScratch/TryCompile-9dlm37/CMakeFiles/cmTC_8635d.dir/./

    has 254 characters.  The maximum full path to an object file is 250
    characters (see CMAKE_OBJECT_PATH_MAX).  Object file

      CMakeCXXCompilerABI.cpp.obj

    cannot be safely placed under this directory.  The build may not work
    correctly.


  -- Detecting CXX compiler ABI info - failed
  -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe
  CMake Warning in C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/utf8cpp-prefix/src/utf8cpp-build/CMakeFiles/CMakeScratch/TryCompile-7v4wii/CMakeLists.txt:
    The object file directory

      C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/utf8cpp-prefix/src/utf8cpp-build/CMakeFiles/CMakeScratch/TryCompile-7v4wii/CMakeFiles/cmTC_c98bc.dir/./

    has 254 characters.  The maximum full path to an object file is 250
    characters (see CMAKE_OBJECT_PATH_MAX).  Object file

      testCXXCompiler.cxx.obj

    cannot be safely placed under this directory.  The build may not work
    correctly.


  -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe - broken
  CMake Error at C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/cmake/data/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:60 (message):
    The C++ compiler

      "C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx86/x64/cl.exe"

    is not able to compile a simple test program.

    It fails with the following output:

      Change Dir: 'C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build/a4/src/a4/runtime/Cpp/runtime/utf8cpp-prefix/src/utf8cpp-build/CMakeFiles/CMakeScratch/TryCompile-7v4wii'

      Run Build Command(s): C:/t/pip-build-env-u8f64d_2/normal/bin/ninja.exe -v cmTC_c98bc
      [1/2] C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe  /nologo /TP   /DWIN32 /D_WINDOWS /W3 /GR /EHsc  /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\cmTC_c98bc.dir\testCXXCompiler.cxx.obj /FdCMakeFiles\cmTC_c98bc.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\a4\src\a4\runtime\Cpp\runtime\utf8cpp-prefix\src\utf8cpp-build\CMakeFiles\CMakeScratch\TryCompile-7v4wii\testCXXCompiler.cxx
      FAILED: CMakeFiles/cmTC_c98bc.dir/testCXXCompiler.cxx.obj
      C:\PROGRA~2\MICROS~3\2019\BUILDT~1\VC\Tools\MSVC\1429~1.301\bin\Hostx86\x64\cl.exe  /nologo /TP   /DWIN32 /D_WINDOWS /W3 /GR /EHsc  /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\cmTC_c98bc.dir\testCXXCompiler.cxx.obj /FdCMakeFiles\cmTC_c98bc.dir\ /FS -c C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\a4\src\a4\runtime\Cpp\runtime\utf8cpp-prefix\src\utf8cpp-build\CMakeFiles\CMakeScratch\TryCompile-7v4wii\testCXXCompiler.cxx
      C:\t\pip-install-wlnh8rh9\cffsubr_d5e88afbf6cd40cc99d4f6635ff93370\external\afdko\_skbuild\mingw_x86_64-3.11\cmake-build\a4\src\a4\runtime\Cpp\runtime\utf8cpp-prefix\src\utf8cpp-build\CMakeFiles\CMakeScratch\TryCompile-7v4wii\testCXXCompiler.cxx: fatal error C1041: cannot open program database 'CMakeFiles\cmTC_c98bc.dir\vc140.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS


      ninja: build stopped: subcommand failed.












    CMake will not be able to correctly generate this project.

  Call Stack (most recent call first):

    CMakeLists.txt:2 (project)





  -- Configuring incomplete, errors occurred!

  ninja: build stopped: subcommand failed.

  ninja: build stopped: subcommand failed.
  Traceback (most recent call last):
    File "C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/skbuild/setuptools_wrap.py", line 674, in setup
      cmkr.make(make_args, install_target=cmake_install_target, env=env)
    File "C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/skbuild/cmaker.py", line 697, in make
      self.make_impl(clargs=clargs, config=config, source_dir=source_dir, install_target=install_target, env=env)
    File "C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/skbuild/cmaker.py", line 742, in make_impl
      raise SKBuildError(msg)

  An error occurred while building with CMake.
    Command:
      C:/t/pip-build-env-u8f64d_2/normal/lib/python3.11/site-packages/cmake/data/bin/cmake --build . --target install --config Release --
    Install target:
      install
    Source directory:
      C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko
    Working directory:
      C:/t/pip-install-wlnh8rh9/cffsubr_d5e88afbf6cd40cc99d4f6635ff93370/external/afdko/_skbuild/mingw_x86_64-3.11/cmake-build
  Please check the install target is valid and see CMake's output for more information.

  error: running 'D:/dev/msys64/mingw64/bin/python3.exe setup.py build --build-scripts build/bin' command failed
  error: subprocess-exited-with-error

  × Building wheel for cffsubr (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> See above for output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant