Skip to content

[pkgconf] Build error on x64-windows #42274

Closed as not planned
Closed as not planned
@lzl6201

Description

Package: pkgconf:x64-windows@2.3.0

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.39.33523.0
  • vcpkg-tool version: 2024-11-12-eb492805e92a2c14a230f5c3deb3e89f6771c321
    vcpkg-scripts version: 8349779 2024-11-20 (11 hours ago)

To Reproduce

vcpkg install libmicrohttpd

Failure logs

-- Found Python version '3.12.7 at F:/Unsafe_act/vcpkg/downloads/tools/python/python-3.12.7-x64/python.exe'
-- Using meson: F:/Unsafe_act/vcpkg/downloads/tools/meson-1.6.0-ac58a9/meson.py
-- Using cached pkgconf-pkgconf-pkgconf-2.3.0.tar.gz.
-- Cleaning sources at F:/Unsafe_act/vcpkg/buildtrees/pkgconf/src/conf-2.3.0-07e4a066bf.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source F:/Unsafe_act/vcpkg/downloads/pkgconf-pkgconf-pkgconf-2.3.0.tar.gz
-- Using source at F:/Unsafe_act/vcpkg/buildtrees/pkgconf/src/conf-2.3.0-07e4a066bf.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows-dbg
-- Getting CMake variables for x64-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: F:/Unsafe_act/vcpkg/downloads/tools/python/python-3.12.7-x64/python.exe -I F:/Unsafe_act/vcpkg/downloads/tools/meson-1.6.0-ac58a9/meson.py setup -Dtests=disabled --backend ninja --wrap-mode nodownload -Doptimization=plain --native F:/Unsafe_act/vcpkg/buildtrees/pkgconf/meson-x64-windows-dbg.log --libdir lib --pkgconfig.relocatable -Ddebug=true --prefix F:/Unsafe_act/vcpkg/packages/pkgconf_x64-windows/debug --includedir ../include --pkg-config-path ['F:/Unsafe_act/vcpkg/installed/x64-windows/debug/lib/pkgconfig','F:/Unsafe_act/vcpkg/installed/x64-windows/share/pkgconfig'] -Dcmake_prefix_path=['F:/Unsafe_act/vcpkg/installed/x64-windows/debug','F:/Unsafe_act/vcpkg/installed/x64-windows','F:/Unsafe_act/vcpkg/installed/x64-windows/share'] F:/Unsafe_act/vcpkg/buildtrees/pkgconf/src/conf-2.3.0-07e4a066bf.clean
    Working Directory: F:/Unsafe_act/vcpkg/buildtrees/pkgconf/x64-windows-dbg
    Error code: 1
    See logs for more information:
      F:\Unsafe_act\vcpkg\buildtrees\pkgconf\config-x64-windows-dbg-meson-log.txt.log
      F:\Unsafe_act\vcpkg\buildtrees\pkgconf\config-x64-windows-dbg-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-tool-meson/vcpkg_configure_meson.cmake:468 (vcpkg_execute_required_process)
  ports/pkgconf/portfile.cmake:9 (vcpkg_configure_meson)
  scripts/ports.cmake:196 (include)



F:\Unsafe_act\vcpkg\buildtrees\pkgconf\config-x64-windows-dbg-out.log
The Meson build system
Version: 1.6.0
Source dir: F:\Unsafe_act\vcpkg\buildtrees\pkgconf\src\conf-2.3.0-07e4a066bf.clean
Build dir: F:\Unsafe_act\vcpkg\buildtrees\pkgconf\x64-windows-dbg
Build type: native build
Project name: pkgconf
Project version: 2.3.0

..\src\conf-2.3.0-07e4a066bf.clean\meson.build:1:0: ERROR: Compiler D:/vs2022_packages/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe -DWIN32 -D_WINDOWS -utf-8 -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 cannot compile programs.

