MGlolenstine / gtk4-cross

A Docker container for cross-compiling gtk4 programs to Windows.
58 stars 12 forks source link

GTK fails to build #1

Closed dkter closed 2 years ago

dkter commented 2 years ago

Running into this issue when running docker build gtk4-cross-base -t gtk4-cross-base:

...
 => ERROR [stage-1 19/25] RUN ninja all && ninja install                            98.1s
------
 > [stage-1 19/25] RUN ninja all && ninja install:
#33 1.163 [0/1] Regenerating build files.
#33 2.697 The Meson build system
#33 2.697 Version: 0.59.1
#33 2.697 Source dir: /tmp/gtk
#33 2.697 Build dir: /tmp/gtk/build
#33 2.697 Build type: cross build
#33 2.697 Project name: gtk
#33 2.697 Project version: 4.5.0
#33 2.697 C compiler for the host machine: /usr/bin/x86_64-w64-mingw32-gcc (gcc 10.3.1 "x86_64-w64-mingw32-gcc (GCC) 10.3.1 20210422 (Fedora MinGW 10.3.1-2.fc34)")
#33 2.697 C linker for the host machine: /usr/bin/x86_64-w64-mingw32-gcc ld.bfd 2.34-9
#33 2.697 C compiler for the build machine: cc (gcc 11.2.1 "cc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)")
#33 2.697 C linker for the build machine: cc ld.bfd 2.35.2-6
#33 2.697 Build machine cpu family: x86_64
#33 2.697 Build machine cpu: x86_64
#33 2.697 Host machine cpu family: x86_64
#33 2.697 Host machine cpu: x86_64
#33 2.697 Target machine cpu family: x86_64
#33 2.697 Target machine cpu: x86_64
#33 2.697 Has header "crt/externs.h" : NO (cached)
#33 2.697 Has header "dev/evdev/input.h" : NO (cached)
#33 2.697 Has header "dlfcn.h" : NO (cached)
#33 2.697 Has header "ftw.h" : YES (cached)
#33 2.697 Has header "inttypes.h" : YES (cached)
#33 2.697 Has header "linux/input.h" : NO (cached)
#33 2.697 Has header "linux/memfd.h" : NO (cached)
#33 2.697 Has header "locale.h" : YES (cached)
#33 2.697 Has header "memory.h" : YES (cached)
#33 2.697 Has header "stdint.h" : YES (cached)
#33 2.697 Has header "stdlib.h" : YES (cached)
#33 2.697 Has header "strings.h" : YES (cached)
#33 2.697 Has header "string.h" : YES (cached)
#33 2.697 Has header "sys/mman.h" : NO (cached)
#33 2.697 Has header "sys/param.h" : YES (cached)
#33 2.697 Has header "sys/stat.h" : YES (cached)
#33 2.697 Has header "sys/sysinfo.h" : NO (cached)
#33 2.697 Has header "sys/systeminfo.h" : NO (cached)
#33 2.697 Has header "sys/time.h" : YES (cached)
#33 2.697 Has header "sys/types.h" : YES (cached)
#33 2.697 Has header "unistd.h" : YES (cached)
#33 2.697 Has header "gio/gdesktopappinfo.h" : NO (cached)
#33 2.697 Library m found: YES
#33 2.697 Checking for function "dcgettext" with dependency -lm: YES
#33 2.697 Checking for function "getpagesize" with dependency -lm: YES
#33 2.697 Checking for function "getresuid" with dependency -lm: NO
#33 2.697 Checking for function "lstat" with dependency -lm: NO
#33 2.697 Checking for function "memfd_create" with dependency -lm: NO
#33 2.697 Checking for function "mmap" with dependency -lm: NO
#33 2.697 Checking for function "posix_fallocate" with dependency -lm: NO
#33 2.697 Checking for function "_lock_file" with dependency -lm: YES
#33 2.697 Checking for function "flockfile" with dependency -lm: NO
#33 2.697 Checking for function "mkstemp" with dependency -lm: YES
#33 2.697 Checking for function "mallinfo2" with dependency -lm: NO
#33 2.697 Checking for function "sincos" with dependency -lm: YES
#33 2.697 Checking for function "sincosf" with dependency -lm: YES
#33 2.697 Checking if "sigsetjmp" links: NO
#33 2.697 Checking if "__uint128_t available" compiles: YES (cached)
#33 2.697 Checking for function "mlock" : NO
#33 2.697 Checking for function "madvise" : NO
#33 2.697 Compiler for C supports arguments -fno-strict-aliasing: YES (cached)
#33 2.697 Compiler for C supports arguments -Wno-c++11-extensions: NO (cached)
#33 2.697 Compiler for C supports arguments -Wno-missing-include-dirs: YES (cached)
#33 2.697 Compiler for C supports arguments -Wno-typedef-redefinition: NO (cached)
#33 2.697 Compiler for C supports arguments -Wduplicated-branches: YES (cached)
#33 2.697 Compiler for C supports arguments -Wduplicated-cond: YES (cached)
#33 2.697 Compiler for C supports arguments -Wformat=2: YES (cached)
#33 2.697 Compiler for C supports arguments -Wformat-nonliteral: YES (cached)
#33 2.697 Compiler for C supports arguments -Wformat-security: YES (cached)
#33 2.697 Compiler for C supports arguments -Wignored-qualifiers: YES (cached)
#33 2.697 Compiler for C supports arguments -Wimplicit-function-declaration: YES (cached)
#33 2.697 Compiler for C supports arguments -Wlogical-op: YES (cached)
#33 2.697 Compiler for C supports arguments -Wmisleading-indentation: YES (cached)
#33 2.697 Compiler for C supports arguments -Wmissing-format-attribute: YES (cached)
#33 2.697 Compiler for C supports arguments -Wmissing-include-dirs: YES (cached)
#33 2.697 Compiler for C supports arguments -Wmissing-noreturn: YES (cached)
#33 2.697 Compiler for C supports arguments -Wnested-externs: YES (cached)
#33 2.697 Compiler for C supports arguments -Wold-style-definition: YES (cached)
#33 2.697 Compiler for C supports arguments -Wpointer-arith: YES (cached)
#33 2.697 Compiler for C supports arguments -Wshadow: YES (cached)
#33 2.697 Compiler for C supports arguments -Wstrict-prototypes: YES (cached)
#33 2.697 Compiler for C supports arguments -Wswitch-default: YES (cached)
#33 2.697 Compiler for C supports arguments -Wswitch-enum: YES (cached)
#33 2.697 Compiler for C supports arguments -Wundef: YES (cached)
#33 2.697 Compiler for C supports arguments -Wuninitialized: YES (cached)
#33 2.697 Compiler for C supports arguments -Wunused: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=address: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=array-bounds: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=empty-body: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=implicit: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=implicit-fallthrough: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=init-self: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=int-to-pointer-cast: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=main: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=missing-braces: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=missing-declarations: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=missing-prototypes: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=nonnull: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=pointer-to-int-cast: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=redundant-decls: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=return-type: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=sequence-point: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=trigraphs: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=vla: YES (cached)
#33 2.697 Compiler for C supports arguments -Werror=write-strings: YES (cached)
#33 2.697 Compiler for C supports arguments -Wcast-align: YES (cached)
#33 2.697 Compiler for C supports link arguments -Wl,-Bsymbolic: YES
#33 2.697 Compiler for C supports link arguments -Wl,-z,relro: NO
#33 2.697 Compiler for C supports link arguments -Wl,-z,now: NO
#33 2.697 Dependency glib-2.0 found: YES 2.68.3 (cached)
#33 2.697 Dependency gobject-2.0 found: YES 2.68.3 (cached)
#33 2.697 Dependency gio-windows-2.0 found: YES 2.68.3 (cached)
#33 2.697 Dependency gmodule-2.0 found: YES 2.68.3 (cached)
#33 2.697 Dependency cairo found: YES 1.16.0 (cached)
#33 2.697 Dependency cairo-gobject found: YES 1.16.0 (cached)
#33 2.697 Found pkg-config: /usr/bin/x86_64-w64-mingw32-pkg-config (0.28)
#33 2.697 Dependency pango found: NO found 1.48.5 but need: '>= 1.49.1'
#33 2.697 Found CMake: NO
#33 2.697 Run-time dependency pango found: NO (tried pkgconfig and cmake)
#33 2.697 Looking for a fallback subproject for the dependency pango
#33 2.697
#33 2.697 Executing subproject pango
#33 2.697
#33 2.697 pango| Project name: pango
#33 2.697 pango| Project version: 1.49.1
#33 2.697 pango| C compiler for the host machine: /usr/bin/x86_64-w64-mingw32-gcc (gcc 10.3.1 "x86_64-w64-mingw32-gcc (GCC) 10.3.1 20210422 (Fedora MinGW 10.3.1-2.fc34)")
#33 2.697 pango| C linker for the host machine: /usr/bin/x86_64-w64-mingw32-gcc ld.bfd 2.34-9
#33 2.697 pango| C++ compiler for the host machine: /usr/bin/x86_64-w64-mingw32-g++ (gcc 10.3.1 "x86_64-w64-mingw32-g++ (GCC) 10.3.1 20210422 (Fedora MinGW 10.3.1-2.fc34)")
#33 2.697 pango| C++ linker for the host machine: /usr/bin/x86_64-w64-mingw32-g++ ld.bfd 2.34-9
#33 2.697 pango| C compiler for the build machine: cc (gcc 11.2.1 "cc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)")
#33 2.697 pango| C linker for the build machine: cc ld.bfd 2.35.2-6
#33 2.697 pango| Compiler for language cpp for the build machine not found.
#33 2.697 pango| Compiler for C supports arguments -Wno-c++11-extensions: NO (cached)
#33 2.697 pango| Compiler for C supports arguments -Wno-missing-include-dirs: YES (cached)
#33 2.697 pango| Compiler for C supports arguments -Wno-typedef-redefinition: NO (cached)
#33 2.697 pango| Compiler for C supports arguments -Wduplicated-branches: YES (cached)
#33 2.697 pango| Compiler for C supports arguments -Wduplicated-cond: YES (cached)
#33 2.697 pango| Compiler for C supports arguments -Wformat=2: YES (cached)
#33 2.697 pango| Compiler for C supports arguments -Wformat-nonliteral: YES (cached)
#33 2.697 pango| Compiler for C supports arguments -Wformat-security: YES (cached)
#33 2.697 pango| Compiler for C supports arguments -Wignored-qualifiers: YES (cached)
#33 2.697 pango| Compiler for C supports arguments -Wimplicit-function-declaration: YES (cached)
#33 2.697 pango| Compiler for C supports arguments -Wlogical-op: YES (cached)
#33 2.697 pango| Compiler for C supports arguments -Wmisleading-indentation: YES (cached)
#33 2.697 pango| Compiler for C supports arguments -Wmissing-format-attribute: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wmissing-include-dirs: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wmissing-noreturn: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wnested-externs: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wold-style-definition: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wpointer-arith: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wshadow: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wstrict-prototypes: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wswitch-default: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wswitch-enum: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wundef: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wuninitialized: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wunused: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=address: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=array-bounds: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=empty-body: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=implicit: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=implicit-fallthrough: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=init-self: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=int-to-pointer-cast: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=main: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=missing-braces: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=missing-declarations: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=missing-prototypes: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=nonnull: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=pointer-to-int-cast: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=redundant-decls: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=return-type: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=sequence-point: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=trigraphs: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=vla: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=write-strings: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -fno-strict-aliasing: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wpointer-arith: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wmissing-declarations: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wformat=2: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wformat-nonliteral: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wformat-security: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wunused: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wcast-align: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wmissing-noreturn: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wmissing-format-attribute: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wmissing-include-dirs: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wlogical-op: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wno-uninitialized: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wno-shadow: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=implicit-fallthrough: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=nonnull: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=init-self: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=main: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=missing-braces: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=sequence-point: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=return-type: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=trigraphs: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=array-bounds: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=write-strings: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=address: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=int-to-pointer-cast: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=empty-body: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=write-strings: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Werror=unused-but-set-variable: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -Wundef: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -mms-bitfields: YES (cached)
#33 3.457 pango| Compiler for C supports arguments -fvisibility=hidden: YES (cached)
#33 3.457 pango| Checking for function "sysconf" : NO
#33 3.457 pango| Checking for function "getpagesize" : YES
#33 3.457 pango| Checking for function "flockfile" : NO
#33 3.457 pango| Checking for function "strtok_r" : YES
#33 3.457 pango| Has header "unistd.h" : YES (cached)
#33 3.457 pango| Has header "sys/mman.h" : NO (cached)
#33 3.457 pango| Has header "dirent.h" : YES (cached)
#33 3.457 pango| Message: Disabling cast checks
#33 3.457 pango| Library m found: YES
#33 3.457 pango| Dependency glib-2.0 found: YES 2.68.3 (cached)
#33 3.457 pango| Dependency gobject-2.0 found: YES 2.68.3 (cached)
#33 3.457 pango| Dependency gio-2.0 found: YES 2.68.3 (cached)
#33 3.457 pango| Dependency fribidi found: YES 1.0.10 (cached)
#33 3.457 pango| Run-time dependency libthai found: NO (tried pkgconfig and cmake)
#33 3.457 pango| Dependency harfbuzz found: YES 2.7.4 (cached)
#33 3.457 pango| Dependency fontconfig found: YES 2.13.1 (cached)
#33 3.457 pango| Message: fontconfig has FcWeightFromOpenTypeDouble: YES
#33 3.457 pango| Dependency freetype2 found: YES 23.4.17 (cached)
#33 3.457 pango| Run-time dependency xft found: NO (tried pkgconfig and cmake)
#33 3.457 pango| Dependency cairo found: YES 1.16.0 (cached)
#33 3.457 pango| Dependency cairo-ft found: YES 1.16.0 (cached)
#33 3.457 pango| Dependency cairo-win32 found: YES 1.16.0 (cached)
#33 3.457 pango| Run-time dependency cairo-quartz found: NO (tried pkgconfig and cmake)
#33 3.457 pango| Dependency cairo-png found: YES 1.16.0 (cached)
#33 3.457 pango| Dependency cairo-ps found: YES 1.16.0 (cached)
#33 3.457 pango| Dependency cairo-pdf found: YES 1.16.0 (cached)
#33 3.457 pango| Run-time dependency cairo-xlib found: NO (tried pkgconfig and cmake)
#33 3.457 pango| Dependency sysprof-capture-4 skipped: feature sysprof disabled
#33 3.457 pango| Run-time dependency gi-docgen found: NO (tried pkgconfig and cmake)
#33 3.457 pango| Looking for a fallback subproject for the dependency gi-docgen
#33 3.457
#33 3.457 Executing subproject pango:gi-docgen
#33 3.457
#33 3.457 gi-docgen| Project name: gi-docgen
#33 3.457 gi-docgen| Project version: 2021.8
#33 3.457 gi-docgen| Program python3 (jinja2, markdown, markupsafe, pygments, toml, typogrify) found: NO modules: markdown, markupsafe
#33 3.457
#33 3.457 gi-docgen| ../subprojects/gi-docgen/meson.build:10:0: Exception: python3 is missing modules: jinja2, pygments, toml, typogrify
#33 3.457
#33 3.457 pango| Subproject subprojects/gi-docgen is buildable: NO (disabling)
#33 3.457 pango| Dependency gi-docgen from subproject gi-docgen found: NO (subproject failed to configure)
#33 3.457 pango| Configuring config.h using configuration
#33 3.457 pango| Configuring pango-features.h using configuration
#33 3.457 pango| Program glib-mkenums found: YES (/usr/bin/glib-mkenums)
#33 3.457 pango| Configuring pango.rc using configuration
#33 3.457 pango| Windows resource compiler: GNU windres version 2.34-9.fc34
#33 3.457 pango| Program g-ir-scanner skipped: feature introspection disabled
#33 3.457 pango| Configuring pangoft2.rc using configuration
#33 3.457 pango| Library gdi32 found: YES
#33 3.457 pango| Configuring pangowin32.rc using configuration
#33 3.457 pango| Configuring pangocairo.rc using configuration
#33 3.457 pango| Library gdi32 found: YES
#33 3.457 pango| Program help2man found: NO
#33 3.457 pango| Build targets in project: 66
#33 3.457 pango| Subproject pango finished.
#33 3.457
#33 3.457 Dependency pango found: YES 1.49.1 (overridden)
#33 3.457 Dependency fribidi found: YES 1.0.10 (cached)
#33 3.457 Dependency pangoft2 found: YES 1.49.1 (overridden)
#33 3.457 Dependency pangowin32 found: YES 1.49.1 (overridden)
#33 3.457 Dependency pangocairo found: YES 1.49.1 (overridden)
#33 3.457 Dependency gdk-pixbuf-2.0 found: YES 2.42.2 (cached)
#33 3.457 Dependency libpng found: YES 1.6.37 (cached)
#33 3.457 Dependency libtiff-4 found: YES 4.0.9 (cached)
#33 3.457 Dependency libjpeg found: YES 2.0.90 (cached)
#33 3.457 Dependency epoxy found: YES 1.5.8 (cached)
#33 3.457 Dependency harfbuzz found: YES 2.7.4 (cached)
#33 3.457 Run-time dependency xkbcommon found: NO (tried pkgconfig and cmake)
#33 13.64 Run-time dependency graphene-gobject-1.0 found: NO (tried pkgconfig and cmake)
#33 13.64 Looking for a fallback subproject for the dependency graphene-gobject-1.0
#33 13.64
#33 13.64 Executing subproject graphene
#33 13.64
#33 13.64 graphene| Project name: graphene
#33 13.64 graphene| Project version: 1.10.7
#33 13.64 graphene| C compiler for the host machine: /usr/bin/x86_64-w64-mingw32-gcc (gcc 10.3.1 "x86_64-w64-mingw32-gcc (GCC) 10.3.1 20210422 (Fedora MinGW 10.3.1-2.fc34)")
#33 13.64 graphene| C linker for the host machine: /usr/bin/x86_64-w64-mingw32-gcc ld.bfd 2.34-9
#33 13.64 graphene| C compiler for the build machine: cc (gcc 11.2.1 "cc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)")
#33 13.64 graphene| C linker for the build machine: cc ld.bfd 2.35.2-6
#33 13.64 graphene| Compiler for C supports arguments -ffast-math: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -fstrict-aliasing: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Wpointer-arith: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Wstrict-prototypes: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Wnested-externs: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Wold-style-definition: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Wunused: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Wmissing-noreturn: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Wmissing-format-attribute: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Wlogical-op: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Wcast-align: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Wno-unused-local-typedefs: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=float-conversion: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=float-equal: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=redundant-decls: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=missing-prototypes: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=missing-declarations: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=format=2: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=uninitialized: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=shadow: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=implicit: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=init-self: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=main: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=missing-braces: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=return-type: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=array-bounds: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=write-strings: YES (cached)
#33 13.64 graphene| Compiler for C supports arguments -Werror=undef: YES (cached)
#33 13.64 graphene| Library m found: YES
#33 13.64 graphene| Dependency threads found: YES unknown (cached)
#33 13.64 graphene| Has header "stdlib.h" : YES (cached)
#33 13.64 graphene| Has header "stdint.h" : YES (cached)
#33 13.64 graphene| Has header "stdbool.h" : YES (cached)
#33 13.64 graphene| Has header "memory.h" : YES (cached)
#33 13.64 graphene| Has header "pthread.h" with dependency threads: YES (cached)
#33 13.64 graphene| Checking for function "memalign" : NO
#33 13.64 graphene| Checking for function "_aligned_malloc" : YES
#33 13.64 graphene| Checking for function "sincosf" with dependency -lm: YES
#33 13.64 graphene| Checking for function "isinff" with dependency -lm: NO
#33 13.64 graphene| Checking for function "isnanf" with dependency -lm: NO
#33 13.64 graphene| Message: Disabling assertions
#33 13.64 graphene| Dependency gobject-2.0 found: YES 2.68.3 (cached)
#33 13.64 graphene| Program g-ir-scanner skipped: feature introspection disabled
#33 13.64 graphene| Checking if "InitOnceExecuteOnce" compiles: YES (cached)
#33 13.64 graphene| Checking if "IEEE 754 floating-point division" runs: NO (2)
#33 13.64 graphene| Checking if "SSE intrinsics" compiles: YES (cached)
#33 13.64 graphene| Checking if "GCC vector intrinsics" compiles: YES (cached)
#33 13.64 graphene| Checking if "ARM NEON intrinsics" compiles: NO (cached)
#33 13.64 graphene| Configuring graphene-config.h using configuration
#33 13.64 graphene| Configuring graphene-version.h using configuration
#33 13.64 graphene| Configuring config.h using configuration
#33 13.64 graphene| Program gen-installed-test.py found: YES (/tmp/gtk/subprojects/graphene/tests/gen-installed-test.py)
#33 13.64 graphene| Run-time dependency mutest-1 found: NO (tried pkgconfig and cmake)
#33 13.64 graphene| Looking for a fallback subproject for the dependency mutest-1
#33 13.64 graphene| Using subprojects/graphene/subprojects/mutest.wrap
#33 13.64
#33 13.64 Executing subproject graphene:mutest
#33 13.64
#33 13.64 mutest| Project name: mutest
#33 13.64 mutest| Project version: 2019.1
#33 13.64 mutest| C compiler for the host machine: /usr/bin/x86_64-w64-mingw32-gcc (gcc 10.3.1 "x86_64-w64-mingw32-gcc (GCC) 10.3.1 20210422 (Fedora MinGW 10.3.1-2.fc34)")
#33 13.64 mutest| C linker for the host machine: /usr/bin/x86_64-w64-mingw32-gcc ld.bfd 2.34-9
#33 13.64 mutest| C compiler for the build machine: cc (gcc 11.2.1 "cc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)")
#33 13.64 mutest| C linker for the build machine: cc ld.bfd 2.35.2-6
#33 13.64 mutest| Compiler for C supports arguments -fstrict-aliasing: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wcast-align: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wignored-qualifiers: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wimplicit-function-declaration: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wlogical-op: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wmissing-format-attribute: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wmissing-noreturn: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wmissing-include-dirs: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wnested-externs: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wold-style-definition: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wpointer-arith: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wredundant-decls: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wshadow: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wstrict-prototypes: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wswitch-enum: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wuninitialized: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Wunused: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=address: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=array-bounds: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=empty-body: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=format=2: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=implicit: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=init-self: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=main: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=missing-braces: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=missing-declarations: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=missing-prototypes: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=nonnull: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=pointer-to-int-cast: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=return-type: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=sequence-point: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=trigraphs: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=undef: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=vla: YES (cached)
#33 13.64 mutest| Compiler for C supports arguments -Werror=write-strings: YES (cached)
#33 13.64 mutest| Has header "sys/ioctl.h" : NO (cached)
#33 13.64 mutest| Has header "sys/types.h" : YES (cached)
#33 13.64 mutest| Has header "unistd.h" : YES (cached)
#33 13.64 mutest| Has header "fcntl.h" : YES (cached)
#33 13.64 mutest| Has header "mach/mach_time.h" : NO (cached)
#33 13.64 mutest| Checking for function "isatty" : YES
#33 13.64 mutest| Checking for function "clock_gettime" : YES
#33 13.64 mutest| Checking for function "gettimeofday" : YES
#33 13.64 mutest| Checking for function "_dupenv_s" : NO
#33 13.64 mutest| Checking for function "stpcpy" : NO
#33 13.64 mutest| Checking for function "QueryPerformanceCounter" : YES
#33 15.94 mutest| Configuring config.h using configuration
#33 15.94 mutest| Library m found: YES
#33 15.94 mutest| Build targets in project: 71
#33 15.94 mutest| Subproject mutest finished.
#33 15.94
#33 15.94 graphene| Dependency mutest-1 from subproject subprojects/mutest found: YES 2019.1
#33 15.94 graphene| Build targets in project: 107
#33 15.94 graphene| Subproject graphene finished.
#33 15.94
#33 15.94 Dependency graphene-gobject-1.0 from subproject subprojects/graphene found: YES 1.10.7
#33 15.94 Run-time dependency iso-codes found: NO (tried pkgconfig and cmake)
#33 15.94 Run-time dependency gi-docgen found: NO (tried pkgconfig and cmake)
#33 15.94 Looking for a fallback subproject for the dependency gi-docgen
#33 15.94 Dependency gi-docgen from subproject gi-docgen found: NO (subproject failed to configure)
#33 15.94 Run-time dependency gobject-introspection-1.0 found: NO (tried pkgconfig and cmake)
#33 15.94 Dependency tracker-sparql-3.0 skipped: feature tracker disabled
#33 15.94 Dependency colord skipped: feature colord disabled
#33 15.94 Dependency cairo-win32 found: YES 1.16.0 (cached)
#33 15.94 Run-time dependency cairo-script-interpreter found: NO (tried pkgconfig and cmake)
#33 15.94 Library cairo-script-interpreter found: YES
#33 15.94 Checking for function "ngettext" : NO
#33 15.94 Library intl found: YES
#33 15.94 Checking for function "bind_textdomain_codeset" with dependency -lintl: YES
#33 15.94 Dependency vulkan skipped: feature vulkan disabled
#33 15.94 Dependency cloudproviders skipped: feature cloudproviders disabled
#33 15.94 Message: Need aligned memory due to the use of SSE2 or GCC vector instructions
#33 15.94 Checking if "F16C intrinsics" compiles: NO (cached)
#33 15.94 Program glib-mkenums found: YES (/usr/bin/glib-mkenums)
#33 15.94 Program gen-gdk-gresources-xml.py found: YES (/usr/bin/python3 /tmp/gtk/gdk/gen-gdk-gresources-xml.py)
#33 15.94 Configuring gdk.gresource.xml with command
#33 15.94 Found pkg-config: /usr/bin/pkg-config (1.7.3)
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Program glib-mkenums found: YES (/usr/bin/glib-mkenums)
#33 15.94 Program glib-genmarshal found: YES (/usr/bin/glib-genmarshal)
#33 15.94 Configuring gdkconfig.h using configuration
#33 15.94 Configuring gdkversionmacros.h using configuration
#33 15.94 Library hid found: YES
#33 15.94 Program gen-gsk-gresources-xml.py found: YES (/usr/bin/python3 /tmp/gtk/gsk/gen-gsk-gresources-xml.py)
#33 15.94 Configuring gsk.resources.xml with command
#33 15.94 Program glib-mkenums found: YES (/usr/bin/glib-mkenums)
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Header <windows.h> has symbol "IPrintDialogCallback" : YES (cached)
#33 15.94 Program gen-gtk-gresources-xml.py found: YES (/usr/bin/python3 /tmp/gtk/gtk/gen-gtk-gresources-xml.py)
#33 15.94 Configuring gtk.gresources.xml with command
#33 15.94 Program sassc found: NO
#33 15.94
#33 15.94 Executing subproject sassc
#33 15.94
#33 15.94 sassc| Project name: sassc
#33 15.94 sassc| Project version: 3.5.0.99
#33 15.94 sassc| C compiler for the host machine: /usr/bin/x86_64-w64-mingw32-gcc (gcc 10.3.1 "x86_64-w64-mingw32-gcc (GCC) 10.3.1 20210422 (Fedora MinGW 10.3.1-2.fc34)")
#33 15.94 sassc| C linker for the host machine: /usr/bin/x86_64-w64-mingw32-gcc ld.bfd 2.34-9
#33 15.94 sassc| C compiler for the build machine: cc (gcc 11.2.1 "cc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)")
#33 15.94 sassc| C linker for the build machine: cc ld.bfd 2.35.2-6
#33 15.94 sassc| Configuring sassc_version.h using configuration
#33 15.94 sassc| Run-time dependency libsass found: NO (tried pkgconfig and cmake)
#33 15.94 sassc| Looking for a fallback subproject for the dependency libsass
#33 15.94
#33 15.94 Executing subproject sassc:libsass
#33 15.94
#33 15.94 libsass| Project name: libsass
#33 15.94 libsass| Project version: 3.6.4
#33 15.94 libsass| C compiler for the host machine: /usr/bin/x86_64-w64-mingw32-gcc (gcc 10.3.1 "x86_64-w64-mingw32-gcc (GCC) 10.3.1 20210422 (Fedora MinGW 10.3.1-2.fc34)")
#33 15.94 libsass| C linker for the host machine: /usr/bin/x86_64-w64-mingw32-gcc ld.bfd 2.34-9
#33 15.94 libsass| C++ compiler for the host machine: /usr/bin/x86_64-w64-mingw32-g++ (gcc 10.3.1 "x86_64-w64-mingw32-g++ (GCC) 10.3.1 20210422 (Fedora MinGW 10.3.1-2.fc34)")
#33 15.94 libsass| C++ linker for the host machine: /usr/bin/x86_64-w64-mingw32-g++ ld.bfd 2.34-9
#33 15.94 libsass| C compiler for the build machine: cc (gcc 11.2.1 "cc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)")
#33 15.94 libsass| C linker for the build machine: cc ld.bfd 2.35.2-6
#33 15.94 libsass| Compiler for language cpp for the build machine not found.
#33 15.94 libsass| Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES (cached)
#33 15.94 libsass| Configuring version.h using configuration
#33 15.94 libsass| Library dl found: NO
#33 15.94 libsass| Configuring libsass.pc using configuration
#33 15.94 libsass| Build targets in project: 126
#33 15.94 libsass| Subproject libsass finished.
#33 15.94
#33 15.94 sassc| Dependency libsass from subproject subprojects/libsass found: YES 3.6.4
#33 15.94 sassc| Build targets in project: 128
#33 15.94 sassc| Subproject sassc finished.
#33 15.94
#33 15.94 Program sassc found: YES (overridden)
#33 15.94 Program objcopy found: YES (/usr/bin/objcopy)
#33 15.94 Program ld found: YES (/usr/bin/ld)
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Configuring de.gresource.xml using configuration
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Configuring fr.gresource.xml using configuration
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Configuring es.gresource.xml using configuration
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Configuring zh.gresource.xml using configuration
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Program gdbus-codegen found: YES (/usr/bin/gdbus-codegen)
#33 15.94 Program glib-genmarshal found: YES (/usr/bin/glib-genmarshal)
#33 15.94 Program glib-mkenums found: YES (/usr/bin/glib-mkenums)
#33 15.94 Program glib-mkenums found: YES (/usr/bin/glib-mkenums)
#33 15.94 Program gentypefuncs.py found: YES (/usr/bin/python3 /tmp/gtk/gtk/gentypefuncs.py)
#33 15.94 Configuring gtkversion.h using configuration
#33 15.94 Library advapi32 found: YES
#33 15.94 Library comctl32 found: YES
#33 15.94 Library crypt32 found: YES
#33 15.94 Library dwmapi found: YES
#33 15.94 Library imm32 found: YES
#33 15.94 Library setupapi found: YES
#33 15.94 Library winmm found: YES
#33 15.94 Configuring gtk-win32.rc.body using configuration
#33 15.94 Configuring libgtk4.manifest using configuration
#33 15.94 Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
#33 15.94 Has header "langinfo.h" : NO (cached)
#33 15.94 Program g-ir-scanner skipped: feature introspection disabled
#33 15.94 Dependency libavcodec skipped: feature media-ffmpeg disabled
#33 15.94 Dependency gstreamer-player-1.0 found: YES 1.18.2 (cached)
#33 15.94 Dependency gstreamer-gl-1.0 found: YES 1.18.2 (cached)
#33 15.94 Program ../build-aux/meson/gen-demo-header.py found: YES (/tmp/gtk/demos/../build-aux/meson/gen-demo-header.py)
#33 15.94 Program date found: YES (/usr/bin/date)
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Dependency librsvg-2.0 found: NO found 2.40.19 but need: '>= 2.46.0'
#33 15.94 Run-time dependency librsvg-2.0 found: NO (tried pkgconfig and cmake)
#33 15.94 Program geninclude.py found: YES (/tmp/gtk/demos/gtk-demo/geninclude.py)
#33 15.94 Program objcopy found: YES (/usr/bin/objcopy)
#33 15.94 Program ld found: YES (/usr/bin/ld)
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
#33 15.94 Configuring org.gtk.Demo4.appdata.xml using configuration
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Configuring org.gtk.IconBrowser4.appdata.xml using configuration
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Program objcopy found: YES (/usr/bin/objcopy)
#33 15.94 Program ld found: YES (/usr/bin/ld)
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Configuring org.gtk.WidgetFactory4.appdata.xml using configuration
#33 15.94 Program generate-uac-manifest.py found: YES (/usr/bin/python3 /tmp/gtk/tools/generate-uac-manifest.py)
#33 15.94 WARNING: Target "tools/gtk4-update-icon-cache.rc" has a path separator in its name.
#33 15.94 This is not supported, it can cause unexpected failures and will become
#33 15.94 a hard error in the future.
#33 15.94 C++ compiler for the host machine: /usr/bin/x86_64-w64-mingw32-g++ (gcc 10.3.1 "x86_64-w64-mingw32-g++ (GCC) 10.3.1 20210422 (Fedora MinGW 10.3.1-2.fc34)")
#33 15.94 C++ linker for the host machine: /usr/bin/x86_64-w64-mingw32-g++ ld.bfd 2.34-9
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Program bash found: YES (/usr/bin/bash)
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 15.94 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 20.64 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 20.64 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 20.64 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 20.64 Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
#33 20.64 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 20.64 Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
#33 20.64 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 20.64 Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
#33 20.64 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 20.64 Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
#33 20.64 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
#33 20.64 Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
#33 20.64 Configuring config.h using configuration
#33 20.64 WARNING: Gettext not found, all translation targets will be ignored.
#33 20.64 Program gi-docgen found: NO
#33 20.64 Program rst2man found: NO
#33 20.64 Message: Not executing post-install steps automatically when cross compiling
#33 20.64 Program build-aux/meson/dist-data.py found: YES (/usr/bin/python3 /tmp/gtk/build-aux/meson/dist-data.py)
#33 20.64 Build targets in project: 475
#33 20.64
#33 20.64 graphene 1.10.7
#33 20.64
#33 20.64   Directories
#33 20.64     prefix         : /usr/x86_64-w64-mingw32
#33 20.64     libdir         : lib
#33 20.64     includedir     : include
#33 20.64
#33 20.64   SIMD
#33 20.64     SSE            : YES
#33 20.64     GCC vector     : YES
#33 20.64     ARM NEON       : NO
#33 20.64
#33 20.64   Features
#33 20.64     GObject types  : YES
#33 20.64     Introspection  : NO
#33 20.64
#33 20.64   Build
#33 20.64     Documentation  : NO
#33 20.64     Tests          : YES
#33 20.64     Installed tests: YES
#33 20.64
#33 20.64 gtk 4.5.0
#33 20.64
#33 20.64     Display backends: win32
#33 20.64     Print backends  :
#33 20.64     Media backends  : gstreamer
#33 20.64
#33 20.64   Features
#33 20.64     Vulkan support  : False
#33 20.64     Cloud support   : False
#33 20.64     Sysprof support : False
#33 20.64     Colord support  : False
#33 20.64     Tracker support : False
#33 20.64
#33 20.64   Toolchain
#33 20.64     Compiler        : gcc
#33 20.64     Linker          : ld.bfd
#33 20.64
#33 20.64   Build
#33 20.64     Debugging       : False
#33 20.64     Optimization    : 3
#33 20.64     Introspection   : False
#33 20.64     Documentation   : False
#33 20.64     Man pages       : False
#33 20.64     Tests           : True
#33 20.64     Install tests   : False
#33 20.64     Demos           : True
#33 20.64     Examples        : True
#33 20.64
#33 20.64   Directories
#33 20.64     prefix          : /usr/x86_64-w64-mingw32
#33 20.64     includedir      : /usr/x86_64-w64-mingw32/include
#33 20.64     libdir          : /usr/x86_64-w64-mingw32/lib
#33 20.64     datadir         : /usr/x86_64-w64-mingw32/share
#33 20.64
#33 20.64   Subprojects
#33 20.64     gi-docgen       : NO
#33 20.64                       python3 is missing modules: jinja2, pygments, toml, typogrify
#33 20.64     graphene        : YES
#33 20.64     libsass         : YES
#33 20.64     mutest          : YES
#33 20.64     pango           : YES
#33 20.64     sassc           : YES
#33 20.64
#33 20.64 Option buildtype is: release [default: debugoptimized]
#33 20.64 Found ninja-1.10.2 at /usr/bin/ninja
#33 21.03 [1/1760] Generating pangoft2.rc with a custom command
#33 21.04 [2/1760] Generating pango.rc with a custom command
#33 21.04 [3/1760] Generating pangowin32.rc with a custom command
#33 21.06 [4/1760] Generating pangocairo.rc with a custom command
#33 21.07 [5/1760] Generating iconbrowser_resources_h with a custom command
#33 21.11 [6/1760] Generating iconbrowser_resources_c with a custom command
#33 22.14 [7/1760] Generating gtkcssenumtypes.h with a custom command (wrapped by meson to capture output)
#33 22.54 [8/1760] Generating pango-enum-types.h with a custom command (wrapped by meson to capture output)
#33 23.35 [9/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/glyphstring.c.obj
#33 24.19 [10/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-alloc.c.obj
#33 24.25 [11/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-euler.c.obj
#33 24.30 [12/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-fontset.c.obj
#33 24.43 [13/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-frustum.c.obj
#33 24.49 [14/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-box.c.obj
#33 24.81 [15/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-bidi-type.c.obj
#33 24.82 [16/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-engine.c.obj
#33 24.93 [17/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-color.c.obj
#33 25.08 [18/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-gravity.c.obj
#33 25.27 [19/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-fontmap.c.obj
#33 25.37 [20/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-item.c.obj
#33 25.39 [21/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-glyph-item.c.obj
#33 25.66 [22/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-language.c.obj
#33 26.25 [23/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/ellipsize.c.obj
#33 26.81 [24/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-matrix.c.obj
#33 26.89 [25/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/itemize.c.obj
#33 27.16 [26/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-coverage.c.obj
#33 27.28 [27/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-context.c.obj
#33 27.33 [28/1760] Generating pango-enum-types.c with a custom command (wrapped by meson to capture output)
#33 27.48 [29/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/modules.c.obj
#33 27.50 [30/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-emoji.c.obj
#33 27.72 [31/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-attributes.c.obj
#33 27.85 [32/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/meson-generated_.._pango-enum-types.c.obj
#33 28.37 [33/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-matrix.c.obj
#33 28.96 [34/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-script.c.obj
#33 29.31 [35/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-renderer.c.obj
#33 29.84 [36/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-tabs.c.obj
#33 30.28 [37/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/reorder-items.c.obj
#33 30.39 [38/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/fonts.c.obj
#33 31.21 [39/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-markup.c.obj
#33 31.26 [40/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/shape.c.obj
#33 31.63 [41/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/break.c.obj
#33 31.70 [42/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pangofc-font.c.obj
#33 31.72 [43/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pangofc-decoder.c.obj
#33 31.91 [44/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pango-trace.c.obj
#33 32.27 [45/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pango-ot-buffer.c.obj
#33 32.28 [46/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pango-ot-info.c.obj
#33 32.58 [47/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pango-ot-ruleset.c.obj
#33 32.66 [48/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pango-ot-tag.c.obj
#33 32.81 [49/1760] Compiling C object subprojects/pango/tests/test-itemize.exe.p/test-itemize.c.obj
#33 33.05 [50/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-utils.c.obj
#33 33.18 [51/1760] Compiling C object subprojects/pango/pango/libpangocairo-1.0-0.dll.p/pangocairo-context.c.obj
#33 33.43 [52/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pangoft2-fontmap.c.obj
#33 33.68 [53/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pangoft2.c.obj
#33 33.70 [54/1760] Compiling C object subprojects/pango/pango/libpango-1.0-0.dll.p/pango-layout.c.obj
#33 33.78 [55/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pangofc-fontmap.c.obj
#33 33.80 [56/1760] Compiling C object subprojects/pango/pango/libpangoft2-1.0-0.dll.p/pangoft2-render.c.obj
#33 34.14 [57/1760] Linking target subprojects/pango/pango/libpango-1.0-0.dll
#33 34.87 [58/1760] Compiling C object subprojects/pango/pango/libpangocairo-1.0-0.dll.p/pangocairo-font.c.obj
#33 34.88 [59/1760] Generating symbol file subprojects/pango/pango/libpango-1.0-0.dll.p/libpango-1.0-0.dll.symbols
#33 35.22 [60/1760] Linking target subprojects/pango/pango/libpangoft2-1.0-0.dll
#33 36.03 [61/1760] Generating symbol file subprojects/pango/pango/libpangoft2-1.0-0.dll.p/libpangoft2-1.0-0.dll.symbols
#33 36.20 [62/1760] Compiling C object subprojects/pango/pango/libpangocairo-1.0-0.dll.p/pangocairo-render.c.obj
#33 36.53 [63/1760] Compiling C object subprojects/pango/pango/libpangocairo-1.0-0.dll.p/pangocairo-fcfont.c.obj
#33 36.72 [64/1760] Compiling C object subprojects/pango/pango/libpangowin32-1.0-0.dll.p/pangowin32-fontcache.c.obj
#33 36.75 [65/1760] Compiling C object subprojects/pango/pango/libpangocairo-1.0-0.dll.p/pangocairo-fcfontmap.c.obj
#33 36.98 [66/1760] Compiling C object subprojects/pango/pango/libpangocairo-1.0-0.dll.p/pangocairo-fontmap.c.obj
#33 37.08 [67/1760] Compiling C object subprojects/pango/utils/pango-view.exe.p/pango-view.c.obj
#33 37.35 [68/1760] Compiling C object subprojects/pango/pango/libpangowin32-1.0-0.dll.p/pangowin32.c.obj
#33 37.35 ../subprojects/pango/pango/pangowin32.c: In function 'pango_win32_render_layout_line':
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1006:7: warning: switch missing default case [-Wswitch-default]
#33 37.35  1006 |       switch (uline)
#33 37.35       |       ^~~~~~
#33 37.35 ../subprojects/pango/pango/pangowin32.c: In function 'pango_win32_get_item_properties':
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_INVALID' not handled in switch [-Wswitch-enum]
#33 37.35  1140 |       switch (attr->klass->type)
#33 37.35       |       ^~~~~~
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_LANGUAGE' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_FAMILY' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_STYLE' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_WEIGHT' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_VARIANT' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_STRETCH' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_SIZE' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_FONT_DESC' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_STRIKETHROUGH' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_RISE' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_SHAPE' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_SCALE' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_FALLBACK' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_LETTER_SPACING' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_STRIKETHROUGH_COLOR' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_ABSOLUTE_SIZE' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_GRAVITY' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_GRAVITY_HINT' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_FONT_FEATURES' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_FOREGROUND_ALPHA' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_BACKGROUND_ALPHA' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_ALLOW_BREAKS' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_SHOW' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_INSERT_HYPHENS' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_OVERLINE' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_OVERLINE_COLOR' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_LINE_HEIGHT' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_ABSOLUTE_LINE_HEIGHT' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_TEXT_TRANSFORM' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_WORD' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_SENTENCE' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_BASELINE_SHIFT' not handled in switch [-Wswitch-enum]
#33 37.35 ../subprojects/pango/pango/pangowin32.c:1140:7: warning: enumeration value 'PANGO_ATTR_FONT_SCALE' not handled in switch [-Wswitch-enum]
#33 37.45 [69/1760] Compiling C object subprojects/pango/utils/pango-view.exe.p/viewer-main.c.obj
#33 37.87 [70/1760] Compiling C object subprojects/pango/utils/pango-view.exe.p/viewer-pangoft2.c.obj
#33 38.03 [71/1760] Compiling C object subprojects/pango/utils/pango-view.exe.p/viewer-cairo.c.obj
#33 38.34 [72/1760] Compiling C object subprojects/pango/utils/pango-view.exe.p/viewer-render.c.obj
#33 38.37 [73/1760] Compiling C object subprojects/pango/pango/libpangowin32-1.0-0.dll.p/pangowin32-fontmap.c.obj
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c: In function 'get_family_nameA':
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1281:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1281 |       codeset = "UTF-16BE";
#33 38.37       |               ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1283:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1283 |       codeset = "UCS-4BE";
#33 38.37       |               ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1285:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1285 |     codeset = "MacRoman";
#33 38.37       |             ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1287:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1287 |     codeset = "UCS-4BE";
#33 38.37       |             ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c: In function 'get_family_nameW':
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1466:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1466 |       codeset = "UTF-16BE";
#33 38.37       |               ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1468:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1468 |       codeset = "UCS-4BE";
#33 38.37       |               ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1470:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1470 |     codeset = "MacRoman";
#33 38.37       |             ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1472:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1472 |     codeset = "UCS-4BE";
#33 38.37       |             ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c: In function 'charset_name':
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1563:17: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1563 |       CASE (ANSI);
#33 38.37       |                 ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1564:20: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1564 |       CASE (DEFAULT);
#33 38.37       |                    ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1565:19: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1565 |       CASE (SYMBOL);
#33 38.37       |                   ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1566:21: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1566 |       CASE (SHIFTJIS);
#33 38.37       |                     ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1567:19: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1567 |       CASE (HANGUL);
#33 38.37       |                   ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1568:19: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1568 |       CASE (GB2312);
#33 38.37       |                   ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1569:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1569 |       CASE (CHINESEBIG5);
#33 38.37       |                        ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1570:18: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1570 |       CASE (GREEK);
#33 38.37       |                  ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1571:20: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1571 |       CASE (TURKISH);
#33 38.37       |                    ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1572:19: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1572 |       CASE (HEBREW);
#33 38.37       |                   ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1573:19: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1573 |       CASE (ARABIC);
#33 38.37       |                   ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1574:19: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1574 |       CASE (BALTIC);
#33 38.37       |                   ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1575:20: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1575 |       CASE (RUSSIAN);
#33 38.37       |                    ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1576:17: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1576 |       CASE (THAI);
#33 38.37       |                 ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1577:23: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1577 |       CASE (EASTEUROPE);
#33 38.37       |                       ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.37  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.37       |                                           ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1578:16: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.37  1578 |       CASE (OEM);
#33 38.37       |                ^
#33 38.37 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.38  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.38       |                                           ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1579:18: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.38  1579 |       CASE (JOHAB);
#33 38.38       |                  ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.38  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.38       |                                           ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1580:23: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.38  1580 |       CASE (VIETNAMESE);
#33 38.38       |                       ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.38  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.38       |                                           ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1581:16: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.38  1581 |       CASE (MAC);
#33 38.38       |                ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1562:43: note: in definition of macro 'CASE'
#33 38.38  1562 | #define CASE(x) case x##_CHARSET: return #x
#33 38.38       |                                           ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c: In function 'ff_name':
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1595:23: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.38  1595 |       CASE (DECORATIVE);
#33 38.38       |                       ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1594:38: note: in definition of macro 'CASE'
#33 38.38  1594 | #define CASE(x) case FF_##x: return #x
#33 38.38       |                                      ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1596:21: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.38  1596 |       CASE (DONTCARE);
#33 38.38       |                     ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1594:38: note: in definition of macro 'CASE'
#33 38.38  1594 | #define CASE(x) case FF_##x: return #x
#33 38.38       |                                      ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1597:19: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.38  1597 |       CASE (MODERN);
#33 38.38       |                   ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1594:38: note: in definition of macro 'CASE'
#33 38.38  1594 | #define CASE(x) case FF_##x: return #x
#33 38.38       |                                      ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1598:18: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.38  1598 |       CASE (ROMAN);
#33 38.38       |                  ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1594:38: note: in definition of macro 'CASE'
#33 38.38  1594 | #define CASE(x) case FF_##x: return #x
#33 38.38       |                                      ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1599:19: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.38  1599 |       CASE (SCRIPT);
#33 38.38       |                   ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1594:38: note: in definition of macro 'CASE'
#33 38.38  1594 | #define CASE(x) case FF_##x: return #x
#33 38.38       |                                      ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1600:18: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#33 38.38  1600 |       CASE (SWISS);
#33 38.38       |                  ^
#33 38.38 ../subprojects/pango/pango/pangowin32-fontmap.c:1594:38: note: in definition of macro 'CASE'
#33 38.38  1594 | #define CASE(x) case FF_##x: return #x
#33 38.38       |                                      ^
#33 38.61 [74/1760] Linking target subprojects/pango/pango/libpangowin32-1.0-0.dll
#33 38.63 [75/1760] Compiling C object subprojects/pango/utils/pango-list.exe.p/pango-list.c.obj
#33 38.76 [76/1760] Compiling C object subprojects/pango/utils/pango-segmentation.exe.p/pango-segmentation.c.obj
#33 39.02 [77/1760] Compiling C object subprojects/pango/utils/pango-view.exe.p/viewer-pangocairo.c.obj
#33 39.04 [78/1760] Compiling C object subprojects/pango/examples/cairoshape.exe.p/cairoshape.c.obj
#33 39.34 [79/1760] Compiling C object subprojects/pango/examples/cairotwisted.exe.p/cairotwisted.c.obj
#33 39.41 [80/1760] Compiling C object subprojects/pango/tests/test-coverage.exe.p/test-coverage.c.obj
#33 39.43 [81/1760] Compiling C object subprojects/pango/examples/cairosimple.exe.p/cairosimple.c.obj
#33 39.53 [82/1760] Generating symbol file subprojects/pango/pango/libpangowin32-1.0-0.dll.p/libpangowin32-1.0-0.dll.symbols
#33 39.54 [83/1760] Linking target subprojects/pango/tests/test-coverage.exe
#33 39.76 [84/1760] Compiling C object subprojects/pango/pango/libpangocairo-1.0-0.dll.p/pangocairo-win32font.c.obj
#33 39.98 [85/1760] Compiling C object subprojects/pango/tests/testboundaries.exe.p/testboundaries.c.obj
#33 40.06 [86/1760] Compiling C object subprojects/pango/tests/testcolor.exe.p/testcolor.c.obj
#33 40.09 [87/1760] Compiling C object subprojects/pango/tests/testscript.exe.p/testscript.c.obj
#33 40.17 [88/1760] Linking target subprojects/pango/tests/testboundaries.exe
#33 40.26 [89/1760] Linking target subprojects/pango/tests/testcolor.exe
#33 40.28 [90/1760] Linking target subprojects/pango/tests/testscript.exe
#33 40.30 [91/1760] Compiling C object subprojects/pango/tests/testboundaries_ucd.exe.p/testboundaries_ucd.c.obj
#33 40.32 [92/1760] Compiling C object subprojects/pango/pango/libpangocairo-1.0-0.dll.p/pangocairo-win32fontmap.c.obj
#33 40.35 [93/1760] Compiling C object subprojects/pango/tests/testlanguage.exe.p/testlanguage.c.obj
#33 40.39 [94/1760] Linking target subprojects/pango/tests/testboundaries_ucd.exe
#33 40.49 [95/1760] Linking target subprojects/pango/tests/testlanguage.exe
#33 40.55 [96/1760] Linking target subprojects/pango/pango/libpangocairo-1.0-0.dll
#33 40.66 [97/1760] Compiling C object subprojects/pango/tests/testtabs.exe.p/testtabs.c.obj
#33 40.76 [98/1760] Linking target subprojects/pango/tests/testtabs.exe
#33 40.77 [99/1760] Compiling C object subprojects/pango/tools/gen-script-for-lang.exe.p/gen-script-for-lang.c.obj
#33 40.83 [100/1760] Compiling C object subprojects/pango/tests/test-ot-tags.exe.p/test-ot-tags.c.obj
#33 40.88 [101/1760] Compiling C object subprojects/pango/tests/testmatrix.exe.p/testmatrix.c.obj
#33 40.95 [102/1760] Linking target subprojects/pango/tests/test-ot-tags.exe
#33 40.99 [103/1760] Linking target subprojects/pango/tests/testmatrix.exe
#33 41.19 [104/1760] Compiling C object subprojects/pango/tests/testcontext.exe.p/testcontext.c.obj
#33 41.21 [105/1760] Generating symbol file subprojects/pango/pango/libpangocairo-1.0-0.dll.p/libpangocairo-1.0-0.dll.symbols
#33 41.38 [106/1760] Linking target subprojects/pango/utils/pango-view.exe
#33 41.43 [107/1760] Compiling C object subprojects/pango/tests/testiter.exe.p/testiter.c.obj
#33 41.44 [108/1760] Compiling C object subprojects/pango/tests/test-bidi.exe.p/test-bidi.c.obj
#33 41.46 [109/1760] Compiling C object subprojects/pango/tests/test-ellipsize.exe.p/test-ellipsize.c.obj
#33 41.46 [110/1760] Compiling C object subprojects/pango/tests/markup-parse.exe.p/test-common.c.obj
#33 41.47 [111/1760] Linking target subprojects/pango/utils/pango-list.exe
#33 41.54 [112/1760] Linking target subprojects/pango/examples/cairotwisted.exe
#33 41.54 [113/1760] Linking target subprojects/pango/examples/cairosimple.exe
#33 41.57 [114/1760] Linking target subprojects/pango/utils/pango-segmentation.exe
#33 41.59 [115/1760] Linking target subprojects/pango/examples/cairoshape.exe
#33 41.60 [116/1760] Linking target subprojects/pango/tests/test-bidi.exe
#33 41.61 [117/1760] Linking target subprojects/pango/tests/testcontext.exe
#33 41.65 [118/1760] Compiling C object subprojects/pango/tests/markup-parse.exe.p/markup-parse.c.obj
#33 41.66 [119/1760] Linking target subprojects/pango/tests/testiter.exe
#33 41.72 [120/1760] Linking target subprojects/pango/tests/test-ellipsize.exe
#33 41.76 [121/1760] Linking target subprojects/pango/tests/markup-parse.exe
#33 42.35 [122/1760] Compiling C object subprojects/pango/tests/test-layout.exe.p/test-common.c.obj
#33 42.41 [123/1760] Compiling C object subprojects/pango/tests/test-shape.exe.p/test-shape.c.obj
#33 42.58 [124/1760] Compiling C object subprojects/pango/tests/test-itemize.exe.p/test-common.c.obj
#33 42.70 [125/1760] Compiling C object subprojects/pango/tests/test-shape.exe.p/test-common.c.obj
#33 42.75 [126/1760] Linking target subprojects/pango/tests/test-itemize.exe
#33 42.78 [127/1760] Compiling C object subprojects/pango/tests/test-layout.exe.p/test-layout.c.obj
#33 42.86 [128/1760] Linking target subprojects/pango/tests/test-shape.exe
#33 42.99 [129/1760] Linking target subprojects/pango/tests/test-layout.exe
#33 43.18 [130/1760] Compiling C object subprojects/pango/tests/test-font.exe.p/test-font.c.obj
#33 43.26 [131/1760] Compiling C object subprojects/pango/tests/testmisc.exe.p/testmisc.c.obj
#33 43.28 [132/1760] Compiling C object subprojects/pango/tests/testattributes.exe.p/test-common.c.obj
#33 43.36 [133/1760] Linking target subprojects/pango/tests/test-font.exe
#33 43.39 [134/1760] Compiling C object subprojects/pango/tests/test-harfbuzz.exe.p/test-harfbuzz.c.obj
#33 43.45 [135/1760] Linking target subprojects/pango/tests/testmisc.exe
#33 43.51 [136/1760] Linking target subprojects/pango/tests/test-harfbuzz.exe
#33 43.77 [137/1760] Compiling C object subprojects/pango/tests/test-break.exe.p/test-common.c.obj
#33 43.89 [138/1760] Linking target subprojects/pango/tools/gen-script-for-lang.exe
#33 44.02 [139/1760] Compiling C object subprojects/pango/tests/test-break.exe.p/validate-log-attrs.c.obj
#33 44.04 [140/1760] Compiling C object subprojects/pango/tests/test-pangocairo-threads.exe.p/test-pangocairo-threads.c.obj
#33 44.18 [141/1760] Compiling C object subprojects/pango/tests/test-break.exe.p/test-break.c.obj
#33 44.22 [142/1760] Linking target subprojects/pango/tests/test-pangocairo-threads.exe
#33 44.35 [143/1760] Compiling C object subprojects/pango/tests/testattributes.exe.p/testattributes.c.obj
#33 44.42 [144/1760] Linking target subprojects/pango/tests/test-break.exe
#33 44.57 [145/1760] Linking target subprojects/pango/tests/testattributes.exe
#33 46.94 [146/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-point.c.obj
#33 46.96 [147/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-point3d.c.obj
#33 46.98 [148/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-plane.c.obj
#33 47.28 [149/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-quad.c.obj
#33 47.29 [150/1760] Compiling C++ object subprojects/pango/tests/cxx-test.exe.p/cxx-test.cpp.obj
#33 47.45 [151/1760] Linking target subprojects/pango/tests/cxx-test.exe
#33 47.94 [152/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-quaternion.c.obj
#33 50.34 [153/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-size.c.obj
#33 50.57 [154/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-sphere.c.obj
#33 50.73 [155/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-ray.c.obj
#33 50.78 [156/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-triangle.c.obj
#33 50.82 [157/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-rect.c.obj
#33 51.22 [158/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-gobject.c.obj
#33 51.26 [159/1760] Compiling C object subprojects/mutest/src/libmutest-1.a.p/mutest-expect.c.obj
#33 51.27 [160/1760] Compiling C object subprojects/mutest/src/libmutest-1.a.p/mutest-format-mocha.c.obj
#33 51.45 [161/1760] Compiling C object subprojects/mutest/src/libmutest-1.a.p/mutest-format-tap.c.obj
#33 51.56 [162/1760] Compiling C object subprojects/mutest/src/libmutest-1.a.p/mutest-matchers.c.obj
#33 51.60 [163/1760] Compiling C object subprojects/mutest/src/libmutest-1.a.p/mutest-main.c.obj
#33 51.63 [164/1760] Compiling C object subprojects/mutest/src/libmutest-1.a.p/mutest-spec.c.obj
#33 51.81 [165/1760] Compiling C object subprojects/mutest/src/libmutest-1.a.p/mutest-suite.c.obj
#33 51.83 [166/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-vectors.c.obj
#33 51.97 [167/1760] Compiling C object subprojects/mutest/src/libmutest-1.a.p/mutest-wrappers.c.obj
#33 52.02 [168/1760] Compiling C object subprojects/mutest/tests/general.exe.p/general.c.obj
#33 52.18 [169/1760] Compiling C object subprojects/mutest/tests/types.exe.p/types.c.obj
#33 52.18 [170/1760] Compiling C object subprojects/mutest/tests/hooks.exe.p/hooks.c.obj
#33 52.31 [171/1760] Generating box.test with a custom command
#33 52.37 [172/1760] Compiling C object subprojects/graphene/tests/box.exe.p/box.c.obj
#33 52.41 [173/1760] Generating euler.test with a custom command
#33 52.50 [174/1760] Compiling C object subprojects/graphene/tests/euler.exe.p/euler.c.obj
#33 52.53 [175/1760] Generating frustum.test with a custom command
#33 52.62 [176/1760] Generating matrix.test with a custom command
#33 52.69 [177/1760] Generating plane.test with a custom command
#33 52.80 [178/1760] Compiling C object subprojects/graphene/tests/frustum.exe.p/frustum.c.obj
#33 52.88 [179/1760] Compiling C object subprojects/graphene/tests/plane.exe.p/plane.c.obj
#33 52.98 [180/1760] Generating point.test with a custom command
#33 53.21 [181/1760] Generating point3d.test with a custom command
#33 53.23 [182/1760] Compiling C object subprojects/graphene/tests/matrix.exe.p/matrix.c.obj
#33 53.49 [183/1760] Generating quad.test with a custom command
#33 53.67 [184/1760] Compiling C object subprojects/graphene/tests/point.exe.p/point.c.obj
#33 53.82 [185/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-simd4f.c.obj
#33 53.97 [186/1760] Generating quaternion.test with a custom command
#33 53.97 [187/1760] Compiling C object subprojects/graphene/tests/quad.exe.p/quad.c.obj
#33 54.06 [188/1760] Compiling C object subprojects/graphene/tests/point3d.exe.p/point3d.c.obj
#33 54.17 [189/1760] Compiling C object subprojects/graphene/src/libgraphene-1.0-0.dll.p/graphene-simd4x4f.c.obj
#33 54.19 [190/1760] Generating ray.test with a custom command
#33 54.28 [191/1760] Generating rect.test with a custom command
#33 54.35 [192/1760] Linking target subprojects/graphene/src/libgraphene-1.0-0.dll
#33 54.41 [193/1760] Compiling C object subprojects/graphene/tests/quaternion.exe.p/quaternion.c.obj
#33 54.47 [194/1760] Compiling C object subprojects/graphene/tests/ray.exe.p/ray.c.obj
#33 54.51 [195/1760] Generating simd.test with a custom command
#33 54.59 [196/1760] Generating size.test with a custom command
#33 54.73 [197/1760] Compiling C object subprojects/graphene/tests/rect.exe.p/rect.c.obj
#33 54.75 [198/1760] Generating sphere.test with a custom command
#33 54.82 [199/1760] Generating triangle.test with a custom command
#33 54.92 [200/1760] Compiling C object subprojects/graphene/tests/size.exe.p/size.c.obj
#33 54.95 [201/1760] Compiling C object subprojects/graphene/tests/simd.exe.p/simd.c.obj
#33 55.01 [202/1760] Compiling C object subprojects/mutest/src/libmutest-1.a.p/mutest-utils.c.obj
#33 55.04 [203/1760] Compiling C object subprojects/graphene/tests/sphere.exe.p/sphere.c.obj
#33 55.11 [204/1760] Linking static target subprojects/mutest/src/libmutest-1.a
#33 55.13 [205/1760] Generating vec2.test with a custom command
#33 55.18 [206/1760] Compiling C object subprojects/graphene/tests/triangle.exe.p/triangle.c.obj
#33 55.22 [207/1760] Generating symbol file subprojects/graphene/src/libgraphene-1.0-0.dll.p/libgraphene-1.0-0.dll.symbols
#33 55.24 [208/1760] Linking target subprojects/mutest/tests/general.exe
#33 55.30 [209/1760] Linking target subprojects/mutest/tests/hooks.exe
#33 55.31 [210/1760] Compiling C object subprojects/graphene/tests/vec2.exe.p/vec2.c.obj
#33 55.32 [211/1760] Linking target subprojects/mutest/tests/types.exe
#33 55.33 [212/1760] Linking target subprojects/graphene/tests/box.exe
#33 55.35 [213/1760] Linking target subprojects/graphene/tests/euler.exe
#33 55.41 [214/1760] Linking target subprojects/graphene/tests/frustum.exe
#33 55.43 [215/1760] Linking target subprojects/graphene/tests/plane.exe
#33 55.44 [216/1760] Linking target subprojects/graphene/tests/matrix.exe
#33 55.45 [217/1760] Compiling C object subprojects/graphene/tests/vec3.exe.p/vec3.c.obj
#33 55.47 [218/1760] Linking target subprojects/graphene/tests/point.exe
#33 55.51 [219/1760] Linking target subprojects/graphene/tests/point3d.exe
#33 55.52 [220/1760] Linking target subprojects/graphene/tests/quad.exe
#33 55.54 [221/1760] Linking target subprojects/graphene/tests/quaternion.exe
#33 55.55 [222/1760] Linking target subprojects/graphene/tests/rect.exe
#33 55.57 [223/1760] Linking target subprojects/graphene/tests/ray.exe
#33 55.58 [224/1760] Linking target subprojects/graphene/tests/simd.exe
#33 55.63 [225/1760] Linking target subprojects/graphene/tests/size.exe
#33 55.65 [226/1760] Linking target subprojects/graphene/tests/triangle.exe
#33 55.66 [227/1760] Linking target subprojects/graphene/tests/vec2.exe
#33 55.68 [228/1760] Linking target subprojects/graphene/tests/sphere.exe
#33 55.70 [229/1760] Generating vec3.test with a custom command
#33 55.72 [230/1760] Linking target subprojects/graphene/tests/vec3.exe
#33 55.76 [231/1760] Generating vec4.test with a custom command
#33 55.88 [232/1760] Compiling C object gtk/css/libgtk_css.a.p/gtkcsserror.c.obj
#33 55.89 [233/1760] Compiling C object gtk/css/libgtk_css.a.p/gtkcsslocation.c.obj
#33 56.10 [234/1760] Compiling C object subprojects/graphene/tests/vec4.exe.p/vec4.c.obj
#33 56.21 [235/1760] Compiling C object gtk/css/libgtk_css.a.p/gtkcsssection.c.obj
#33 56.22 [236/1760] Linking target subprojects/graphene/tests/vec4.exe
#33 56.26 [237/1760] Generating gdkresources_c with a custom command
#33 56.28 [238/1760] Generating gdkresources_h with a custom command
#33 56.42 [239/1760] Compiling C object gtk/css/libgtk_css.a.p/gtkcssdataurl.c.obj
#33 56.53 [240/1760] Compiling C object gtk/css/libgtk_css.a.p/gtkcssserializer.c.obj
#33 56.63 [241/1760] Generating gdkmarshalers_c with a custom command
#33 56.63 INFO: Reading ../gdk/gdkmarshalers.list...
#33 56.77 [242/1760] Generating gtkcssenumtypes.c with a custom command (wrapped by meson to capture output)
#33 56.80 [243/1760] Generating gdkmarshalers_h with a custom command
#33 56.80 INFO: Reading ../gdk/gdkmarshalers.list...
#33 56.88 [244/1760] Generating gskresources_c with a custom command
#33 56.91 [245/1760] Generating gskresources_h with a custom command
#33 56.99 [246/1760] Generating res_resource.rc with a custom command
#33 57.05 [247/1760] Compiling C object gtk/css/libgtk_css.a.p/gtkcssparser.c.obj
#33 57.07 [248/1760] Compiling C object gtk/css/libgtk_css.a.p/gtkcsstokenizer.c.obj
#33 57.16 [249/1760] Compiling C object gtk/css/libgtk_css.a.p/meson-generated_.._gtkcssenumtypes.c.obj
#33 57.25 [250/1760] Linking static target gtk/css/libgtk_css.a
#33 57.57 [251/1760] Generating gdkenumtypes.h with a custom command (wrapped by meson to capture output)
#33 57.61 [252/1760] Generating gskenumtypes.h with a custom command (wrapped by meson to capture output)
#33 61.49 [253/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkdevice-win32.c.obj
#33 61.53 [254/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkdevice-virtual.c.obj
#33 62.38 [255/1760] Compiling C++ object subprojects/libsass/src/libsass.dll.p/ast_supports.cpp.obj
#33 62.88 [256/1760] Compiling C object gdk/libgdk.a.p/meson-generated_.._gdkmarshalers.c.obj
#33 63.02 [257/1760] Generating gdkenumtypes.c with a custom command (wrapped by meson to capture output)
#33 63.11 [258/1760] Compiling C++ object subprojects/libsass/src/libsass.dll.p/ast_sel_cmp.cpp.obj
#33 65.42 [259/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkdevice-winpointer.c.obj
#33 66.79 [260/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkclipboard-win32.c.obj
#33 67.18 [261/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkcairocontext-win32.c.obj
#33 68.20 [262/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkcursor-win32.c.obj
#33 69.90 [263/1760] Compiling C++ object subprojects/libsass/src/libsass.dll.p/ast_values.cpp.obj
#33 70.69 [264/1760] Compiling C++ object subprojects/libsass/src/libsass.dll.p/ast.cpp.obj
#33 70.70 [265/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkdevice-wintab.c.obj
#33 71.33 [266/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkdevicemanager-win32.c.obj
#33 71.33 ../gdk/win32/gdkdevicemanager-win32.c: In function 'wintab_default_display_notify_cb':
#33 71.33 ../gdk/win32/gdkdevicemanager-win32.c:669:15: warning: unused variable 'display' [-Wunused-variable]
#33 71.33   669 |   GdkDisplay *display = gdk_display_get_default();
#33 71.33       |               ^~~~~~~
#33 71.33 ../gdk/win32/gdkdevicemanager-win32.c: In function 'gdk_device_manager_win32_constructed':
#33 71.33 ../gdk/win32/gdkdevicemanager-win32.c:772:19: warning: variable 'default_display' set but not used [-Wunused-but-set-variable]
#33 71.33   772 |       GdkDisplay *default_display = NULL;
#33 71.33       |                   ^~~~~~~~~~~~~~~
#33 71.33 At top level:
#33 71.33 ../gdk/win32/gdkdevicemanager-win32.c:218:1: warning: 'print_cursor' defined but not used [-Wunused-function]
#33 71.33   218 | print_cursor (int index)
#33 71.33       | ^~~~~~~~~~~~
#33 71.33 ../gdk/win32/gdkdevicemanager-win32.c:124:1: warning: 'print_lc' defined but not used [-Wunused-function]
#33 71.33   124 | print_lc(LOGCONTEXT *lc)
#33 71.33       | ^~~~~~~~
#33 72.60 [267/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkclipdrop-win32.c.obj
#33 72.60 ../gdk/win32/gdkclipdrop-win32.c: In function 'inner_clipboard_window_procedure':
#33 72.60 ../gdk/win32/gdkclipdrop-win32.c:1212:14: warning: variable 'hwnd_opener' set but not used [-Wunused-but-set-variable]
#33 72.60  1212 |         HWND hwnd_opener;
#33 72.60       |              ^~~~~~~~~~~
#33 72.60 ../gdk/win32/gdkclipdrop-win32.c: In function '_gdk_win32_store_clipboard_contentformats':
#33 72.60 ../gdk/win32/gdkclipdrop-win32.c:2928:21: warning: unused variable 'clipdrop' [-Wunused-variable]
#33 72.60  2928 |   GdkWin32Clipdrop *clipdrop = _gdk_win32_clipdrop_get ();
#33 72.60       |                     ^~~~~~~~
#33 73.45 [268/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkdisplay-win32.c.obj
#33 74.35 [269/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkdisplaymanager-win32.c.obj
#33 76.96 [270/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkglcontext-win32.c.obj
#33 77.28 [271/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkglobals-win32.c.obj
#33 77.41 [272/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkdrop-win32.c.obj
#33 77.51 [273/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkglcontext-win32-wgl.c.obj
#33 77.51 ../gdk/win32/gdkglcontext-win32-wgl.c: In function 'set_wgl_pixformat_for_hdc':
#33 77.51 ../gdk/win32/gdkglcontext-win32-wgl.c:518:12: warning: variable 'already_checked' set but not used [-Wunused-but-set-variable]
#33 77.51   518 |   gboolean already_checked = TRUE;
#33 77.51       |            ^~~~~~~~~~~~~~~
#33 78.39 [274/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkdrag-win32.c.obj
#33 78.39 ../gdk/win32/gdkdrag-win32.c: In function 'gdk_win32_drag_cancel':
#33 78.39 ../gdk/win32/gdkdrag-win32.c:2009:15: warning: variable 'reason_str' set but not used [-Wunused-but-set-variable]
#33 78.39  2009 |   const char *reason_str = NULL;
#33 78.39       |               ^~~~~~~~~~
#33 78.84 [275/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkevents-win32.c.obj
#33 78.84 ../gdk/win32/gdkevents-win32.c: In function 'handle_wm_paint':
#33 78.84 ../gdk/win32/gdkevents-win32.c:1378:7: warning: variable 'hdc' set but not used [-Wunused-but-set-variable]
#33 78.84  1378 |   HDC hdc;
#33 78.84       |       ^~~
#33 80.85 [276/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkhdataoutputstream-win32.c.obj
#33 81.98 [277/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkinput-winpointer.c.obj
#33 82.26 [278/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkwin32langnotification.c.obj
#33 82.39 [279/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkkeys-win32.c.obj
#33 82.51 [280/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkvulkancontext-win32.c.obj
#33 83.51 [281/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkmonitor-win32.c.obj
#33 83.77 [282/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkmain-win32.c.obj
#33 84.33 [283/1760] Compiling C object gdk/libgdk.a.p/meson-generated_.._gdkenumtypes.c.obj
#33 84.35 [284/1760] Compiling C object gdk/libgdk.a.p/meson-generated_.._gdkresources.c.obj
#33 84.36 [285/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkproperty-win32.c.obj
#33 85.39 [286/1760] Compiling C object gdk/libgdk.a.p/gdkcursor.c.obj
#33 85.52 [287/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkscreen-win32.c.obj
#33 85.67 [288/1760] Compiling C object gdk/libgdk.a.p/gdkdevice.c.obj
#33 85.99 [289/1760] Compiling C object gdk/libgdk.a.p/gdkcontentserializer.c.obj
#33 86.21 [290/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdkwin32id.c.obj
#33 86.28 [291/1760] Compiling C object gdk/libgdk.a.p/gdkapplaunchcontext.c.obj
#33 86.36 [292/1760] Compiling C object gdk/libgdk.a.p/gdkcairo.c.obj
#33 86.66 [293/1760] Compiling C object gdk/libgdk.a.p/gdkcontentproviderimpl.c.obj
#33 86.67 [294/1760] Compiling C object gdk/libgdk.a.p/gdkcairocontext.c.obj
#33 87.09 [295/1760] Compiling C object gdk/libgdk.a.p/gdk.c.obj
#33 87.11 [296/1760] Compiling C object gdk/libgdk.a.p/gdkcontentprovider.c.obj
#33 87.50 [297/1760] Compiling C object gdk/libgdk.a.p/gdkcontentformats.c.obj
#33 88.07 [298/1760] Compiling C object gdk/libgdk.a.p/gdkclipboard.c.obj
#33 88.19 [299/1760] Compiling C object gdk/libgdk.a.p/gdkdevicepad.c.obj
#33 88.23 [300/1760] Compiling C object gdk/libgdk.a.p/gdkcontentdeserializer.c.obj
#33 88.84 [301/1760] Compiling C object gdk/libgdk.a.p/gdkdevicetool.c.obj
#33 88.98 [302/1760] Compiling C object gdk/libgdk.a.p/gdkdisplay.c.obj
#33 89.00 [303/1760] Compiling C object gdk/libgdk.a.p/gdkdrawcontext.c.obj
#33 89.43 [304/1760] Compiling C object gdk/libgdk.a.p/gdkdrop.c.obj
#33 90.14 [305/1760] Compiling C object gdk/libgdk.a.p/filetransferportal.c.obj
#33 90.28 [306/1760] Compiling C object gdk/libgdk.a.p/gdkdrag.c.obj
#33 90.54 [307/1760] Compiling C object gdk/win32/libgdk-win32.a.p/gdksurface-win32.c.obj
#33 90.54 ../gdk/win32/gdksurface-win32.c: In function '_gdk_win32_surface_lacks_wm_decorations':
#33 90.54 ../gdk/win32/gdksurface-win32.c:1807:13: warning: unused variable 'w32_error' [-Wunused-variable]
#33 90.54  1807 |       DWORD w32_error = GetLastError ();
#33 90.54       |             ^~~~~~~~~
#33 90.65 [308/1760] Linking static target gdk/win32/libgdk-win32.a
#33 90.91 [309/1760] Compiling C object gdk/libgdk.a.p/gdkdisplaymanager.c.obj
#33 91.22 [310/1760] Compiling C object gdk/libgdk.a.p/gdkhsla.c.obj
#33 91.23 [311/1760] Compiling C object gdk/libgdk.a.p/gdkframeclock.c.obj
#33 91.33 [312/1760] Compiling C object gdk/libgdk.a.p/gdkgltexture.c.obj
#33 91.63 [313/1760] Compiling C object gdk/libgdk.a.p/gdkframetimings.c.obj
#33 92.00 [314/1760] Compiling C object gdk/libgdk.a.p/gdkevents.c.obj
#33 92.06 [315/1760] Compiling C object gdk/libgdk.a.p/gdkgl.c.obj
#33 92.14 [316/1760] Compiling C object gdk/libgdk.a.p/gdkglobals.c.obj
#33 92.57 [317/1760] Compiling C object gdk/libgdk.a.p/gdkpango.c.obj
#33 92.64 [318/1760] Compiling C object gdk/libgdk.a.p/gdkkeys.c.obj
#33 92.76 [319/1760] Compiling C object gdk/libgdk.a.p/gdkframeclockidle.c.obj
#33 92.86 [320/1760] Compiling C object gdk/libgdk.a.p/gdkpixbuf-drawable.c.obj
#33 92.99 [321/1760] Compiling C object gdk/libgdk.a.p/gdkmonitor.c.obj
#33 93.65 [322/1760] Compiling C object gdk/libgdk.a.p/gdkrectangle.c.obj
#33 93.66 [323/1760] Compiling C object gdk/libgdk.a.p/gdkmemorytexture.c.obj
#33 93.69 [324/1760] Compiling C object gdk/libgdk.a.p/gdkpaintable.c.obj
#33 94.50 [325/1760] Compiling C object gdk/libgdk.a.p/gdkpipeiostream.c.obj
#33 94.54 [326/1760] Compiling C object gdk/libgdk.a.p/gdkseat.c.obj
#33 94.71 [327/1760] Compiling C object gdk/libgdk.a.p/gdkrgba.c.obj
#33 95.13 [328/1760] Compiling C object gdk/libgdk.a.p/gdkvulkancontext.c.obj
#33 95.38 [329/1760] Compiling C object gdk/libgdk.a.p/gdkmemoryformat.c.obj
#33 95.61 [330/1760] Compiling C object gdk/libgdk.a.p/gdkseatdefault.c.obj
#33 95.70 [331/1760] Compiling C object gdk/libgdk.a.p/gdksnapshot.c.obj
#33 96.05 [332/1760] Compiling C object gdk/libgdk.a.p/gdktexture.c.obj
#33 96.06 [333/1760] Compiling C object gdk/libgdk.a.p/gdkprofiler.c.obj
#33 96.11 [334/1760] Compiling C object gdk/libgdk.a.p/gdkkeyuni.c.obj
#33 96.22 [335/1760] Compiling C object gdk/libgdk.a.p/gdkglcontext.c.obj
#33 96.22 ../gdk/gdkglcontext.c: In function 'gdk_gl_context_real_realize':
#33 96.22 ../gdk/gdkglcontext.c:338:5: warning: "HAVE_EGL" is not defined, evaluates to 0 [-Wundef]
#33 96.22   338 | #if HAVE_EGL
#33 96.22       |     ^~~~~~~~
#33 96.22 ../gdk/gdkglcontext.c: In function 'gdk_gl_context_real_clear_current':
#33 96.22 ../gdk/gdkglcontext.c:573:15: warning: unused variable 'display' [-Wunused-variable]
#33 96.22   573 |   GdkDisplay *display = gdk_gl_context_get_display (context);
#33 96.22       |               ^~~~~~~
#33 96.23 [336/1760] Compiling C object gdk/libgdk.a.p/gdkpopup.c.obj
#33 96.66 [337/1760] Compiling C object gdk/libgdk.a.p/gdkdragsurface.c.obj
#33 96.76 [338/1760] Compiling C object gdk/libgdk.a.p/gdkpopuplayout.c.obj
#33 96.80 [339/1760] Compiling C object gdk/libgdk.a.p/gdktoplevellayout.c.obj
#33 96.86 [340/1760] Compiling C object gdk/libgdk.a.p/gdktoplevelsize.c.obj
#33 97.04 [341/1760] Compiling C object gdk/libgdk.a.p/gdktoplevel.c.obj
#33 97.15 [342/1760] Compiling C object gdk/libgdk.a.p/loaders_gdkjpeg.c.obj
#33 97.15 FAILED: gdk/libgdk.a.p/loaders_gdkjpeg.c.obj
#33 97.15 /usr/bin/x86_64-w64-mingw32-gcc -Igdk/libgdk.a.p -Igdk -I../gdk -I. -I.. -I../gdk/x11 -Isubprojects/pango/pango -I../subprojects/pango/pango -Isubprojects/graphene/include -I../subprojects/graphene/include -Isubprojects/pango -I../subprojects/pango -Igtk/css -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gdk-pixbuf-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/libpng16 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include -I/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libffi-3.1/include -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/lib/glib-2.0/include -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/cairo -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pixman-1 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/freetype2 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/fribidi -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gio-win32-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O3 -DG_LOG_USE_STRUCTURED=1 -DGLIB_DISABLE_DEPRECATION_WARNINGS '-DGTK_VERSION="4.5.0"' -D_GNU_SOURCE -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -mstackrealign -mms-bitfields -pthread -mms-bitfields -mms-bitfields -mms-bitfields -mms-bitfields -mms-bitfields -mms-bitfields -mms-bitfields -DGTK_COMPILATION '-DG_LOG_DOMAIN="Gdk"' -fno-strict-aliasing -Wno-missing-include-dirs -Wduplicated-branches -Wduplicated-cond -Wformat=2 -Wformat-nonliteral -Wformat-security -Wignored-qualifiers -Wimplicit-function-declaration -Wlogical-op -Wmisleading-indentation -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wnested-externs -Wold-style-definition -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wuninitialized -Wunused -Werror=address -Werror=array-bounds -Werror=empty-body -Werror=implicit -Werror=implicit-fallthrough -Werror=init-self -Werror=int-to-pointer-cast -Werror=main -Werror=missing-braces -Werror=missing-declarations -Werror=missing-prototypes -Werror=nonnull -Werror=pointer-to-int-cast -Werror=redundant-decls -Werror=return-type -Werror=sequence-point -Werror=trigraphs -Werror=vla -Werror=write-strings -Wcast-align -fvisibility=hidden -MD -MQ gdk/libgdk.a.p/loaders_gdkjpeg.c.obj -MF gdk/libgdk.a.p/loaders_gdkjpeg.c.obj.d -o gdk/libgdk.a.p/loaders_gdkjpeg.c.obj -c ../gdk/loaders/gdkjpeg.c
#33 97.15 ../gdk/loaders/gdkjpeg.c: In function 'gdk_save_jpeg':
#33 97.15 ../gdk/loaders/gdkjpeg.c:293:7: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
#33 97.15   293 |       free (data);
#33 97.15       |       ^~~~
#33 97.15 ../gdk/loaders/gdkjpeg.c:293:7: warning: incompatible implicit declaration of built-in function 'free'
#33 97.15 ../gdk/loaders/gdkjpeg.c:31:1: note: include '<stdlib.h>' or provide a declaration of 'free'
#33 97.15    30 | #include <setjmp.h>
#33 97.15   +++ |+#include <stdlib.h>
#33 97.15    31 |
#33 97.15 ../gdk/loaders/gdkjpeg.c:329:67: error: 'free' undeclared (first use in this function)
#33 97.15   329 |   return g_bytes_new_with_free_func (data, size, (GDestroyNotify) free, NULL);
#33 97.15       |                                                                   ^~~~
#33 97.15 ../gdk/loaders/gdkjpeg.c:329:67: note: 'free' is defined in header '<stdlib.h>'; did you forget to '#include <stdlib.h>'?
#33 97.15 ../gdk/loaders/gdkjpeg.c:329:67: note: each undeclared identifier is reported only once for each function it appears in
#33 97.15 ../gdk/loaders/gdkjpeg.c:330:1: error: control reaches end of non-void function [-Werror=return-type]
#33 97.15   330 | }
#33 97.15       | ^
#33 97.15 cc1: some warnings being treated as errors
#33 97.22 [343/1760] Compiling C object gsk/libgsk_f16c.a.p/ngl_fp16i.c.obj
#33 97.61 [344/1760] Compiling C object gdk/libgdk.a.p/loaders_gdktiff.c.obj
#33 97.77 [345/1760] Generating gskenumtypes.c with a custom command (wrapped by meson to capture output)
#33 97.88 [346/1760] Compiling C object gdk/libgdk.a.p/loaders_gdkpng.c.obj
#33 97.88 [347/1760] Compiling C object gdk/libgdk.a.p/gdksurface.c.obj
#33 97.88 ninja: build stopped: subcommand failed.
------

Using a Windows 11 host.

MGlolenstine commented 2 years ago

Sorry for letting this get stale. I'm currently trying to figure this out. GTK 4.4.x broke some things in the program. You can use the dockerhub version for now. https://hub.docker.com/r/mglolenstine/gtk4-base

MGlolenstine commented 2 years ago

There are now prebuilt images available on both GHCR and dockerhub, so I think this issue should be good to close. If not, feel free to reopen it.