Building on thyme
(from windows-server-2022-amd64-ocaml-5.3)
2026-01-29 11:49.19 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache
/: (user (uid 1000) (gid 1000))
/: (env OPAMPRECISETRACKING 1)
/: (env OPAMUTF8 never)
/: (env OPAMEXTERNALSOLVER builtin-0install)
/: (env OPAMCRITERIA +removed)
/: (env CI true)
/: (env OPAM_HEALTH_CHECK_CI true)
/: (run (shell "ln -f /usr/bin/opam-dev.exe /usr/bin/opam.exe"))
2026-01-29 11:49.19 ---> using "75bf3fbea1cbc65a9803f40104651d67c546cddf5606f6a4af6db8fca92eb5c0" from cache
/: (run (network host)
(shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q f9f7db30fd6e805d48b947df138d463a5433f4d1"))
2026-01-29 11:49.19 ---> using "9ffa4e67a2bc1bb10e9ddbad49fb07bd9ccdabfd46a57b5dc6e4edb83dbbd851" from cache
/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
User configuration:
[NOTE] Make sure that ~\.bash_profile is well sourced in your ~/.bashrc.
Updating ~\.bash_profile.
Added 9 lines after line 1 in ~\.bash_profile.
2026-01-29 11:49.19 ---> using "82d19e1b0719e0b35d8d7240b154fc1d98e1fb03f8ae529f79f6dfe6a46b0e81" from cache
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
(network host)
(shell "opam switch create --repositories=default '5.3' '5.3.0'"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed arch-x86_64.1
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-mingw.1
-> retrieved flexdll.0.44 (cached)
-> retrieved ocaml-config.3 (cached)
-> installed flexdll.0.44
-> installed ocaml-options-vanilla.1
-> retrieved mingw-w64-shims.0.2.0 (cached)
-> installed conf-mingw-w64-gcc-x86_64.1
-> installed ocaml-env-mingw64.1
-> installed system-mingw.1
-> retrieved ocaml-compiler.5.3.0 (cached)
-> installed mingw-w64-shims.0.2.0
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3)
2026-01-29 11:49.19 ---> using "8b7fac19fdffbfdcbbe929eaaa17d227bd9ca5a5ee7e3f828cf2ba2ad64f8ca8" from cache
/: (run (network host)
(shell "opam update --depexts"))
2026-01-29 11:49.19 ---> using "78ba57933dcbd178288706de33aff8e6f3519b4f701f692b063964f16cf2972b" from cache
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
(network host)
(shell "opam remove -y raylib-callbacks.1.6.0\
\nopam install -vy raylib-callbacks.1.6.0\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: raylib-callbacks.1.6.0 | grep -q 'windows-server-2022-amd64-ocaml-5.3'; then\
\n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
\n exit 69\
\n fi\
\nfi \
\n\
\n\
\nexit $res"))
Nothing to do.
[NOTE] raylib-callbacks.1.6.0 is not installed.
The following actions will be performed:
=== recompile 1 package
- recompile mingw-w64-shims 0.2.0 [uses conf-mingw-w64-gcc-i686]
=== install 15 packages
- install conf-libffi 2.0.0 [required by ctypes-foreign]
- install conf-mingw-w64-gcc-i686 1 [required by conf-mingw-w64-libffi-i686]
- install conf-mingw-w64-libffi-i686 1 [required by conf-libffi]
- install conf-mingw-w64-libffi-x86_64 1 [required by conf-libffi]
- install conf-pkg-config 4 [required by ctypes-foreign]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by ctypes-foreign, raylib]
- install ctypes-foreign 0.24.0 [required by raylib-callbacks]
- install dune 3.20.2 [required by raylib-callbacks]
- install dune-configurator 3.20.2 [required by ctypes-foreign, raylib]
- install integers 0.7.0 [required by raylib]
- install patch 3.1.0 [required by raylib]
- install raylib 1.6.0 [required by raylib-callbacks]
- install raylib-callbacks 1.6.0
- install stdlib-shims 0.3.0 [required by integers]
The following system packages will first need to be installed:
mingw64-i686-gcc-core mingw64-i686-libffi mingw64-x86_64-libffi
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe to install them (may need root/sudo access)
2. Display the recommended C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe "--root" "C:\\cygwin64" "--quiet-mode" "unattended" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-i686-gcc-core,mingw64-i686-libffi,mingw64-x86_64-libffi"
- Starting cygwin install, version 2.934
- User has backup/restore rights
- User has symlink creation right
- Current Directory: C:\Windows\system32
- root: C:\cygwin64 system
- Changing gid to Administrators
- Selected local directory: C:\Windows\system32
- net: Preconfig
- site: https://cygwin.mirror.constant.com/
- solving: 4 tasks, update: no, use test packages: no
- solving: 9 tasks, update: no, use test packages: no
- Augmented Transaction List:
- 0 install gettext-locale-alias 0.26-1
- 1 install mingw64-i686-binutils 2.45.1-1
- 2 install mingw64-i686-libffi 3.2.1-1
- 3 install mingw64-i686-windows-default-manifest 6.4-1
- 4 install mingw64-i686-winpthreads 13.0.0-1
- 5 install mingw64-x86_64-libffi 3.2.1-2
- 6 install mingw64-i686-headers 13.0.0-1
- 7 install mingw64-i686-runtime 13.0.0-1
- 8 install mingw64-i686-gcc-core 13.4.0-1
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/gettext-locale-alias/gettext-locale-alias-0.26-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.45.1-1-x86_64.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libffi/mingw64-i686-libffi-3.2.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libffi/mingw64-x86_64-libffi-3.2.1-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-13.4.0-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/gettext-locale-alias/gettext-locale-alias-0.26-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.45.1-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libffi/mingw64-i686-libffi-3.2.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libffi/mingw64-x86_64-libffi-3.2.1-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-13.4.0-1-x86_64.tar.zst
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
- Ending cygwin install
- NOTE: you should run 'diskperf -y' to enable the disk statistics
- NOTE: you should run 'diskperf -y' to enable the disk statistics
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 6/46: [csexp.1.5.2: extract]
Processing 7/46: [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: http]
Processing 8/46: [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [dune.3.20.2, dune-configurator.3.20.2: http]
Processing 9/46: [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [dune.3.20.2, dune-configurator.3.20.2: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc]
Processing 10/46: [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [dune.3.20.2, dune-configurator.3.20.2: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved csexp.1.5.2 (cached)
Processing 10/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [dune.3.20.2, dune-configurator.3.20.2: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 11/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [dune.3.20.2, dune-configurator.3.20.2: http] [integers.0.7.0: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 11/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: http] [integers.0.7.0: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 11/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [integers.0.7.0: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved integers.0.7.0 (cached)
Processing 11/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 12/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [mingw-w64-shims.0.2.0: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
+ C:\cygwin64\bin\i686-w64-mingw32-gcc.exe "--version" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-gcc-i686.1)
- i686-w64-mingw32-gcc (GCC) 13.4.0
- Copyright (C) 2023 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-> compiled conf-mingw-w64-gcc-i686.1
Processing 12/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [mingw-w64-shims.0.2.0: extract] [conf-pkg-config: pkgconf]
-> installed conf-mingw-w64-gcc-i686.1
Processing 13/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [mingw-w64-shims.0.2.0: extract] [conf-pkg-config: pkgconf]
-> retrieved mingw-w64-shims.0.2.0 (cached)
Processing 13/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [conf-pkg-config: pkgconf]
Processing 14/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: http] [conf-pkg-config: pkgconf]
+ C:\cygwin64\bin\pkgconf.exe "--version" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-pkg-config.4)
- 2.5.1
-> compiled conf-pkg-config.4
Processing 14/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: http]
-> removed mingw-w64-shims.0.2.0
Processing 15/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: http]
-> installed conf-pkg-config.4
Processing 16/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: http]
Processing 17/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: http] [conf-mingw-w64-libffi-i686: pkgconf libffi]
Processing 18/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: http] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi]
Processing 19/46: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: http] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.24.0.tar.gz)
Processing 19/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: http] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
Processing 20/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: http] [raylib.1.6.0, raylib-callbacks.1.6.0: http] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
Processing 20/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: http] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
Processing 20/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [patch.3.1.0: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
-> retrieved patch.3.1.0 (https://github.com/hannesm/patch/releases/download/v3.1.0/patch-3.1.0.tbz)
Processing 20/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
Processing 21/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [stdlib-shims.0.3.0: extract] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
+ C:\cygwin64\bin\pkgconf.exe "--personality=i686-w64-mingw32" "libffi" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-libffi-i686.1)
-> compiled conf-mingw-w64-libffi-i686.1
Processing 21/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [stdlib-shims.0.3.0: extract] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
-> installed conf-mingw-w64-libffi-i686.1
Processing 22/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [stdlib-shims.0.3.0: extract] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
+ C:\cygwin64\bin\pkgconf.exe "--personality=x86_64-w64-mingw32" "libffi" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-libffi-x86_64.1)
-> compiled conf-mingw-w64-libffi-x86_64.1
Processing 22/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [stdlib-shims.0.3.0: extract] [mingw-w64-shims: sh mingw-w64-shims]
-> installed conf-mingw-w64-libffi-x86_64.1
Processing 23/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [stdlib-shims.0.3.0: extract] [mingw-w64-shims: sh mingw-w64-shims]
Processing 24/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [stdlib-shims.0.3.0: extract] [conf-libffi: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
-> retrieved stdlib-shims.0.3.0 (cached)
Processing 24/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [conf-libffi: pkgconf libffi] [mingw-w64-shims: sh mingw-w64-shims]
+ C:\cygwin64\bin\sh.exe "./gen_config.sh" "mingw-w64-shims" "i686-binutils" "i686-gcc-core" "i686-gcc-g++-false" "x86_64-binutils" "x86_64-gcc-core" "x86_64-gcc-g++-false" "pkgconf" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\mingw-w64-shims.0.2.0)
-> compiled mingw-w64-shims.0.2.0
Processing 24/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [conf-libffi: pkgconf libffi]
-> installed mingw-w64-shims.0.2.0
Processing 25/46: [dune.3.20.2, dune-configurator.3.20.2: extract] [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [conf-libffi: pkgconf libffi]
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)
Processing 25/46: [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [conf-libffi: pkgconf libffi]
Processing 26/46: [raylib.1.6.0, raylib-callbacks.1.6.0: extract] [conf-libffi: pkgconf libffi] [dune: ocaml 7]
-> retrieved raylib.1.6.0, raylib-callbacks.1.6.0 (https://github.com/tjammer/raylib-ocaml/releases/download/1.6.0/raylib-1.6.0.tbz)
Processing 26/46: [conf-libffi: pkgconf libffi] [dune: ocaml 7]
+ C:\cygwin64\bin\pkgconf.exe "--personality=x86_64-w64-mingw32" "libffi" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-libffi.2.0.0)
-> compiled conf-libffi.2.0.0
Processing 26/46: [dune: ocaml 7]
-> installed conf-libffi.2.0.0
Processing 27/46: [dune: ocaml 7]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\ocaml.exe "boot/bootstrap.ml" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.20.2)
- ocamlc -output-complete-exe -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- .\.duneboot.exe -j 7
-
Processing 27/46: [dune: ./_boot/dune.exe build]
+ C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.20.2\./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.20.2)
-> compiled dune.3.20.2
-> installed dune.3.20.2
Processing 29/46: [csexp: dune build]
Processing 30/46: [csexp: dune build] [patch: dune build]
Processing 31/46: [csexp: dune build] [patch: dune build] [stdlib-shims: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "stdlib-shims" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\stdlib-shims.0.3.0)
-> compiled stdlib-shims.0.3.0
Processing 31/46: [csexp: dune build] [patch: dune build]
-> installed stdlib-shims.0.3.0
Processing 32/46: [csexp: dune build] [patch: dune build]
Processing 33/46: [csexp: dune build] [integers: dune build] [patch: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "csexp" "-j" "7" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\csexp.1.5.2)
- (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlc.opt.exe -w -40 -g -bin-annot -bin-annot-occurrences -I src/.csexp.objs/byte -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/byte/csexp.cmo -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 | [@@inlined always]
- ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlopt.opt.exe -w -40 -g -I src/.csexp.objs/byte -I src/.csexp.objs/native -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/native/csexp.cmx -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 | [@@inlined always]
- ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
-> compiled csexp.1.5.2
Processing 33/46: [integers: dune build] [patch: dune build]
-> installed csexp.1.5.2
Processing 34/46: [integers: dune build] [patch: dune build]
Processing 35/46: [dune-configurator: rm] [integers: dune build] [patch: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "integers" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\integers.0.7.0)
-> compiled integers.0.7.0
Processing 35/46: [dune-configurator: rm] [patch: dune build]
-> installed integers.0.7.0
Processing 36/46: [dune-configurator: rm] [patch: dune build]
+ C:\cygwin64\bin\rm.exe "-rf" "vendor/csexp" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune-configurator.3.20.2)
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "patch" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\patch.3.1.0)
-> compiled patch.3.1.0
Processing 36/46: [dune-configurator: rm]
-> installed patch.3.1.0
Processing 37/46: [dune-configurator: rm]
+ C:\cygwin64\bin\rm.exe "-rf" "vendor/pp" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune-configurator.3.20.2)
Processing 37/46: [dune-configurator: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "dune-configurator" "-j" "7" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune-configurator.3.20.2)
-> compiled dune-configurator.3.20.2
-> installed dune-configurator.3.20.2
Processing 39/46: [ctypes: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "ctypes" "-j" "7" "--promote-install-files=false" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ctypes.0.24.0)
- (cd _build/default/src/ctypes && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -Wall -fdiagnostics-color=always -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:\Users\opam\AppData\Local\opam\5.3\lib\integers -I C:\Users\opam\AppData\Local\opam\5.3\lib\stdlib-shims -o type_info_stubs.o -c type_info_stubs.c)
- type_info_stubs.c: In function 'ctypes_string_of_prim':
- type_info_stubs.c:147:57: warning: unknown conversion type character 'z' in format [-Wformat=]
- 147 | case Ctypes_Size_t: len = snprintf(buf, sizeof buf, "%zu", (size_t)ctypes_size_t_val(v)); break;
- | ^
- type_info_stubs.c:147:55: warning: too many arguments for format [-Wformat-extra-args]
- 147 | case Ctypes_Size_t: len = snprintf(buf, sizeof buf, "%zu", (size_t)ctypes_size_t_val(v)); break;
- | ^~~~~
- type_info_stubs.c:162:62: warning: format '%Lg' expects argument of type 'double', but argument 4 has type 'long double' [-Wformat=]
- 162 | case Ctypes_LDouble: len = snprintf(buf, sizeof buf, "%.12Lg", ctypes_ldouble_val(v)); break;
- | ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~
- | | |
- | | long double
- | double
- type_info_stubs.c:175:43: warning: format '%Lg' expects argument of type 'double', but argument 4 has type 'long double' [-Wformat=]
- 175 | len = snprintf(buf, sizeof buf, "%.12Lg+%.12Lgi", ctypes_compat_creall(c), ctypes_compat_cimagl(c));
- | ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~
- | | |
- | double long double
- type_info_stubs.c:175:50: warning: format '%Lg' expects argument of type 'double', but argument 5 has type 'long double' [-Wformat=]
- 175 | len = snprintf(buf, sizeof buf, "%.12Lg+%.12Lgi", ctypes_compat_creall(c), ctypes_compat_cimagl(c));
- | ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~
- | | |
- | double long double
- (cd _build/default/src/ctypes && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -Wall -fdiagnostics-color=always -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:\Users\opam\AppData\Local\opam\5.3\lib\integers -I C:\Users\opam\AppData\Local\opam\5.3\lib\stdlib-shims -o ldouble_stubs.o -c ldouble_stubs.c)
- ldouble_stubs.c: In function 'format_ldouble':
- ldouble_stubs.c:369:39: warning: format '%Lf' expects argument of type 'double', but argument 6 has type 'long double' [-Wformat=]
- 369 | print_len = snprintf(NULL, 0, "%*.*Lf", width, prec, d);
- | ~~~~~^ ~
- | | |
- | double long double
- ldouble_stubs.c:379:36: warning: format '%Lf' expects argument of type 'double', but argument 6 has type 'long double' [-Wformat=]
- 379 | snprintf(buf, print_len+1, "%*.*Lf", width, prec, d);
- | ~~~~~^ ~
- | | |
- | double long double
Processing 39/46: [ctypes: dune install]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "install" "-p" "ctypes" "--create-install-files" "ctypes" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ctypes.0.24.0)
-> compiled ctypes.0.24.0
-> installed ctypes.0.24.0
Processing 41/46: [ctypes-foreign: dune build]
Processing 42/46: [ctypes-foreign: dune build] [raylib: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "ctypes-foreign" "-j" "7" "--promote-install-files=false" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ctypes-foreign.0.24.0)
Processing 42/46: [ctypes-foreign: dune install] [raylib: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "install" "-p" "ctypes-foreign" "--create-install-files" "ctypes-foreign" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ctypes-foreign.0.24.0)
-> compiled ctypes-foreign.0.24.0
Processing 42/46: [raylib: dune build]
-> installed ctypes-foreign.0.24.0
Processing 43/46: [raylib: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "raylib" "-j" "7" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\raylib.1.6.0)
- (cd _build/default/src/c && .\apply_patch.exe enable_formats.patch)
- vendor/raylib/src/config.h
- patching vendor/raylib/src/config.h
- (cd _build/default/src/c && .\apply_patch.exe mingw64.patch)
- vendor/raylib/src/Makefile
- patching vendor/raylib/src/Makefile
- (cd _build/default/src/c && C:\cygwin64\bin\make.exe -C vendor/raylib/src RAYLIB_LIBTYPE=STATIC -j 8)
- make: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/raylib.1.6.0/_build/default/src/c/vendor/raylib/src'
- x86_64-w64-mingw32-gcc -c rcore.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include
- x86_64-w64-mingw32-gcc -c rshapes.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include
- x86_64-w64-mingw32-gcc -c rtextures.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include
- x86_64-w64-mingw32-gcc -c rtext.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include
- x86_64-w64-mingw32-gcc -c utils.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include
- x86_64-w64-mingw32-gcc -c rglfw.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include
- x86_64-w64-mingw32-gcc -c rmodels.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include
- x86_64-w64-mingw32-gcc -c raudio.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include
- x86_64-w64-mingw32-ar rcs ../src/libraylib.a rcore.o rshapes.o rtextures.o rtext.o utils.o rglfw.o rmodels.o raudio.o
- raylib static library generated (libraylib.a) in ../src!
- make: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/raylib.1.6.0/_build/default/src/c/vendor/raylib/src'
- In file included from rmodels.c:43:
- external/par_shapes.h: In function 'par_shapes_create_disk':
- raylib.h:133:33: warning: argument 1 range [18446744069414584320, 18446744073709551614] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
- 133 | #define RL_MALLOC(sz) malloc(sz)
- | ^~~~~~~~~~
- rmodels.c:99:35: note: in expansion of macro 'RL_MALLOC'
- 99 | #define PAR_MALLOC(T, N) ((T*)RL_MALLOC(N*sizeof(T)))
- | ^~~~~~~~~
- external/par_shapes.h:741:23: note: in expansion of macro 'PAR_MALLOC'
- 741 | mesh->triangles = PAR_MALLOC(PAR_SHAPES_T, 3 * mesh->ntriangles);
- | ^~~~~~~~~~
- In file included from rmodels.c:57:
- /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:454:17: note: in a call to allocation function 'malloc' declared here
- 454 | void *__cdecl malloc(size_t _Size);
- | ^~~~~~
- (cd _build/default/src/c && C:\cygwin64\bin\make.exe -C vendor/raylib/src clean)
- make: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/raylib.1.6.0/_build/default/src/c/vendor/raylib/src'
- del *.o /s
- Microsoft Windows [Version 10.0.20348.1906]
- (c) Microsoft Corporation. All rights reserved.
-
- opam@WIN-SBFJJPE20MA C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\raylib.1.6.0\_build\default\src\c\vendor\raylib\src>cd ../src & \
- del libraylib.a /s & \
- del libraylibdll.a /s & \
- del raylib.dll /s & \
- del raygui.c /s & \
-
- Microsoft Windows [Version 10.0.20348.1906]
- (c) Microsoft Corporation. All rights reserved.
-
- opam@WIN-SBFJJPE20MA C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\raylib.1.6.0\_build\default\src\c\vendor\raylib\src>removed all generated files!
- make: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/raylib.1.6.0/_build/default/src/c/vendor/raylib/src'
- (cd _build/default/src/c && C:\cygwin64\bin\make.exe -C vendor/raylib/src RAYLIB_LIBTYPE=SHARED -j 8)
- make: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/raylib.1.6.0/_build/default/src/c/vendor/raylib/src'
- x86_64-w64-mingw32-gcc -shared -o ../src/raylib.dll rcore.o rshapes.o rtextures.o rtext.o utils.o rglfw.o rmodels.o raudio.o -L. -L../src -Wl,--out-implib,../src/libraylibdll.a -static-libgcc -lopengl32 -lgdi32 -lwinmm
- raylib dynamic library (raylib.dll) and import library (libraylibdll.a) generated!
- make: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/raylib.1.6.0/_build/default/src/c/vendor/raylib/src'
- (cd _build/default/src/c/raylib && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -Wall -fdiagnostics-color=always -I../vendor/raylib/src -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\str -I C:\Users\opam\AppData\Local\opam\5.3\lib\ctypes -I C:\Users\opam\AppData\Local\opam\5.3\lib\ctypes\stubs -I C:\Users\opam\AppData\Local\opam\5.3\lib\integers -I C:\Users\opam\AppData\Local\opam\5.3\lib\stdlib-shims -o raylib__c_cout_generated_functions__Functions__Functions.o -c raylib__c_cout_generated_functions__Functions__Functions.c)
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_46_GetClipboardText':
- raylib__c_cout_generated_functions__Functions__Functions.c:445:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 445 | char* x310 = GetClipboardText();
- | ^~~~~~~~~~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_112_LoadFileData':
- raylib__c_cout_generated_functions__Functions__Functions.c:1155:45: warning: pointer targets in passing argument 2 of 'LoadFileData' differ in signedness [-Wpointer-sign]
- 1155 | unsigned char* x873 = LoadFileData(x871, x872);
- | ^~~~
- | |
- | unsigned int *
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:1:
- ../vendor/raylib/src/raylib.h:1115:62: note: expected 'int *' but argument is of type 'unsigned int *'
- 1115 | RLAPI unsigned char *LoadFileData(const char *fileName, int *dataSize); // Load file data as byte array (read)
- | ~~~~~^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_113_UnloadFileData':
- raylib__c_cout_generated_functions__Functions__Functions.c:1165:19: warning: passing argument 1 of 'UnloadFileData' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 1165 | UnloadFileData(x878);
- | ^~~~
- ../vendor/raylib/src/raylib.h:1116:42: note: expected 'unsigned char *' but argument is of type 'const char *'
- 1116 | RLAPI void UnloadFileData(unsigned char *data); // Unload file data allocated by LoadFileData()
- | ~~~~~~~~~~~~~~~^~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_115_ExportDataAsCode':
- raylib__c_cout_generated_functions__Functions__Functions.c:1189:34: warning: pointer targets in passing argument 1 of 'ExportDataAsCode' differ in signedness [-Wpointer-sign]
- 1189 | _Bool x903 = ExportDataAsCode(x898, x899, x902);
- | ^~~~
- | |
- | const char *
- ../vendor/raylib/src/raylib.h:1118:50: note: expected 'const unsigned char *' but argument is of type 'const char *'
- 1118 | RLAPI bool ExportDataAsCode(const unsigned char *data, int dataSize, const char *fileName); // Export data to code (.h), returns true on success
- | ~~~~~~~~~~~~~~~~~~~~~^~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_117_UnloadFileText':
- raylib__c_cout_generated_functions__Functions__Functions.c:1209:19: warning: passing argument 1 of 'UnloadFileText' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 1209 | UnloadFileText(x914);
- | ^~~~
- ../vendor/raylib/src/raylib.h:1120:33: note: expected 'char *' but argument is of type 'const char *'
- 1120 | RLAPI void UnloadFileText(char *text); // Unload file text data allocated by LoadFileText()
- | ~~~~~~^~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_118_SaveFileText':
- raylib__c_cout_generated_functions__Functions__Functions.c:1220:36: warning: passing argument 2 of 'SaveFileText' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 1220 | _Bool x923 = SaveFileText(x921, x922);
- | ^~~~
- ../vendor/raylib/src/raylib.h:1121:53: note: expected 'char *' but argument is of type 'const char *'
- 1121 | RLAPI bool SaveFileText(const char *fileName, char *text); // Save text data to file (write), string must be '\0' terminated, returns true on success
- | ~~~~~~^~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_268_LoadImageAnimFromMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:3301:56: warning: pointer targets in passing argument 2 of 'LoadImageAnimFromMemory' differ in signedness [-Wpointer-sign]
- 3301 | struct Image x2957 = LoadImageAnimFromMemory(x2951, x2952, x2953, x2956);
- | ^~~~~
- | |
- | const char *
- ../vendor/raylib/src/raylib.h:1326:80: note: expected 'const unsigned char *' but argument is of type 'const char *'
- 1326 | RLAPI Image LoadImageAnimFromMemory(const char *fileType, const unsigned char *fileData, int dataSize, int *frames); // Load image sequence from memory buffer
- | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_269_LoadImageFromMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:3314:52: warning: pointer targets in passing argument 2 of 'LoadImageFromMemory' differ in signedness [-Wpointer-sign]
- 3314 | struct Image x2969 = LoadImageFromMemory(x2964, x2965, x2966);
- | ^~~~~
- | |
- | const char *
- ../vendor/raylib/src/raylib.h:1327:76: note: expected 'const unsigned char *' but argument is of type 'const char *'
- 1327 | RLAPI Image LoadImageFromMemory(const char *fileType, const unsigned char *fileData, int dataSize); // Load image from memory buffer, fileType refers to extension: i.e. '.png'
- | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_275_ExportImageToMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:3382:24: warning: pointer targets in initialization of 'const char *' from 'unsigned char *' differ in signedness [-Wpointer-sign]
- 3382 | char const* x3020 = ExportImageToMemory(x3017, x3018, x3019);
- | ^~~~~~~~~~~~~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_384_LoadFontFromMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:4986:30: warning: pointer targets in passing argument 2 of 'LoadFontFromMemory' differ in signedness [-Wpointer-sign]
- 4986 | LoadFontFromMemory(x4623, x4624, x4625, x4628, x4631, x4632);
- | ^~~~~
- | |
- | const char *
- ../vendor/raylib/src/raylib.h:1464:74: note: expected 'const unsigned char *' but argument is of type 'const char *'
- 1464 | RLAPI Font LoadFontFromMemory(const char *fileType, const unsigned char *fileData, int dataSize, int fontSize, int *codepoints, int codepointCount); // Load font from memory buffer, fileType refers to extension: i.e. '.ttf'
- | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_386_LoadFontData':
- raylib__c_cout_generated_functions__Functions__Functions.c:5026:17: warning: pointer targets in passing argument 1 of 'LoadFontData' differ in signedness [-Wpointer-sign]
- 5026 | LoadFontData(x4659, x4660, x4663, x4666, x4667, x4670);
- | ^~~~~
- | |
- | const char *
- ../vendor/raylib/src/raylib.h:1466:52: note: expected 'const unsigned char *' but argument is of type 'const char *'
- 1466 | RLAPI GlyphInfo *LoadFontData(const unsigned char *fileData, int dataSize, int fontSize, int *codepoints, int codepointCount, int type); // Load font data for further use
- | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_412_TextCopy':
- raylib__c_cout_generated_functions__Functions__Functions.c:5433:25: warning: passing argument 1 of 'TextCopy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 5433 | int x5056 = TextCopy(x5054, x5055);
- | ^~~~~
- ../vendor/raylib/src/raylib.h:1501:26: note: expected 'char *' but argument is of type 'const char *'
- 1501 | RLAPI int TextCopy(char *dst, const char *src); // Copy one string to another, returns bytes copied
- | ~~~~~~^~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_418_TextAppend':
- raylib__c_cout_generated_functions__Functions__Functions.c:5502:15: warning: passing argument 1 of 'TextAppend' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 5502 | TextAppend(x5113, x5114, x5115);
- | ^~~~~
- ../vendor/raylib/src/raylib.h:1510:29: note: expected 'char *' but argument is of type 'const char *'
- 1510 | RLAPI void TextAppend(char *text, const char *append, int *position); // Append text at specific position and move cursor!
- | ~~~~~~^~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_509_LoadWaveFromMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:6921:50: warning: pointer targets in passing argument 2 of 'LoadWaveFromMemory' differ in signedness [-Wpointer-sign]
- 6921 | struct Wave x6552 = LoadWaveFromMemory(x6547, x6548, x6549);
- | ^~~~~
- | |
- | const char *
- ../vendor/raylib/src/raylib.h:1635:74: note: expected 'const unsigned char *' but argument is of type 'const char *'
- 1635 | RLAPI Wave LoadWaveFromMemory(const char *fileType, const unsigned char *fileData, int dataSize); // Load wave from memory buffer, fileType refers to extension: i.e. '.wav'
- | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_535_LoadMusicStreamFromMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:7217:58: warning: pointer targets in passing argument 2 of 'LoadMusicStreamFromMemory' differ in signedness [-Wpointer-sign]
- 7217 | struct Music x6796 = LoadMusicStreamFromMemory(x6791, x6792, x6793);
- | ^~~~~
- | |
- | const char *
- ../vendor/raylib/src/raylib.h:1665:82: note: expected 'const unsigned char *' but argument is of type 'const char *'
- 1665 | RLAPI Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data, int dataSize); // Load music stream from data
- | ~~~~~~~~~~~~~~~~~~~~~^~~~
-> compiled raylib.1.6.0
-> installed raylib.1.6.0
Processing 45/46: [raylib-callbacks: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "raylib-callbacks" "-j" "7" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\raylib-callbacks.1.6.0)
-> compiled raylib-callbacks.1.6.0
-> installed raylib-callbacks.1.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-29 12:05.41 ---> saved as "4f47dcbfdabda7a1a66150bbed8ed618118c2c7eaf27c84293b08ff06aee3b83"
Job succeeded