A full log can be found at F:\Unsafe_act\vcpkg\buildtrees\pkgconf\x64-windows-dbg\meson-logs\meson-log.txt
F:\Unsafe_act\vcpkg\buildtrees\pkgconf\config-x64-windows-dbg-meson-log.txt.log
Build started at 2024-11-21T13:25:27.849022
Main binary: F:\Unsafe_act\vcpkg\downloads\tools\python\python-3.12.7-x64\python.exe
Build Options: -Dtests=disabled -Doptimization=plain -Ddebug=true '-Dcmake_prefix_path=['"'"'F:/Unsafe_act/vcpkg/installed/x64-windows/debug'"'"','"'"'F:/Unsafe_act/vcpkg/installed/x64-windows'"'"','"'"'F:/Unsafe_act/vcpkg/installed/x64-windows/share'"'"']' -Dprefix=F:/Unsafe_act/vcpkg/packages/pkgconf_x64-windows/debug -Dincludedir=../include -Dlibdir=lib -Dbackend=ninja -Dwrap_mode=nodownload -Dpkgconfig.relocatable=True '-Dpkg_config_path=['"'"'F:/Unsafe_act/vcpkg/installed/x64-windows/debug/lib/pkgconfig'"'"','"'"'F:/Unsafe_act/vcpkg/installed/x64-windows/share/pkgconfig'"'"']' --native-file=F:/Unsafe_act/vcpkg/buildtrees/pkgconf/meson-x64-windows-dbg.log
Python system: Windows
The Meson build system
Version: 1.6.0
Source dir: F:\Unsafe_act\vcpkg\buildtrees\pkgconf\src\conf-2.3.0-07e4a066bf.clean
Build dir: F:\Unsafe_act\vcpkg\buildtrees\pkgconf\x64-windows-dbg
Build type: native build
Project name: pkgconf
Project version: 2.3.0
-----------
Detecting compiler via: `D:/vs2022_packages/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe -DWIN32 -D_WINDOWS -utf-8 -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 /?` -> 0
stdout:
C/C++ COMPILER OPTIONS


                              -OPTIMIZATION-

/O1 maximum optimizations (favor space) /O2 maximum optimizations (favor speed)
/Ob<n> inline expansion (default n=0)   /Od disable optimizations (default)
/Og enable global optimization          /Oi[-] enable intrinsic functions
/Os favor code space                    /Ot favor code speed
/Ox optimizations (favor speed)         
/favor:<blend|AMD64|INTEL64|ATOM> select processor to optimize for, one of:
    blend - a combination of optimizations for several different x64 processors
    AMD64 - 64-bit AMD processors
    INTEL64 - Intel(R)64 architecture processors
    ATOM - Intel(R) Atom(TM) processors

                             -CODE GENERATION-

/Gu[-] ensure distinct functions have distinct addresses
/Gw[-] separate global variables for linker
/GF enable read-only string pooling     /Gm[-] enable minimal rebuild
/Gy[-] separate functions for linker    /GS[-] enable security checks
/GR[-] enable C++ RTTI                  /GX[-] enable C++ EH (same as /EHsc)
/guard:cf[-] enable CFG (control flow guard)
/guard:ehcont[-] enable EH continuation metadata (CET)
/EHs enable C++ EH (no SEH exceptions)  /EHa enable C++ EH (w/ SEH exceptions)
/EHc extern "C" defaults to nothrow     
/EHr always generate noexcept runtime termination checks
/fp:<contract|except[-]|fast|precise|strict> choose floating-point model:
    contract - consider floating-point contractions when generating code
    except[-] - consider floating-point exceptions when generating code
    fast - "fast" floating-point model; results are less predictable
    precise - "precise" floating-point model; results are predictable
    strict - "strict" floating-point model (implies /fp:except)
/Qfast_transcendentals generate inline FP intrinsics even with /fp:except
/Qspectre[-] enable mitigations for CVE 2017-5753
/Qpar[-] enable parallel code generation
/Qpar-report:1 auto-parallelizer diagnostic; indicate parallelized loops
/Qpar-report:2 auto-parallelizer diagnostic; indicate loops not parallelized
/Qvec-report:1 auto-vectorizer diagnostic; indicate vectorized loops
/Qvec-report:2 auto-vectorizer diagnostic; indicate loops not vectorized
/GL[-] enable link-time code generation 
/volatile:<iso|ms> choose volatile model:
    iso - Acquire/release semantics not guaranteed on volatile accesses
    ms  - Acquire/release semantics guaranteed on volatile accesses
/GA optimize for Windows Application    /Ge force stack checking for all funcs
/Gs[num] control stack checking calls   /Gh enable _penter function call
/GH enable _pexit function call         /GT generate fiber-safe TLS accesses
/RTC1 Enable fast checks (/RTCsu)       /RTCc Convert to smaller type checks
/RTCs Stack Frame runtime checking      /RTCu Uninitialized local usage checks
/clr[:option] compile for common language runtime, where option is:
    pure : produce IL-only output file (no native executable code)
    safe : produce IL-only verifiable output file
    netcore : produce assemblies targeting .NET Core runtime
    noAssembly : do not produce an assembly
    nostdlib : ignore the system .NET framework directory when searching for assemblies
    nostdimport : do not import any required assemblies implicitly
    initialAppDomain : enable initial AppDomain behavior of Visual C++ 2002
    implicitKeepAlive- : turn off implicit emission of System::GC::KeepAlive(this)
/fsanitize=address Enable address sanitizer codegen
/homeparams Force parameters passed in registers to be written to the stack
/GZ Enable stack checks (/RTCs)         /Gv __vectorcall calling convention
/arch:<AVX|AVX2|AVX512> minimum CPU architecture requirements, one of:
   AVX - enable use of instructions available with AVX-enabled CPUs
   AVX2 - enable use of instructions available with AVX2-enabled CPUs
   AVX512 - enable use of instructions available with AVX-512-enabled CPUs
/QIntel-jcc-erratum enable mitigations for Intel JCC erratum
/Qspectre-load Enable spectre mitigations for all instructions which load memory
/Qspectre-load-cf Enable spectre mitigations for all control-flow instructions which load memory
/Qspectre-jmp[-] Enable spectre mitigations for unconditional jump instructions
/fpcvt:<IA|BC> FP to unsigned integer conversion compatibility
   IA - results compatible with VCVTTSD2USI instruction
   BC - results compatible with VS2017 and earlier compiler
/jumptablerdata Place jump tables for switch case statements in .rdata section

                              -OUTPUT FILES-

/Fa[file] name assembly listing file    /FA[scu] configure assembly listing
/Fd[file] name .PDB file                /Fe<file> name executable file
/Fm[file] name map file                 /Fo<file> name object file
/Fp<file> name precompiled header file  /Fr[file] name source browser file
/FR[file] name extended .SBR file       /Fi[file] name preprocessed file
/Fd: <file> name .PDB file              /Fe: <file> name executable file
/Fm: <file> name map file               /Fo: <file> name object file
/Fp: <file> name .PCH file              /FR: <file> name extended .SBR file
/Fi: <file> name preprocessed file      
/Ft<dir> location of the header files generated for #import
/doc[file] process XML documentation comments and optionally name the .xdc file

                              -PREPROCESSOR-

/AI<dir> add to assembly search path    /FU<file> import .NET assembly/module
/FU:asFriend<file> import .NET assembly/module as friend
/C don't strip comments                 /D<name>{=|#}<text> define macro
/E preprocess to stdout                 /EP preprocess to stdout, no #line
/P preprocess to file                   /Fx merge injected code to file
/FI<file> name forced include file      /U<name> remove predefined macro
/u remove all predefined macros         /I<dir> add to include search path
/X ignore "standard places"             
/PH generate #pragma file_hash when preprocessing
/PD print all macro definitions         

                                -LANGUAGE-

/std:<c++14|c++17|c++20|c++latest> C++ standard version
    c++14 - ISO/IEC 14882:2014 (default)
    c++17 - ISO/IEC 14882:2017
    c++20 - ISO/IEC 14882:2020
    c++latest - latest draft standard (feature set subject to change)
/std:<c11|c17|clatest> C standard version
    c11 - ISO/IEC 9899:2011
    c17 - ISO/IEC 9899:2018
    clatest - latest draft standard (feature set subject to change)
/permissive[-] enable some nonconforming code to compile
               (feature set subject to change) (off by default in C++20 and later)
/Ze (deprecated) enable extensions (default)
/Za disable extensions (not recommended for C++)
/ZW enable WinRT language extensions    /Zs syntax check only
/await enable resumable functions extension
/await:strict enable standard C++20 coroutine support with earlier language versions
/constexpr:depth<N>     recursion depth limit for constexpr evaluation (default: 512)
/constexpr:backtrace<N> show N constexpr evaluations in diagnostics (default: 10)
/constexpr:steps<N>     terminate constexpr evaluation after N steps (default: 1048576)
/Zi enable debugging information        /Z7 enable old-style debug info
/Zo[-] generate richer debugging information for optimized code (on by default)
/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)
/Zp[n] pack structs on n-byte boundary  /Zl omit default library name in .OBJ
/vd{0|1|2} disable/enable vtordisp      /vm<x> type of pointers to members
/Zc:arg1[,arg2] language conformance, where arguments can be:
  forScope[-]           enforce Standard C++ for scoping rules
  wchar_t[-]            wchar_t is the native type, not a typedef
  auto[-]               enforce the new Standard C++ meaning for auto
  trigraphs[-]          enable trigraphs (off by default)
  rvalueCast[-]         enforce Standard C++ explicit type conversion rules
                        (on by default in C++20 or later, implied by /permissive-)
  strictStrings[-]      disable string-literal to [char|wchar_t]*
                        conversion (on by default in C++20 or later, implied by /permissive-)
  implicitNoexcept[-]   enable implicit noexcept on required functions
  threadSafeInit[-]     enable thread-safe local static initialization
  inline[-]             remove unreferenced function or data if it is
                        COMDAT or has internal linkage only (off by default)
  sizedDealloc[-]       enable C++14 global sized deallocation
                        functions (on by default)
  throwingNew[-]        assume operator new throws on failure (off by default)
  referenceBinding[-]   a temporary will not bind to a non-const
                        lvalue reference (on by default in C++20 or later, implied by /permissive-)
  twoPhase-             disable two-phase name lookup
  ternary[-]            enforce C++11 rules for conditional operator
                        (on by default in C++20 or later, implied by /permissive-)
  noexceptTypes[-]      enforce C++17 noexcept rules (on by default in C++17 or later)
  alignedNew[-]         enable C++17 alignment of dynamically allocated objects (on by default)
  hiddenFriend[-]       enforce Standard C++ hidden friend rules
                        (on by default in C++20 or later, implied by /permissive-)
  externC[-]            enforce Standard C++ rules for 'extern "C"' functions
                        (on by default in C++20 or later, implied by /permissive-)
  lambda[-]             better lambda support by using the newer lambda processor
                        (on by default in C++20 or later, implied by /permissive-)
  tlsGuards[-]          generate runtime checks for TLS variable initialization (on by default)
  zeroSizeArrayNew[-]   call member new/delete for 0-size arrays of objects (on by default)
  static_assert[-]      strict handling of 'static_assert' (on by default in C++20 or later,
                        implied by /permissive-)
  gotoScope[-]          cannot jump past the initialization of a variable (implied by /permissive-)
  templateScope[-]      enforce Standard C++ template parameter shadowing rules
  enumTypes[-]          enable Standard C++ underlying enum types (off by default)
  checkGwOdr[-]         enforce Standard C++ one definition rule violations
                        when /Gw has been enabled (off by default)
  nrvo[-]               enable optional copy and move elision (on by default in C++20 or later,
                        implied by /permissive- or /O2)
  __STDC__              define __STDC__ to 1 in C
  __cplusplus[-]        __cplusplus macro reports the supported C++ standard (off by default)
  char8_t[-]            enable C++20 native `u8` literal support as `const char8_t`
                        (on by default in C++20 or later)
  externConstexpr[-]    enable external linkage for constexpr variables in C++
                        (on by default in C++20 or later, implied by /permissive-)
  preprocessor[-]       enable standard conforming preprocessor in C/C++
                        (on by default in C11 or later)
/ZI enable Edit and Continue debug info 
/openmp enable OpenMP 2.0 language extensions
/openmp:experimental enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions
/openmp:llvm OpenMP language extensions using LLVM runtime

                              -MISCELLANEOUS-

@<file> options response file           /?, /help print this help message
/bigobj generate extended object format /c compile only, no link
/errorReport:option deprecated. Report internal compiler errors to Microsoft
    none - do not send report
    prompt - prompt to immediately send report
    queue - at next admin logon, prompt to send report (default)
    send - send report automatically
/FC use full pathnames in diagnostics   /H<num> max external name length
/J default char type is unsigned        
/MP[n] use up to 'n' processes for compilation
/nologo suppress copyright message      /showIncludes show include file names
/Tc<source file> compile file as .c     /Tp<source file> compile file as .cpp
/TC compile all files as .c             /TP compile all files as .cpp
/V<string> set version string           /Yc[file] create .PCH file
/Yd put debug info in every .OBJ        /Yl[sym] inject .PCH ref for debug lib
/Yu[file] use .PCH file                 /Y- disable all PCH options
/Zm<n> max memory alloc (% of default)  /FS force to use MSPDBSRV.EXE
/source-charset:<iana-name>|.nnnn set source character set
/execution-charset:<iana-name>|.nnnn set execution character set
/utf-8 set source and execution character set to UTF-8
/validate-charset[-] validate UTF-8 files for only legal characters
/fastfail[-] enable fast-fail mode      /JMC[-] enable native just my code
/presetPadding[-] zero initialize padding for stack based class types
/volatileMetadata[-] generate metadata on volatile memory accesses
/sourcelink [file] file containing source link information

                                -LINKING-

/LD Create .DLL                         /LDd Create .DLL debug library
/LN Create a .netmodule                 /F<num> set stack size
/link [linker options and libraries]    /MD link with MSVCRT.LIB
/MT link with LIBCMT.LIB                /MDd link with MSVCRTD.LIB debug lib
/MTd link with LIBCMTD.LIB debug lib    

                              -CODE ANALYSIS-

/analyze[-] Enable native analysis      /analyze:quiet[-] No warning to console
/analyze:log<name> Warnings to file     /analyze:autolog Log to *.pftlog
/analyze:autolog:ext<ext> Log to *.<ext>/analyze:autolog- No log file
/analyze:WX- Warnings not fatal         /analyze:stacksize<num> Max stack frame
/analyze:max_paths<num> Max paths       /analyze:only Analyze, no code gen

                              -DIAGNOSTICS-

/diagnostics:<args,...> controls the format of diagnostic messages:
             classic   - retains prior format
             column[-] - prints column information
             caret[-]  - prints column and the indicated line of source
/Wall enable all warnings               /w   disable all warnings
/W<n> set warning level (default n=1)   
/Wv:xx[.yy[.zzzzz]] disable warnings introduced after version xx.yy.zzzzz
/WX treat warnings as errors            /WL enable one line diagnostics
/wd<n> disable warning n                /we<n> treat warning n as an error
/wo<n> issue warning n once             /w<l><n> set warning level 1-4 for n
/external:I <path>      - location of external headers
/external:env:<var>     - environment variable with locations of external headers
/external:anglebrackets - treat all headers included via <> as external
/external:W<n>          - warning level for external headers
/external:templates[-]  - evaluate warning level across template instantiation chain
/sdl enable additional security features and warnings
/options:strict unrecognized compiler options are an error
-----------
stderr:
Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33523 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.
-----------
Sanity testing C compiler: D:/vs2022_packages/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe -DWIN32 -D_WINDOWS -utf-8 -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1
Is cross compiler: False.
Sanity check compiler command line: D:/vs2022_packages/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe -DWIN32 -D_WINDOWS -utf-8 -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 sanitycheckc.c /Fesanitycheckc.exe /MDd -nologo -DWIN32 -D_WINDOWS -utf-8 -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -IF:/Unsafe_act/vcpkg/installed/x64-windows/include /nologo /showIncludes /utf-8 /link -machine:x64 -debug -INCREMENTAL /LIBPATH:F:/Unsafe_act/vcpkg/installed/x64-windows/debug/lib
Sanity check compile stdout:
sanitycheckc.c
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x13 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x16 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x24 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x36 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x38 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x39 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x3d that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x42 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x43 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x47 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x48 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x4a that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x4b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x4c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x4d that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x50 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x52 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x56 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x5b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x60 that is illegal in the current source character set (codepage 65001).
...
Skipped 1258 lines
...
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d1c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d1d that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d22 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d24 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d30 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d39 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d3c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d3d that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d42 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d45 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d47 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d49 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d4e that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d50 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d53 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d56 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d59 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d5d that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d60 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d64 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d66 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d6a that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d71 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d73 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d79 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d7c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d7d that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d7e that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d86 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d88 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d8c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d92 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d96 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d98 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d9b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1d9e that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1da1 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1da7 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1daa that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dac that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1db0 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1db1 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dba that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dbc that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dbe that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dbf that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dc1 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dc2 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dc7 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dcd that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dd2 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dd3 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dd5 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dd7 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ddb that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dde that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1de0 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1de2 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1de4 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1de9 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1deb that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dec that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ded that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1def that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1df1 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1df2 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1df8 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dfb that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1dfd that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e00 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e01 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e03 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e05 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e06 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e08 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e09 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e0b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e0c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e0e that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e10 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e11 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e15 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e16 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e18 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e1b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e1e that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e21 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e23 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e27 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e2b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e2f that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e33 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e37 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e3b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e3f that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e41 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e43 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e4a that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e4b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e52 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e55 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e58 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e5b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e5c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e5f that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e61 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e67 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e68 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e69 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e70 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e73 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e75 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e76 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e79 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e7a that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e7c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e85 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e92 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e95 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e97 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1e9e that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ea1 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ea5 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ea9 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1eaa that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1eb2 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1eb5 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1eb6 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1eb7 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1eb8 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1eba that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ebb that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ebe that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ec1 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ec6 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ec9 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1eca that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ece that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ed0 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ed5 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ed9 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1eda that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1edb that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1edc that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1edd that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1edf that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ee4 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ee5 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ee8 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ee9 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1eec that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ef0 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ef1 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ef2 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ef5 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ef6 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ef8 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1efb that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1efe that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f02 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f05 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f07 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f0d that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f11 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f12 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f15 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f1c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f1e that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f1f that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f22 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f27 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f28 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f2f that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f30 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f31 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f32 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f36 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f38 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f3a that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f3d that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f3f that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f40 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f4a that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f4b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f50 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f53 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f56 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f58 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f5d that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f5f that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f63 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f65 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f68 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f6a that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f6c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f73 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f76 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f78 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f7a that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f7c that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f7f that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f85 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f86 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f89 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f8a that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f92 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f94 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f98 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1f9b that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fa0 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fa2 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fa3 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fa6 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fa7 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fa8 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fab that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fad that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fae that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fb2 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fb6 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fb7 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fc2 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fc3 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fc8 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fca that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fcc that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fce that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fd4 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fd6 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fd9 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fda that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fdc that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fe0 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fe1 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fe3 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fe6 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fe8 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fe9 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1fee that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ff3 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ff5 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ff9 that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ffa that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ffb that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ffc that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): warning C4828: The file contains a character starting at offset 0x1ffe that is illegal in the current source character set (codepage 65001).
sanitycheckc.c(1): error C2059: syntax error: '%'
sanitycheckc.c(1): error C2014: preprocessor command must start as first nonwhite space
sanitycheckc.c(1): error C2018: unknown character '0x40'
sanitycheckc.c(1): error C2018: unknown character '0x1'
sanitycheckc.c(1): error C2018: unknown character '0xbd'
sanitycheckc.c(1): error C2018: unknown character '0x10'
sanitycheckc.c(1): error C2018: unknown character '0xa0'
sanitycheckc.c(1): error C2018: unknown character '0xbc'
sanitycheckc.c(1): error C2018: unknown character '0x2'
sanitycheckc.c(1): error C2018: unknown character '0x50'
sanitycheckc.c(1): error C2018: unknown character '0x5'
sanitycheckc.c(1): error C2018: unknown character '0x95'
sanitycheckc.c(1): error C2018: unknown character '0xf1'
sanitycheckc.c(1): error C2018: unknown character '0xbd'
sanitycheckc.c(1): error C2018: unknown character '0xa9'
sanitycheckc.c(1): error C2018: unknown character '0xa1'
sanitycheckc.c(1): error C2018: unknown character '0xb2'
sanitycheckc.c(1): error C2018: unknown character '0xa7'
sanitycheckc.c(1): error C2018: unknown character '0x55'
sanitycheckc.c(1): error C2018: unknown character '0x56'
sanitycheckc.c(1): error C2018: unknown character '0xc5'
sanitycheckc.c(1): error C2018: unknown character '0x85'
sanitycheckc.c(1): error C2017: illegal escape sequence
sanitycheckc.c(1): error C2014: preprocessor command must start as first nonwhite space
sanitycheckc.c(1): fatal error C1004: unexpected end-of-file found

-----
Sanity check compile stderr:

-----

..\src\conf-2.3.0-07e4a066bf.clean\meson.build:1:0: ERROR: Compiler D:/vs2022_packages/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe -DWIN32 -D_WINDOWS -utf-8 -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 cannot compile programs.

Metadata

Assignees

Labels

requires:reproThe issue is not currently repro-able

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions