(for PR #28495)

2026-05-04 08:20.06: New job: build efl.1.17.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on macos-homebrew-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn efl.1.17.0 1.17.0
RUN opam reinstall efl.1.17.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'efl.1.17.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-05-04 08:20.06: Using cache hint "macos-homebrew-ocaml-4.14-efl.1.17.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.06: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url -k local --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn efl.1.17.0 1.17.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall efl.1.17.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'efl.1.17.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-04 08:20.06: Waiting for resource in pool OCluster
2026-05-04 08:20.07: Waiting for worker…
2026-05-04 09:26.15: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files:  25% (4860/18902)
Updating files:  26% (4915/18902)
Updating files:  27% (5104/18902)
Updating files:  28% (5293/18902)
Updating files:  29% (5482/18902)
Updating files:  30% (5671/18902)
Updating files:  31% (5860/18902)
Updating files:  32% (6049/18902)
Updating files:  33% (6238/18902)
Updating files:  34% (6427/18902)
Updating files:  35% (6616/18902)
Updating files:  36% (6805/18902)
Updating files:  37% (6994/18902)
Updating files:  38% (7183/18902)
Updating files:  39% (7372/18902)
Updating files:  40% (7561/18902)
Updating files:  41% (7750/18902)
Updating files:  42% (7939/18902)
Updating files:  43% (8128/18902)
Updating files:  44% (8317/18902)
Updating files:  45% (8506/18902)
Updating files:  46% (8695/18902)
Updating files:  47% (8884/18902)
Updating files:  48% (9073/18902)
Updating files:  49% (9262/18902)
Updating files:  49% (9295/18902)
Updating files:  50% (9451/18902)
Updating files:  51% (9641/18902)
Updating files:  52% (9830/18902)
Updating files:  53% (10019/18902)
Updating files:  54% (10208/18902)
Updating files:  55% (10397/18902)
Updating files:  56% (10586/18902)
Updating files:  57% (10775/18902)
Updating files:  58% (10964/18902)
Updating files:  59% (11153/18902)
Updating files:  60% (11342/18902)
Updating files:  61% (11531/18902)
Updating files:  62% (11720/18902)
Updating files:  63% (11909/18902)
Updating files:  64% (12098/18902)
Updating files:  65% (12287/18902)
Updating files:  66% (12476/18902)
Updating files:  67% (12665/18902)
Updating files:  68% (12854/18902)
Updating files:  69% (13043/18902)
Updating files:  70% (13232/18902)
Updating files:  71% (13421/18902)
Updating files:  72% (13610/18902)
Updating files:  72% (13788/18902)
Updating files:  73% (13799/18902)
Updating files:  74% (13988/18902)
Updating files:  75% (14177/18902)
Updating files:  76% (14366/18902)
Updating files:  77% (14555/18902)
Updating files:  78% (14744/18902)
Updating files:  79% (14933/18902)
Updating files:  80% (15122/18902)
Updating files:  81% (15311/18902)
Updating files:  82% (15500/18902)
Updating files:  83% (15689/18902)
Updating files:  84% (15878/18902)
Updating files:  85% (16067/18902)
Updating files:  86% (16256/18902)
Updating files:  87% (16445/18902)
Updating files:  88% (16634/18902)
Updating files:  89% (16823/18902)
Updating files:  90% (17012/18902)
Updating files:  91% (17201/18902)
Updating files:  92% (17390/18902)
Updating files:  93% (17579/18902)
Updating files:  94% (17768/18902)
Updating files:  95% (17957/18902)
Updating files:  96% (18146/18902)
Updating files:  97% (18335/18902)
Updating files:  98% (18524/18902)
Updating files:  99% (18713/18902)
Updating files:  99% (18830/18902)
Updating files: 100% (18902/18902)
Updating files: 100% (18902/18902), done.
HEAD is now at 7d5cbdbc11 Merge pull request #29840 from mtelvers/opam-publish-dockerfile-cmd.8.3.7
Merge made by the 'ort' strategy.
 packages/efl/efl.1.12.0/opam | 2 +-
 packages/efl/efl.1.13.0/opam | 2 +-
 packages/efl/efl.1.17.0/opam | 2 +-
 packages/efl/efl.1.18.0/opam | 2 +-
 packages/efl/efl.1.19.0/opam | 2 +-
 packages/efl/efl.1.20.0/opam | 2 +-
 packages/efl/efl.1.22.0/opam | 2 +-
 packages/efl/efl.1.24.0/opam | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

(from macos-homebrew-ocaml-4.14)
2026-05-04 09:26.15 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

/: (user (uid 1000) (gid 1000))

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-04 09:26.16 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-05-04 09:26.16 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache

/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 11
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-05-04 09:26.17 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2026-05-04 09:26.17 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-05-04 09:26.19 ---> using "8b59fe5ac759ecb3ab1a2e1f78fba31809cc98fb7165938bb40810489986aab2" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at file:///Users/mac1000/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-05-04 09:26.20 ---> using "544602168ed8f35ae0fbc2b6b9d4608e783311b97d4d6a312c10ed8c90ac946a" from cache

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:f2bc4c3b081b09d7dcca97a8b8c5e102116e6ba68a5c118d6d961cf33b3162ec
- #=#=#                                                                          
- 
                                                                           0.1%
                                                                           0.7%
                                                                           0.8%
                                                                           1.2%
#                                                                          1.5%
#                                                                          1.6%
- 
#                                                                          1.7%
#                                                                          1.9%
#                                                                          2.0%
#                                                                          2.1%
#                                                                          2.2%
#                                                                          2.3%
#                                                                          2.5%
#                                                                          2.6%
#                                                                          2.7%
##                                                                         2.9%
- 
##                                                                         3.0%
##                                                                         3.1%
##                                                                         3.3%
##                                                                         3.4%
##                                                                         3.5%
##                                                                         3.7%
##                                                                         3.8%
##                                                                         3.9%
##                                                                         4.1%
###                                                                        4.2%
- 
###                                                                        4.3%
###                                                                        4.5%
###                                                                        4.6%
###                                                                        4.7%
###                                                                        4.9%
###                                                                        5.0%
###                                                                        5.1%
###                                                                        5.3%
- 
###                                                                        5.4%
###                                                                        5.5%
####                                                                       5.7%
####                                                                       5.8%
####                                                                       5.9%
####                                                                       6.1%
####                                                                       6.2%
####                                                                       6.3%
- 
####                                                                       6.5%
####                                                                       6.6%
####                                                                       6.7%
####                                                                       6.8%
#####                                                                      7.0%
#####                                                                      7.1%
#####                                                                      7.2%
#####                                                                      7.4%
- 
#####                                                                      7.5%
#####                                                                      7.6%
#####                                                                      7.8%
#####                                                                      7.9%
#####                                                                      8.0%
#####                                                                      8.2%
#####                                                                      8.3%
######                                                                     8.4%
######                                                                     8.6%
######                                                                     8.7%
- 
######                                                                     8.8%
######                                                                     9.0%
######                                                                     9.1%
######                                                                     9.2%
######                                                                     9.4%
######                                                                     9.5%
######                                                                     9.6%
#######                                                                    9.8%
#######                                                                    9.9%
- 
#######                                                                   10.0%
#######                                                                   10.2%
#######                                                                   10.3%
#######                                                                   10.4%
#######                                                                   10.6%
#######                                                                   10.7%
#######                                                                   10.8%
#######                                                                   11.0%
- 
#######                                                                   11.1%
########                                                                  11.2%
########                                                                  11.4%
########                                                                  11.5%
########                                                                  11.6%
########                                                                  11.7%
########                                                                  11.9%
########                                                                  12.0%
########                                                                  12.1%
########                                                                  12.3%
- 
########                                                                  12.4%
#########                                                                 12.5%
#########                                                                 12.7%
#########                                                                 12.8%
#########                                                                 12.9%
#########                                                                 13.0%
#########                                                                 13.2%
#########                                                                 13.3%
#########                    
-                                              13.4%
#########                                                                 13.6%
#########                                                                 13.7%
#########                                                                 13.8%
##########                                                                14.0%
##########                                                                14.1%
##########                                                                14.2%
##########                                                                14.4%
- 
##########                                                                14.5%
##########                                                                14.6%
##########                                                                14.8%
##########                                                                14.9%
##########                                                                15.0%
##########                                                                15.2%
###########                                                               15.3%
###########                                                               15.4%
- 
###########                                                               15.6%
###########                                                               15.7%
###########                                                               15.8%
###########                                                               16.0%
###########                                                               16.1%
###########                                                               16.2%
###########                                                               16.3%
###########                                                               16.5%
###########                                                               16.6%
############                                                              16.7%
- 
############                                                              16.9%
############                                                              17.0%
############                                                              17.1%
############                                                              17.3%
############                                                              17.4%
############                                                              17.5%
############                                                              17.7%
############                                                              17.8%
############                                                              17.9%
#############                                                             18.1%
- 
#############                                                             18.2%
#############                                                             18.2%
#############                                                             18.4%
#############                                                             18.5%
#############                                                             18.6%
#############                                                             18.8%
#############                                                             18.9%
#############                                                             19.0%
#############                                                             19.2%
#############                                                             19.3%
#############                                                             19.4%
- 
##############                                                            19.6%
##############                                                            19.7%
##############                                                            19.8%
##############                                                            20.0%
##############                                                            20.1%
##############                                                            20.2%
##############                                                            20.4%
##############                                                            20.5%
- 
##############                                                            20.6%
##############                                                            20.8%
###############                                                           20.9%
###############                                                           21.0%
###############                                                           21.2%
###############                                                           21.3%
###############                                                           21.4%
###############                                                           21.6%
###############                                                           21.7%
###############                                                           21.8%
- 
###############                                                           22.0%
###############                                                           22.1%
################                                                          22.2%
################                                                          22.4%
################                                                          22.5%
################                                                          22.6%
################                                                          22.8%
################                                                          22.9%
################                                                          23.0%
################                                                          23.1%
- 
################                                                          23.3%
################                                                          23.4%
################                                                          23.5%
#################                                                         23.7%
#################                                                         23.8%
#################                                                         23.9%
#################                                                         24.1%
#################                                                         24.2%
#################                                                         24.3%
#################                                                         24.5%
#################                                                         24.6%
- 
#################                                                         24.7%
#################                                                         24.9%
#################                                                         25.0%
##################                                                        25.1%
##################                                                        25.3%
##################                                                        25.4%
##################                                                        25.5%
##################                                                        25.7%
- 
##################                                                        25.8%
##################                                                        25.9%
##################                                                        26.1%
##################                                                        26.2%
##################                                                        26.3%
###################                                                       26.5%
###################                                                       26.6%
###################                                                       26.7%
###################                                                       26.9%
###################                                                       27.0%
- 
###################                                                       27.1%
###################                                                       27.2%
###################                                                       27.4%
###################                                                       27.5%
###################                                                       27.6%
###################                                                       27.7%
####################                                                      27.9%
####################                                                      28.0%
####################                                                      28.1%
####################                                                      28.3%
- 
####################                                                      28.4%
####################                                                      28.5%
####################                                                      28.7%
####################                                                      28.8%
####################                                                      28.9%
####################                                                      29.1%
#####################                                                     29.2%
#####################                                                     29.3%
- 
#####################                                                     29.5%
#####################                                                     29.6%
#####################                                                     29.7%
#####################                                                     29.9%
#####################                                                     30.0%
#####################                                                     30.1%
#####################                                                     30.3%
#####################                                                     30.4%
#####################                                                     30.5%
######################                                                    30.7%
######################                                                    30.8%
- 
######################                                                    30.9%
######################                                                    31.1%
######################                                                    31.2%
######################                                                    31.3%
######################                                                    31.5%
######################                                                    31.6%
######################                                                    31.7%
######################                                                    31.9%
#######################                                                   32.0%
#######################                                                   32.1%
- 
#######################                                                   32.3%
#######################                                                   32.4%
#######################                                                   32.5%
#######################                                                   32.6%
#######################                                                   32.8%
#######################                                                   32.9%
#######################                                                   33.0%
#######################                                                   33.2%
#######################                                                   33.3%
- 
########################                                                  33.4%
########################                                                  33.6%
########################                                                  33.7%
########################                                                  33.8%
########################                                                  34.0%
########################                                                  34.1%
########################                                                  34.2%
########################                                                  34.4%
########################                                                  34.5%
########################                                                  34.6%
- 
#########################                                                 34.8%
#########################                                                 34.9%
#########################                                                 35.0%
#########################                                                 35.2%
#########################                                                 35.3%
#########################                                                 35.4%
#########################                                                 35.6%
#########################                                                 35.7%
- 
#########################                                                 35.8%
#########################                                                 36.0%
#########################                                                 36.1%
##########################                                                36.2%
##########################                                                36.3%
##########################                                                36.4%
##########################                                                36.6%
##########################                                                36.7%
##########################                                                36.8%
##########################                                                37.0%
##########################                                                37.1%
- 
##########################                                                37.2%
##########################                                                37.4%
###########################                                               37.5%
###########################                                               37.6%
###########################                                               37.8%
###########################                                               37.9%
###########################                                               38.0%
###########################                                               38.2%
- 
###########################                                               38.3%
###########################                                               38.4%
###########################                                               38.6%
###########################                                               38.7%
###########################                                               38.8%
############################                                              39.0%
############################                                              39.1%
############################                                              39.2%
############################                                              39.4%
- 
############################                                              39.5%
############################                                              39.6%
############################                                              39.8%
############################                                              39.9%
############################                                              40.0%
############################                                              40.2%
#############################                                             40.3%
#############################                                             40.4%
#############################                                             40.6%
- 
#############################                                             40.7%
#############################                                             40.8%
#############################                                             40.9%
#############################                                             41.1%
#############################                                             41.2%
#############################                                             41.3%
#############################                                             41.5%
#############################                                             41.6%
##############################                                            41.7%
##############################                                            41.9%
- 
##############################                                            42.0%
##############################                                            42.1%
##############################                                            42.3%
##############################                                            42.4%
##############################                                            42.5%
##############################                                            42.7%
- 
##############################                                            42.8%
##############################                                            42.9%
###############################                                           43.1%
###############################                                           43.2%
###############################                                           43.3%
###############################                                           43.5%
###############################                                           43.6%
###############################                                           43.7%
- 
###############################                                           43.9%
###############################                                           44.0%
###############################                                           44.1%
###############################                                           44.3%
###############################                                           44.4%
################################                                          44.5%
################################                                          44.7%
################################                                          44.8%
################################                                          44.9%
################################                                          45.1%
- 
################################                                          45.2%
################################                                          45.3%
################################                                          45.5%
################################                                          45.6%
################################                                          45.7%
################################                                          45.8%
#################################                                         45.9%
#################################                                         46.1%
#################################                                         46.2%
#################################                                         46.3%
- 
#################################                                         46.5%
#################################                                         46.6%
#################################                                         46.7%
#################################                                         46.9%
#################################                                         47.0%
#################################                                         47.1%
##################################                                        47.3%
##################################                                        47.4%
##################################                                        47.5%
- 
##################################                                        47.7%
##################################                                        47.8%
##################################                                        47.9%
##################################                                        48.1%
##################################                                        48.2%
##################################                                        48.3%
##################################                                        48.5%
##################################                                        48.6%
###################################                                       48.7%
###################################                                       48.9%
- 
###################################                                       49.0%
###################################                                       49.1%
###################################                                       49.3%
###################################                                       49.4%
###################################                                       49.5%
###################################                                       49.7%
###################################                                       49.8%
###################################                                       49.9%
- 
####################################                                      50.1%
####################################                                      50.2%
####################################                                      50.3%
####################################                                      50.4%
####################################                                      50.6%
####################################                                      50.7%
####################################                                      50.8%
####################################                                      51.0%
- 
####################################                                      51.1%
####################################                                      51.2%
####################################                                      51.4%
#####################################                                     51.5%
#####################################                                     51.6%
#####################################                                     51.8%
#####################################                                     51.9%
#####################################                                     52.0%
#####################################                                     52.2%
#####################################                                     52.3%
- 
#####################################                                     52.3%
#####################################                                     52.5%
#####################################                                     52.6%
#####################################                                     52.7%
######################################                                    52.9%
######################################                                    53.0%
######################################                                    53.1%
######################################                                    53.3%
######################################                                    53.4%
- 
######################################                                    53.5%
######################################                                    53.7%
######################################                                    53.8%
######################################                                    53.9%
######################################                                    54.1%
#######################################                                   54.2%
#######################################                                   54.3%
#######################################                                   54.5%
- 
#######################################                                   54.6%
#######################################                                   54.7%
#######################################                                   54.9%
#######################################                                   55.0%
#######################################                                   55.1%
#######################################                                   55.3%
#######################################                                   55.4%
#######################################                                   55.5%
########################################                                  55.7%
- 
########################################                                  55.8%
########################################                                  55.9%
########################################                                  56.1%
########################################                                  56.2%
########################################                                  56.3%
########################################                                  56.5%
########################################                                  56.6%
########################################                                  56.7%
- 
########################################                                  56.9%
#########################################                                 57.0%
#########################################                                 57.1%
#########################################                                 57.2%
#########################################                                 57.3%
#########################################                                 57.5%
- 
#########################################                                 57.6%
#########################################                                 57.7%
#########################################                                 57.9%
#########################################                                 58.0%
#########################################                                 58.1%
#########################################                                 58.3%
##########################################                                58.4%
##########################################                                58.5%
##########################################                                58.7%
- 
##########################################                                58.8%
##########################################                                58.9%
##########################################                                59.1%
##########################################                                59.2%
##########################################                                59.3%
##########################################                                59.5%
##########################################                                59.6%
- 
###########################################                               59.7%
###########################################                               59.9%
###########################################                               60.0%
###########################################                               60.1%
###########################################                               60.3%
###########################################                               60.4%
###########################################                               60.5%
###########################################                               60.7%
- 
###########################################                               60.8%
###########################################                               60.9%
###########################################                               61.1%
############################################                              61.2%
############################################                              61.3%
############################################                              61.5%
############################################                              61.6%
############################################                              61.7%
- 
############################################                              61.8%
############################################                              62.0%
############################################                              62.1%
############################################                              62.2%
############################################                              62.4%
#############################################                             62.5%
#############################################                             62.6%
#############################################                             62.8%
#############################################                             62.9%
#############################################                             63.0%
- 
#############################################                             63.2%
#############################################                             63.3%
#############################################                             63.4%
#############################################                             63.6%
#############################################                             63.7%
#############################################                             63.8%
##############################################                            64.0%
##############################################                            64.1%
##############################################                            64.2%
- 
##############################################                            64.4%
##############################################                            64.5%
##############################################                            64.6%
##############################################                            64.8%
##############################################                            64.9%
##############################################                            65.0%
##############################################                            65.2%
###############################################                           65.3%
- 
###############################################                           65.4%
###############################################                           65.6%
###############################################                           65.7%
###############################################                           65.8%
###############################################                           66.0%
###############################################                           66.1%
###############################################                           66.2%
###############################################                           66.4%
- 
###############################################                           66.5%
###############################################                           66.6%
################################################                          66.7%
################################################                          66.9%
################################################                          67.0%
################################################                          67.1%
################################################                          67.3%
################################################                          67.4%
################################################                          67.5%
################################################                          67.7%
- 
################################################                          67.8%
################################################                          67.9%
################################################                          68.1%
#################################################                         68.2%
#################################################                         68.3%
#################################################                         68.5%
#################################################                         68.6%
#################################################                         68.8%
- 
#################################################                         68.9%
#################################################                         69.0%
#################################################                         69.2%
#################################################                         69.3%
#################################################                         69.4%
##################################################                        69.6%
##################################################                        69.7%
##################################################                        69.8%
##################################################                        70.0%
##################################################                        70.1%
- 
##################################################                        70.2%
##################################################                        70.3%
##################################################                        70.5%
##################################################                        70.6%
##################################################                        70.7%
###################################################                       70.9%
###################################################                       71.0%
###################################################                       71.1%
- 
###################################################                       71.3%
###################################################                       71.4%
###################################################                       71.5%
###################################################                       71.7%
###################################################                       71.8%
###################################################                       71.9%
###################################################                       72.1%
###################################################                       72.2%
####################################################                      72.3%
- 
####################################################                      72.5%
####################################################                      72.6%
####################################################                      72.7%
####################################################                      72.9%
####################################################                      73.0%
####################################################                      73.1%
####################################################                      73.2%
####################################################                      73.4%
####################################################                      73.5%
#####################################################                     73.6%
- 
#####################################################                     73.8%
#####################################################                     74.0%
#####################################################                     74.2%
#####################################################                     74.3%
#####################################################                     74.4%
#####################################################                     74.6%
#####################################################                     74.7%
#####################################################                     74.8%
#####################################################                     75.0%
- 
######################################################                    75.1%
######################################################                    75.2%
######################################################                    75.4%
######################################################                    75.5%
######################################################                    75.6%
######################################################                    75.8%
######################################################                    76.0%
######################################################                    76.2%
######################################################                    76.3%
#######################################################                   76.4%
- 
#######################################################                   76.6%
#######################################################                   76.7%
#######################################################                   76.8%
#######################################################                   77.0%
#######################################################                   77.1%
#######################################################                   77.2%
#######################################################                   77.4%
#######################################################                   77.5%
#######################################################                   77.6%
#######################################################                   77.8%
- 
########################################################                  77.9%
########################################################                  78.0%
########################################################                  78.1%
########################################################                  78.3%
########################################################                  78.4%
########################################################                  78.5%
########################################################                  78.7%
########################################################                  78.8%
########################################################                  78.9%
########################################################                  79.1%
- 
#########################################################                 79.2%
#########################################################                 79.3%
#########################################################                 79.6%
#########################################################                 79.7%
#########################################################                 79.9%
#########################################################                 80.0%
#########################################################                 80.1%
#########################################################                 80.3%
#########################################################                 80.4%
#########################################################                 80.5%
##########################################################                80.7%
- 
##########################################################                80.8%
##########################################################                80.9%
##########################################################                81.1%
##########################################################                81.2%
##########################################################                81.3%
##########################################################                81.5%
##########################################################                81.6%
##########################################################                81.9%
###########################################################               82.0%
- 
###########################################################               82.1%
###########################################################               82.3%
###########################################################               82.4%
###########################################################               82.5%
###########################################################               82.7%
###########################################################               82.7%
###########################################################               82.9%
###########################################################               83.0%
###########################################################               83.1%
###########################################################               83.3%
############################################################              83.4%
- 
############################################################              83.5%
############################################################              83.7%
############################################################              83.8%
############################################################              83.9%
############################################################              84.2%
############################################################              84.3%
############################################################              84.5%
############################################################              84.6%
#############################################################             84.7%
#############################################################             84.9%
- 
#############################################################             85.0%
#############################################################             85.1%
#############################################################             85.3%
#############################################################             85.4%
#############################################################             85.5%
#############################################################             85.7%
#############################################################             85.8%
#############################################################             85.9%
#############################################################             86.1%
##############################################################            86.2%
- 
##############################################################            86.3%
##############################################################            86.5%
##############################################################            86.6%
##############################################################            86.7%
##############################################################            86.9%
##############################################################            87.0%
##############################################################            87.1%
##############################################################            87.3%
##############################################################            87.4%
###############################################################           87.5%
###############################################################           87.7%
- 
###############################################################           87.8%
###############################################################           87.9%
###############################################################           88.1%
###############################################################           88.3%
###############################################################           88.5%
###############################################################           88.6%
###############################################################           88.7%
###############################################################           88.9%
- 
################################################################          89.0%
################################################################          89.1%
################################################################          89.2%
################################################################          89.4%
################################################################          89.5%
################################################################          89.6%
################################################################          89.8%
################################################################          89.9%
################################################################          90.0%
################################################################          90.2%
- 
#################################################################         90.3%
#################################################################         90.6%
#################################################################         90.7%
#################################################################         90.8%
#################################################################         91.0%
#################################################################         91.1%
#################################################################         91.2%
#################################################################         91.4%
- 
#################################################################         91.5%
#################################################################         91.6%
##################################################################        91.8%
##################################################################        91.9%
##################################################################        92.0%
##################################################################        92.2%
##################################################################        92.3%
##################################################################        92.4%
##################################################################        92.6%
##################################################################        92.7%
- 
##################################################################        92.8%
##################################################################        93.0%
###################################################################       93.1%
###################################################################       93.4%
###################################################################       93.5%
###################################################################       93.6%
###################################################################       93.8%
###################################################################       93.8%
###################################################################       94.1%
###################################################################       94.2%
- 
###################################################################       94.4%
####################################################################      94.5%
####################################################################      94.6%
####################################################################      94.8%
####################################################################      94.9%
####################################################################      95.2%
####################################################################      95.3%
####################################################################      95.4%
####################################################################      95.6%
####################################################################      95.7%
- 
#####################################################################     95.8%
#####################################################################     96.0%
#####################################################################     96.1%
#####################################################################     96.2%
#####################################################################     96.4%
#####################################################################     96.6%
#####################################################################     96.8%
#####################################################################     96.9%
#####################################################################     97.0%
#####################################################################     97.2%
######################################################################    97.3%
- 
######################################################################    97.4%
######################################################################    97.7%
######################################################################    97.8%
######################################################################    98.0%
######################################################################    98.2%
######################################################################    98.4%
######################################################################    98.6%
#######################################################################   98.7%
#######################################################################   98.9%
#######################################################################   99.1%
- 
#######################################################################   99.3%
#######################################################################   99.4%
#######################################################################   99.7%
#######################################################################   99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.3.catalina.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2026-05-04 09:26.20 ---> using "3ee6a2130f37f89dc2813ddada4212e8a211afb145dcebfd9784a9f1c9b2c92b" from cache

/: (run (shell "opam pin add -k version -yn efl.1.17.0 1.17.0"))
efl is now pinned to version 1.17.0
2026-05-04 09:26.22 ---> saved as "b5b2ba6d3bc1e64664462147cc2fb6035b4121d5d1fdff840d70f89eb9aa8ece"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall efl.1.17.0;\
               \n        res=$?;\
               \n        test \"$res\" != 31 && exit \"$res\";\
               \n        export OPAMCLI=2.0;\
               \n        build_dir=$(opam var prefix)/.opam-switch/build;\
               \n        failed=$(ls \"$build_dir\");\
               \n        partial_fails=\"\";\
               \n        for pkg in $failed; do\
               \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'efl.1.17.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
efl.1.17.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
  - install conf-efl        1.8             [required by efl]
  - install conf-pkg-config 4               [required by conf-efl]
  - install efl             1.17.0 (pinned)
  - install ocamlbuild      0.16.1          [required by efl]
  - install ocamlfind       1.9.8           [required by efl]

The following system packages will first need to be installed:
    efl pkgconf

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
  2. Display the recommended brew 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

+ /usr/local/bin/brew "install" "efl" "pkgconf"
- ==> Fetching downloads for: efl and pkgconf
- ✔︎ Bottle Manifest efl (1.28.1_3)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest bullet (3.25)
- ✔︎ Bottle bullet (3.25)
- ✔︎ Bottle Manifest libpng (1.6.58)
- ✔︎ Bottle libpng (1.6.58)
- ✔︎ Bottle Manifest freetype (2.14.3)
- ✔︎ Bottle freetype (2.14.3)
- ✔︎ Bottle Manifest libunistring (1.4.2)
- ✔︎ Bottle libunistring (1.4.2)
- ✔︎ Bottle Manifest gettext (1.0)
- ✔︎ Bottle gettext (1.0)
- ✔︎ Bottle Manifest fontconfig (2.17.1)
- ✔︎ Bottle fontconfig (2.17.1)
- ✔︎ Bottle Manifest pcre2 (10.47_1)
- ✔︎ Bottle pcre2 (10.47_1)
- ✔︎ Bottle Manifest glib (2.88.1)
- ✔︎ Bottle glib (2.88.1)
- ✔︎ Bottle Manifest xorgproto (2025.1)
- ✔︎ Bottle xorgproto (2025.1)
- ✔︎ Bottle Manifest libxau (1.0.12)
- ✔︎ Bottle libxau (1.0.12)
- ✔︎ Bottle Manifest libxdmcp (1.1.5)
- ✔︎ Bottle libxdmcp (1.1.5)
- ✔︎ Bottle Manifest libxcb (1.17.0)
- ✔︎ Bottle libxcb (1.17.0)
- ✔︎ Bottle Manifest libx11 (1.8.13)
- ✔︎ Bottle libx11 (1.8.13)
- ✔︎ Bottle Manifest libxext (1.3.7)
- ✔︎ Bottle libxext (1.3.7)
- ✔︎ Bottle Manifest libxrender (0.9.12)
- ✔︎ Bottle libxrender (0.9.12)
- ✔︎ Bottle Manifest lzo (2.10)
- ✔︎ Bottle lzo (2.10)
- ✔︎ Bottle Manifest pixman (0.46.4)
- ✔︎ Bottle pixman (0.46.4)
- ✔︎ Bottle Manifest cairo (1.18.4)
- ✔︎ Bottle cairo (1.18.4)
- ✔︎ Bottle Manifest dbus (1.16.2_1)
- ✔︎ Bottle dbus (1.16.2_1)
- ✔︎ Bottle Manifest fribidi (1.0.16)
- ✔︎ Bottle fribidi (1.0.16)
- ✔︎ Bottle Manifest giflib (6.1.3)
- ✔︎ Bottle giflib (6.1.3)
- ✔︎ Bottle Manifest libvmaf (3.1.0)
- ✔︎ Bottle libvmaf (3.1.0)
- ✔︎ Bottle Manifest aom (3.13.3)
- ✔︎ Bottle aom (3.13.3)
- ✔︎ Bottle Manifest dav1d (1.5.3)
- ✔︎ Bottle dav1d (1.5.3)
- ✔︎ Bottle Manifest faac (1.50)
- ✔︎ Bottle faac (1.50)
- ✔︎ Bottle Manifest faad2 (2.11.2)
- ✔︎ Bottle faad2 (2.11.2)
- ✔︎ Bottle Manifest fdk-aac (2.0.3)
- ✔︎ Bottle fdk-aac (2.0.3)
- ✔︎ Bottle Manifest lame (3.100)
- ✔︎ Bottle lame (3.100)
- ✔︎ Bottle Manifest libvpx (1.16.0)
- ✔︎ Bottle libvpx (1.16.0)
- ✔︎ Bottle Manifest ca-certificates (2026-03-19)
- ✔︎ Bottle ca-certificates (2026-03-19)
- ✔︎ Bottle Manifest openssl@3 (3.6.2)
- ✔︎ Bottle openssl@3 (3.6.2)
- ✔︎ Bottle Manifest opus (1.6.1)
- ✔︎ Bottle opus (1.6.1)
- ✔︎ Bottle Manifest sdl2 (2.32.10)
- ✔︎ Bottle sdl2 (2.32.10)
- ✔︎ Bottle Manifest svt-av1 (4.1.0)
- ✔︎ Bottle svt-av1 (4.1.0)
- ✔︎ Bottle Manifest x264 (r3222)
- ✔︎ Bottle x264 (r3222)
- ✔︎ Bottle Manifest x265 (4.2)
- ✔︎ Bottle x265 (4.2)
- ✔︎ Bottle Manifest ffmpeg (8.1_1)
- ✔︎ Bottle ffmpeg (8.1_1)
- ✔︎ Bottle Manifest libogg (1.3.6)
- ✔︎ Bottle libogg (1.3.6)
- ✔︎ Bottle Manifest flac (1.5.0)
- ✔︎ Bottle flac (1.5.0)
- ✔︎ Bottle Manifest jpeg-turbo (3.1.4.1)
- ✔︎ Bottle jpeg-turbo (3.1.4.1)
- ✔︎ Bottle Manifest xz (5.8.3)
- ✔︎ Bottle xz (5.8.3)
- ✔︎ Bottle Manifest lz4 (1.10.0)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle Manifest zstd (1.5.7_1)
- ✔︎ Bottle zstd (1.5.7_1)
- ✔︎ Bottle Manifest libtiff (4.7.1_1)
- ✔︎ Bottle libtiff (4.7.1_1)
- ✔︎ Bottle Manifest gdk-pixbuf (2.44.6)
- ✔︎ Bottle gdk-pixbuf (2.44.6)
- ✔︎ Bottle Manifest graphene (1.10.8)
- ✔︎ Bottle graphene (1.10.8)
- ✔︎ Bottle Manifest libxfixes (6.0.2)
- ✔︎ Bottle libxfixes (6.0.2)
- ✔︎ Bottle Manifest libxi (1.8.2)
- ✔︎ Bottle libxi (1.8.2)
- ✔︎ Bottle Manifest libxtst (1.2.5)
- ✔︎ Bottle libxtst (1.2.5)
- ✔︎ Bottle Manifest at-spi2-core (2.60.3)
- ✔︎ Bottle at-spi2-core (2.60.3)
- ✔︎ Bottle Manifest gsettings-desktop-schemas (50.1)
- ✔︎ Bottle gsettings-desktop-schemas (50.1)
- ✔︎ Bottle Manifest graphite2 (1.3.14)
- ✔︎ Bottle graphite2 (1.3.14)
- ✔︎ Bottle Manifest icu4c@78 (78.3)
- ✔︎ Bottle icu4c@78 (78.3)
- ✔︎ Bottle Manifest harfbuzz (14.2.0)
- ✔︎ Bottle harfbuzz (14.2.0)
- ✔︎ Bottle Manifest hicolor-icon-theme (0.18)
- ✔︎ Bottle hicolor-icon-theme (0.18)
- ✔︎ Bottle Manifest libepoxy (1.5.10)
- ✔︎ Bottle libepoxy (1.5.10)
- ✔︎ Bottle Manifest libdatrie (0.2.14)
- ✔︎ Bottle libdatrie (0.2.14)
- ✔︎ Bottle Manifest libthai (0.1.30)
- ✔︎ Bottle libthai (0.1.30)
- ✔︎ Bottle Manifest pango (1.57.1)
- ✔︎ Bottle pango (1.57.1)
- ✔︎ Bottle Manifest gtk+3 (3.24.52)
- ✔︎ Bottle gtk+3 (3.24.52)
- ✔︎ Bottle Manifest librsvg (2.62.1)
- ✔︎ Bottle librsvg (2.62.1)
- ✔︎ Bottle Manifest gtk4 (4.22.4)
- ✔︎ Bottle gtk4 (4.22.4)
- ✔︎ Bottle Manifest imath (3.2.2)
- ✔︎ Bottle imath (3.2.2)
- ✔︎ Bottle Manifest json-glib (1.10.8)
- ✔︎ Bottle json-glib (1.10.8)
- ✔︎ Bottle Manifest libunibreak (7.0)
- ✔︎ Bottle libunibreak (7.0)
- ✔︎ Bottle Manifest libass (0.17.4_1)
- ✔︎ Bottle libass (0.17.4_1)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle Manifest libidn2 (2.3.8)
- ✔︎ Bottle libidn2 (2.3.8)
- ✔︎ Bottle Manifest libtasn1 (4.21.0)
- ✔︎ Bottle libtasn1 (4.21.0)
- ✔︎ Bottle Manifest nettle (3.10.2)
- ✔︎ Bottle nettle (3.10.2)
- ✔︎ Bottle Manifest p11-kit (0.26.2)
- ✔︎ Bottle p11-kit (0.26.2)
- ✔︎ Bottle Manifest libevent (2.1.12_1)
- ✔︎ Bottle libevent (2.1.12_1)
- ✔︎ Bottle Manifest libnghttp2 (1.69.0)
- ✔︎ Bottle libnghttp2 (1.69.0)
- ✔︎ Bottle Manifest unbound (1.25.0)
- ✔︎ Bottle unbound (1.25.0)
- ✔︎ Bottle Manifest gnutls (3.8.13)
- ✔︎ Bottle gnutls (3.8.13)
- ✔︎ Bottle Manifest libnice (0.1.23)
- ✔︎ Bottle libnice (0.1.23)
- ✔︎ Bottle Manifest libvorbis (1.3.7)
- ✔︎ Bottle libvorbis (1.3.7)
- ✔︎ Bottle Manifest speex (1.2.1)
- ✔︎ Bottle speex (1.2.1)
- ✔︎ Bottle Manifest theora (1.2.0)
- ✔︎ Bottle theora (1.2.0)
- ✔︎ Bottle Manifest libshout (2.4.6_2)
- ✔︎ Bottle libshout (2.4.6_2)
- ✔︎ Bottle Manifest mpg123 (1.33.5)
- ✔︎ Bottle mpg123 (1.33.5)
- ✔︎ Bottle Manifest libsndfile (1.2.2_1)
- ✔︎ Bottle libsndfile (1.2.2_1)
- ✔︎ Bottle Manifest libsodium (1.0.22)
- ✔︎ Bottle libsodium (1.0.22)
- ✔︎ Bottle Manifest glib-networking (2.80.1)
- ✔︎ Bottle glib-networking (2.80.1)
- ✔︎ Bottle Manifest libpsl (0.21.5_2)
- ✔︎ Bottle libpsl (0.21.5_2)
- ✔︎ Bottle Manifest readline (8.3.3)
- ✔︎ Bottle readline (8.3.3)
- ✔︎ Bottle Manifest sqlite (3.53.0)
- ✔︎ Bottle sqlite (3.53.0)
- ✔︎ Bottle Manifest libsoup (3.6.6)
- ✔︎ Bottle libsoup (3.6.6)
- ✔︎ Bottle Manifest libusrsctp (0.9.5.0_1)
- ✔︎ Bottle libusrsctp (0.9.5.0_1)
- ✔︎ Bottle Manifest little-cms2 (2.19)
- ✔︎ Bottle little-cms2 (2.19)
- ✔︎ Bottle Manifest opencore-amr (0.1.6)
- ✔︎ Bottle opencore-amr (0.1.6)
- ✔︎ Bottle Manifest libdeflate (1.25)
- ✔︎ Bottle libdeflate (1.25)
- ✔︎ Bottle Manifest openjph (0.27.0)
- ✔︎ Bottle openjph (0.27.0)
- ✔︎ Bottle Manifest openexr (3.4.11)
- ✔︎ Bottle openexr (3.4.11)
- ✔︎ Bottle Manifest openjpeg (2.5.4)
- ✔︎ Bottle openjpeg (2.5.4)
- ✔︎ Bottle Manifest orc (0.4.42)
- ✔︎ Bottle orc (0.4.42)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle Manifest mpdecimal (4.0.1)
- ✔︎ Bottle mpdecimal (4.0.1)
- ✔︎ Bottle Manifest python@3.14 (3.14.4_1)
- ✔︎ Bottle Manifest gobject-introspection (1.86.0_1)
- ✔︎ Bottle gobject-introspection (1.86.0_1)
- ✔︎ Bottle Manifest py3cairo (1.29.0)
- ✔︎ Bottle py3cairo (1.29.0)
- ✔︎ Bottle Manifest pygobject3 (3.56.2)
- ✔︎ Bottle pygobject3 (3.56.2)
- ✔︎ Bottle Manifest rtmpdump (2.6)
- ✔︎ Bottle rtmpdump (2.6)
- ✔︎ Bottle Manifest srt (1.5.5)
- ✔︎ Bottle srt (1.5.5)
- ✔︎ Bottle Manifest srtp (2.8.0)
- ✔︎ Bottle srtp (2.8.0)
- ✔︎ Bottle Manifest utf8cpp (4.0.9)
- ✔︎ Bottle utf8cpp (4.0.9)
- ✔︎ Bottle Manifest taglib (2.2.1)
- ✔︎ Bottle taglib (2.2.1)
- ✔︎ Bottle Manifest webp (1.6.0)
- ✔︎ Bottle webp (1.6.0)
- ✔︎ Bottle Manifest libcuefile (r475)
- ✔︎ Bottle libcuefile (r475)
- ✔︎ Bottle Manifest libreplaygain (r475)
- ✔︎ Bottle libreplaygain (r475)
- ✔︎ Bottle Manifest musepack (r475)
- ✔︎ Bottle musepack (r475)
- ✔︎ Bottle Manifest gstreamer (1.28.2_1)
- ✔︎ Bottle Manifest libomp (22.1.4)
- ✔︎ Bottle libomp (22.1.4)
- ✔︎ Bottle Manifest libraw (0.22.1)
- ✔︎ Bottle libraw (0.22.1)
- ✔︎ Bottle Manifest jbig2dec (0.20)
- ✔︎ Bottle jbig2dec (0.20)
- ✔︎ Bottle Manifest leptonica (1.87.0)
- ✔︎ Bottle leptonica (1.87.0)
- ✔︎ Bottle Manifest libb2 (0.98.1)
- ✔︎ Bottle libb2 (0.98.1)
- ✔︎ Bottle Manifest libarchive (3.8.7)
- ✔︎ Bottle libarchive (3.8.7)
- ✔︎ Bottle Manifest libidn (1.43)
- ✔︎ Bottle libidn (1.43)
- ✔︎ Bottle Manifest tesseract (5.5.2)
- ✔︎ Bottle tesseract (5.5.2)
- ✔︎ Bottle Manifest ghostscript (10.07.0)
- ✔︎ Bottle ghostscript (10.07.0)
- ✔︎ Bottle Manifest libspectre (0.2.12_2)
- ✔︎ Bottle libspectre (0.2.12_2)
- ✔︎ Bottle Manifest luajit (2.1.1774896198)
- ✔︎ Bottle luajit (2.1.1774896198)
- ✔︎ Bottle Manifest libgpg-error (1.60)
- ✔︎ Bottle libgpg-error (1.60)
- ✔︎ Bottle Manifest libassuan (3.0.2)
- ✔︎ Bottle libassuan (3.0.2)
- ✔︎ Bottle Manifest libgcrypt (1.12.2)
- ✔︎ Bottle libgcrypt (1.12.2)
- ✔︎ Bottle Manifest libksba (1.6.8)
- ✔︎ Bottle libksba (1.6.8)
- ✔︎ Bottle Manifest libusb (1.0.29)
- ✔︎ Bottle libusb (1.0.29)
- ✔︎ Bottle Manifest npth (1.8)
- ✔︎ Bottle npth (1.8)
- ✔︎ Bottle Manifest pinentry (1.3.2)
- ✔︎ Bottle pinentry (1.3.2)
- ✔︎ Bottle Manifest gnupg (2.5.19)
- ✔︎ Bottle gnupg (2.5.19)
- ✔︎ Bottle Manifest gpgme (2.0.1)
- ✔︎ Bottle gpgme (2.0.1)
- ✔︎ Bottle Manifest gpgmepp (2.0.0)
- ✔︎ Bottle gpgmepp (2.0.0)
- ✔︎ Bottle Manifest nspr (4.38.2)
- ✔︎ Bottle nspr (4.38.2)
- ✔︎ Bottle Manifest nss (3.123.1)
- ✔︎ Bottle nss (3.123.1)
- ✔︎ Bottle Manifest poppler (26.04.0)
- ✔︎ Bottle Manifest libsoxr (0.1.3)
- ✔︎ Bottle libsoxr (0.1.3)
- ✔︎ Bottle Manifest m4 (1.4.21)
- ✔︎ Bottle m4 (1.4.21)
- ✔︎ Bottle Manifest libtool (2.5.4)
- ✔︎ Bottle libtool (2.5.4)
- ✔︎ Bottle Manifest speexdsp (1.2.1)
- ✔︎ Bottle speexdsp (1.2.1)
- ✔︎ Bottle Manifest pulseaudio (17.0)
- ✔︎ Bottle Manifest shared-mime-info (2.4_1)
- ✔︎ Bottle gstreamer (1.28.2_1)
- ✔︎ Bottle poppler (26.04.0)
- ✔︎ Bottle pulseaudio (17.0)
- ✔︎ Bottle shared-mime-info (2.4_1)
- ✔︎ Bottle python@3.14 (3.14.4_1)
- ✔︎ Bottle efl (1.28.1_3)
- ==> Installing dependencies for efl: bullet, libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, dbus, fribidi, giflib, libvmaf, aom, dav1d, faac, faad2, fdk-aac, lame, libvpx, ca-certificates, openssl@3, opus, sdl2, svt-av1, x264, x265, ffmpeg, libogg, flac, jpeg-turbo, xz, lz4, zstd, libtiff, gdk-pixbuf, graphene, libxfixes, libxi, libxtst, at-spi2-core, gsettings-desktop-schemas, graphite2, icu4c@78, harfbuzz, hicolor-icon-theme, libepoxy, libdatrie, libthai, pango, gtk+3, librsvg, gtk4, imath, json-glib, libunibreak, libass, gmp, libidn2, libtasn1, nettle, p11-kit, libevent, libnghttp2, unbound, gnutls, libnice, libvorbis, speex, theora, libshout, mpg123, libsndfile, libsodium, glib-networking, libpsl, readline, sqlite, libsoup, libusrsctp, little-cms2, opencore-amr, libdeflate, openjph, openexr, openjpeg, orc, pkgconf, mpdecimal, python@3.14, gobject-introspection, py3cairo, pygobject3, rtmpdump, srt, srtp, utf8cpp, taglib, webp, libcuefile, libreplaygain, musepack, gstreamer, libomp, libraw, jbig2dec, leptonica, libb2, libarchive, libidn, tesseract, ghostscript, libspectre, luajit, libgpg-error, libassuan, libgcrypt, libksba, libusb, npth, pinentry, gnupg, gpgme, gpgmepp, nspr, nss, poppler, libsoxr, m4, libtool, speexdsp, pulseaudio and shared-mime-info
- ==> Installing efl dependency: bullet
- ==> Pouring bullet--3.25.sonoma.bottle.4.tar.gz
- 🍺  /usr/local/Cellar/bullet/3.25: 1,533 files, 49.3MB
- ==> Installing efl dependency: libpng
- ==> Pouring libpng--1.6.58.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libpng/1.6.58: 28 files, 1.3MB
- ==> Installing efl dependency: freetype
- ==> Pouring freetype--2.14.3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/freetype/2.14.3: 68 files, 2.8MB
- ==> Installing efl dependency: libunistring
- ==> Pouring libunistring--1.4.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libunistring/1.4.2: 59 files, 5.8MB
- ==> Installing efl dependency: gettext
- ==> Pouring gettext--1.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gettext/1.0: 2,499 files, 33.9MB
- ==> Installing efl dependency: fontconfig
- ==> Pouring fontconfig--2.17.1.sonoma.bottle.1.tar.gz
- ==> Regenerating font cache, this may take a while
- ==> /usr/local/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose
- 🍺  /usr/local/Cellar/fontconfig/2.17.1: 98 files, 1.2MB
- ==> Installing efl dependency: pcre2
- ==> Pouring pcre2--10.47_1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/pcre2/10.47_1: 244 files, 7.3MB
- ==> Installing efl dependency: glib
- ==> Pouring glib--2.88.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/glib/2.88.1: 506 files, 37MB
- ==> Installing efl dependency: xorgproto
- ==> Pouring xorgproto--2025.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/xorgproto/2025.1: 268 files, 4.1MB
- ==> Installing efl dependency: libxau
- ==> Pouring libxau--1.0.12.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxau/1.0.12: 21 files, 95.3KB
- ==> Installing efl dependency: libxdmcp
- ==> Pouring libxdmcp--1.1.5.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxdmcp/1.1.5: 12 files, 123.6KB
- ==> Installing efl dependency: libxcb
- ==> Pouring libxcb--1.17.0.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/libxcb/1.17.0: 2,498 files, 6.5MB
- ==> Installing efl dependency: libx11
- ==> Pouring libx11--1.8.13.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libx11/1.8.13: 1,043 files, 7MB
- ==> Installing efl dependency: libxext
- ==> Pouring libxext--1.3.7.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxext/1.3.7: 88 files, 411.8KB
- ==> Installing efl dependency: libxrender
- ==> Pouring libxrender--0.9.12.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxrender/0.9.12: 13 files, 178.4KB
- ==> Installing efl dependency: lzo
- ==> Pouring lzo--2.10.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/lzo/2.10: 32 files, 569KB
- ==> Installing efl dependency: pixman
- ==> Pouring pixman--0.46.4.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/pixman/0.46.4: 11 files, 1.5MB
- ==> Installing efl dependency: cairo
- ==> Pouring cairo--1.18.4.sonoma.bottle.2.tar.gz
- 🍺  /usr/local/Cellar/cairo/1.18.4: 58 files, 4.4MB
- ==> Installing efl dependency: dbus
- ==> Pouring dbus--1.16.2_1.sonoma.bottle.tar.gz
- ==> /usr/local/Cellar/dbus/1.16.2_1/bin/dbus-uuidgen --ensure=/usr/local/var/lib/dbus/machine-id
- 🍺  /usr/local/Cellar/dbus/1.16.2_1: 79 files, 1.7MB
- ==> Installing efl dependency: fribidi
- ==> Pouring fribidi--1.0.16.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/fribidi/1.0.16: 68 files, 487KB
- ==> Installing efl dependency: giflib
- ==> Pouring giflib--6.1.3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/giflib/6.1.3: 19 files, 347.5KB
- ==> Installing efl dependency: libvmaf
- ==> Pouring libvmaf--3.1.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libvmaf/3.1.0: 235 files, 7.9MB
- ==> Installing efl dependency: aom
- ==> Pouring aom--3.13.3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/aom/3.13.3: 28 files, 12.5MB
- ==> Installing efl dependency: dav1d
- ==> Pouring dav1d--1.5.3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/dav1d/1.5.3: 16 files, 2.4MB
- ==> Installing efl dependency: faac
- ==> Pouring faac--1.50.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/faac/1.50: 17 files, 278.7KB
- ==> Installing efl dependency: faad2
- ==> Pouring faad2--2.11.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/faad2/2.11.2: 18 files, 553.1KB
- ==> Installing efl dependency: fdk-aac
- ==> Pouring fdk-aac--2.0.3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/fdk-aac/2.0.3: 16 files, 3.4MB
- ==> Installing efl dependency: lame
- ==> Pouring lame--3.100.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/lame/3.100: 28 files, 2.4MB
- ==> Installing efl dependency: libvpx
- ==> Pouring libvpx--1.16.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libvpx/1.16.0: 22 files, 5.8MB
- ==> Installing efl dependency: ca-certificates
- ==> Pouring ca-certificates--2026-03-19.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺  /usr/local/Cellar/ca-certificates/2026-03-19: 4 files, 237KB
- ==> Installing efl dependency: openssl@3
- ==> Pouring openssl@3--3.6.2.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/openssl@3/3.6.2: 7,627 files, 37.8MB
- ==> Installing efl dependency: opus
- ==> Pouring opus--1.6.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/opus/1.6.1: 16 files, 1.2MB
- ==> Installing efl dependency: sdl2
- ==> Pouring sdl2--2.32.10.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/sdl2/2.32.10: 94 files, 6.7MB
- ==> Installing efl dependency: svt-av1
- ==> Pouring svt-av1--4.1.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/svt-av1/4.1.0: 23 files, 5.6MB
- ==> Installing efl dependency: x264
- ==> Pouring x264--r3222.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/x264/r3222: 12 files, 5.9MB
- ==> Installing efl dependency: x265
- ==> Pouring x265--4.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/x265/4.2: 12 files, 38.5MB
- ==> Installing efl dependency: ffmpeg
- ==> Pouring ffmpeg--8.1_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/ffmpeg/8.1_1: 287 files, 56.7MB
- ==> Installing efl dependency: libogg
- ==> Pouring libogg--1.3.6.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libogg/1.3.6: 103 files, 505.2KB
- ==> Installing efl dependency: flac
- ==> Pouring flac--1.5.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/flac/1.5.0: 40 files, 1.9MB
- ==> Installing efl dependency: jpeg-turbo
- ==> Pouring jpeg-turbo--3.1.4.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/jpeg-turbo/3.1.4.1: 47 files, 4.4MB
- ==> Installing efl dependency: xz
- ==> Pouring xz--5.8.3.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/xz/5.8.3: 96 files, 2.5MB
- ==> Installing efl dependency: lz4
- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB
- ==> Installing efl dependency: zstd
- ==> Pouring zstd--1.5.7_1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/zstd/1.5.7_1: 32 files, 2.5MB
- ==> Installing efl dependency: libtiff
- ==> Pouring libtiff--4.7.1_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libtiff/4.7.1_1: 488 files, 8.1MB
- ==> Installing efl dependency: gdk-pixbuf
- ==> Pouring gdk-pixbuf--2.44.6.sonoma.bottle.tar.gz
- ==> /usr/local/Cellar/gdk-pixbuf/2.44.6/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺  /usr/local/Cellar/gdk-pixbuf/2.44.6: 151 files, 3.5MB
- ==> Installing efl dependency: graphene
- ==> Pouring graphene--1.10.8.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/graphene/1.10.8: 37 files, 1MB
- ==> Installing efl dependency: libxfixes
- ==> Pouring libxfixes--6.0.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxfixes/6.0.2: 13 files, 102.3KB
- ==> Installing efl dependency: libxi
- ==> Pouring libxi--1.8.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxi/1.8.2: 86 files, 669.0KB
- ==> Installing efl dependency: libxtst
- ==> Pouring libxtst--1.2.5.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libxtst/1.2.5: 23 files, 129.5KB
- ==> Installing efl dependency: at-spi2-core
- ==> Pouring at-spi2-core--2.60.3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/at-spi2-core/2.60.3: 203 files, 4.3MB
- ==> Installing efl dependency: gsettings-desktop-schemas
- ==> Pouring gsettings-desktop-schemas--50.1.sonoma.bottle.tar.gz
- ==> /usr/local/opt/glib/bin/glib-compile-schemas /usr/local/share/glib-2.0/schemas
- 🍺  /usr/local/Cellar/gsettings-desktop-schemas/50.1: 108 files, 6.5MB
- ==> Installing efl dependency: graphite2
- ==> Pouring graphite2--1.3.14.sonoma.bottle.2.tar.gz
- 🍺  /usr/local/Cellar/graphite2/1.3.14: 19 files, 239.8KB
- ==> Installing efl dependency: icu4c@78
- ==> Pouring icu4c@78--78.3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/icu4c@78/78.3: 279 files, 86.7MB
- ==> Installing efl dependency: harfbuzz
- ==> Pouring harfbuzz--14.2.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/harfbuzz/14.2.0: 94 files, 13.4MB
- ==> Installing efl dependency: hicolor-icon-theme
- ==> Pouring hicolor-icon-theme--0.18.all.bottle.tar.gz
- 🍺  /usr/local/Cellar/hicolor-icon-theme/0.18: 8 files, 82.0KB
- ==> Installing efl dependency: libepoxy
- ==> Pouring libepoxy--1.5.10.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libepoxy/1.5.10: 11 files, 2.6MB
- ==> Installing efl dependency: libdatrie
- ==> Pouring libdatrie--0.2.14.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libdatrie/0.2.14: 20 files, 230.3KB
- ==> Installing efl dependency: libthai
- ==> Pouring libthai--0.1.30.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libthai/0.1.30: 30 files, 922.6KB
- ==> Installing efl dependency: pango
- ==> Pouring pango--1.57.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pango/1.57.1: 69 files, 3.3MB
- ==> Installing efl dependency: gtk+3
- ==> Pouring gtk+3--3.24.52.sonoma.bottle.tar.gz
- ==> /usr/local/opt/glib/bin/glib-compile-schemas /usr/local/share/glib-2.0/schemas
- ==> /usr/local/Cellar/gtk+3/3.24.52/bin/gtk3-update-icon-cache -f -t /usr/local/share/icons/hicolor
- ==> /usr/local/Cellar/gtk+3/3.24.52/bin/gtk-query-immodules-3.0 > /usr/local/lib/gtk-3.0/3.0.0/immodules.cache
- 🍺  /usr/local/Cellar/gtk+3/3.24.52: 749 files, 58.4MB
- ==> Installing efl dependency: librsvg
- ==> Pouring librsvg--2.62.1.sonoma.bottle.tar.gz
- ==> /usr/local/opt/gdk-pixbuf/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺  /usr/local/Cellar/librsvg/2.62.1: 21 files, 13.2MB
- ==> Installing efl dependency: gtk4
- ==> Pouring gtk4--4.22.4.sonoma.bottle.tar.gz
- ==> /usr/local/opt/glib/bin/glib-compile-schemas /usr/local/share/glib-2.0/schemas
- ==> /usr/local/Cellar/gtk4/4.22.4/bin/gtk4-update-icon-cache -f -t /usr/local/share/icons/hicolor
- ==> /usr/local/opt/glib/bin/gio-querymodules /usr/local/lib/gtk-4.0/4.0.0/printbackends
- 🍺  /usr/local/Cellar/gtk4/4.22.4: 643 files, 75.5MB
- ==> Installing efl dependency: imath
- ==> Pouring imath--3.2.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/imath/3.2.2: 50 files, 945.6KB
- ==> Installing efl dependency: json-glib
- ==> Pouring json-glib--1.10.8.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/json-glib/1.10.8: 122 files, 1.4MB
- ==> Installing efl dependency: libunibreak
- ==> Pouring libunibreak--7.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libunibreak/7.0: 19 files, 309.6KB
- ==> Installing efl dependency: libass
- ==> Pouring libass--0.17.4_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libass/0.17.4_1: 12 files, 668.3KB
- ==> Installing efl dependency: gmp
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Installing efl dependency: libidn2
- ==> Pouring libidn2--2.3.8.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libidn2/2.3.8: 80 files, 849.7KB
- ==> Installing efl dependency: libtasn1
- ==> Pouring libtasn1--4.21.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libtasn1/4.21.0: 64 files, 545.7KB
- ==> Installing efl dependency: nettle
- ==> Pouring nettle--3.10.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/nettle/3.10.2: 96 files, 2.6MB
- ==> Installing efl dependency: p11-kit
- ==> Pouring p11-kit--0.26.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/p11-kit/0.26.2: 33 files, 4.3MB
- ==> Installing efl dependency: libevent
- ==> Pouring libevent--2.1.12_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libevent/2.1.12_1: 58 files, 2.1MB
- ==> Installing efl dependency: libnghttp2
- ==> Pouring libnghttp2--1.69.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libnghttp2/1.69.0: 14 files, 813.8KB
- ==> Installing efl dependency: unbound
- ==> Pouring unbound--1.25.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/unbound/1.25.0: 59 files, 6.4MB
- ==> Installing efl dependency: gnutls
- ==> Pouring gnutls--3.8.13.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gnutls/3.8.13: 1,295 files, 11.0MB
- ==> Installing efl dependency: libnice
- ==> Pouring libnice--0.1.23.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libnice/0.1.23: 32 files, 681.9KB
- ==> Installing efl dependency: libvorbis
- ==> Pouring libvorbis--1.3.7.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/libvorbis/1.3.7: 158 files, 2.5MB
- ==> Installing efl dependency: speex
- ==> Pouring speex--1.2.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/speex/1.2.1: 26 files, 823.1KB
- ==> Installing efl dependency: theora
- ==> Pouring theora--1.2.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/theora/1.2.0: 126 files, 2.7MB
- ==> Installing efl dependency: libshout
- ==> Pouring libshout--2.4.6_2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libshout/2.4.6_2: 20 files, 364.2KB
- ==> Installing efl dependency: mpg123
- ==> Pouring mpg123--1.33.5.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/mpg123/1.33.5: 34 files, 1.6MB
- ==> Installing efl dependency: libsndfile
- ==> Pouring libsndfile--1.2.2_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libsndfile/1.2.2_1: 55 files, 1.6MB
- ==> Installing efl dependency: libsodium
- ==> Pouring libsodium--1.0.22.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libsodium/1.0.22: 88 files, 1.3MB
- ==> Installing efl dependency: glib-networking
- ==> Pouring glib-networking--2.80.1.sonoma.bottle.tar.gz
- ==> /usr/local/opt/glib/bin/gio-querymodules /usr/local/lib/gio/modules
- 🍺  /usr/local/Cellar/glib-networking/2.80.1: 79 files, 707.8KB
- ==> Installing efl dependency: libpsl
- ==> Pouring libpsl--0.21.5_2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libpsl/0.21.5_2: 16 files, 144.9KB
- ==> Installing efl dependency: readline
- ==> Pouring readline--8.3.3.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/readline/8.3.3: 56 files, 2.6MB
- ==> Installing efl dependency: sqlite
- ==> Pouring sqlite--3.53.0.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/sqlite/3.53.0: 13 files, 5.3MB
- ==> Installing efl dependency: libsoup
- ==> Pouring libsoup--3.6.6.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/libsoup/3.6.6: 128 files, 2.2MB
- ==> Installing efl dependency: libusrsctp
- ==> Pouring libusrsctp--0.9.5.0_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libusrsctp/0.9.5.0_1: 10 files, 559.3KB
- ==> Installing efl dependency: little-cms2
- ==> Pouring little-cms2--2.19.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/little-cms2/2.19: 23 files, 1.2MB
- ==> Installing efl dependency: opencore-amr
- ==> Pouring opencore-amr--0.1.6.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/opencore-amr/0.1.6: 18 files, 697.3KB
- ==> Installing efl dependency: libdeflate
- ==> Pouring libdeflate--1.25.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libdeflate/1.25: 17 files, 359.8KB
- ==> Installing efl dependency: openjph
- ==> Pouring openjph--0.27.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/openjph/0.27.0: 25 files, 655.2KB
- ==> Installing efl dependency: openexr
- ==> Pouring openexr--3.4.11.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/openexr/3.4.11: 212 files, 4MB
- ==> Installing efl dependency: openjpeg
- ==> Pouring openjpeg--2.5.4.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/openjpeg/2.5.4: 512 files, 14.6MB
- ==> Installing efl dependency: orc
- ==> Pouring orc--0.4.42.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/orc/0.4.42: 55 files, 1.6MB
- ==> Installing efl dependency: pkgconf
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Installing efl dependency: mpdecimal
- ==> Pouring mpdecimal--4.0.1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/mpdecimal/4.0.1: 22 files, 570.4KB
- ==> Installing efl dependency: python@3.14
- ==> Pouring python@3.14--3.14.4_1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/python@3.14/3.14.4_1: 3,743 files, 71.1MB
- ==> Installing efl dependency: gobject-introspection
- ==> Pouring gobject-introspection--1.86.0_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gobject-introspection/1.86.0_1: 716 files, 6.8MB
- ==> Installing efl dependency: py3cairo
- ==> Pouring py3cairo--1.29.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/py3cairo/1.29.0: 22 files, 981.8KB
- ==> Installing efl dependency: pygobject3
- ==> Pouring pygobject3--3.56.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pygobject3/3.56.2: 67 files, 1.6MB
- ==> Installing efl dependency: rtmpdump
- ==> Pouring rtmpdump--2.6.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/rtmpdump/2.6: 21 files, 437.1KB
- ==> Installing efl dependency: srt
- ==> Pouring srt--1.5.5.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/srt/1.5.5: 21 files, 4.9MB
- ==> Installing efl dependency: srtp
- ==> Pouring srtp--2.8.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/srtp/2.8.0: 15 files, 390.7KB
- ==> Installing efl dependency: utf8cpp
- ==> Pouring utf8cpp--4.0.9.all.bottle.tar.gz
- 🍺  /usr/local/Cellar/utf8cpp/4.0.9: 15 files, 148.6KB
- ==> Installing efl dependency: taglib
- ==> Pouring taglib--2.2.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/taglib/2.2.1: 149 files, 2.2MB
- ==> Installing efl dependency: webp
- ==> Pouring webp--1.6.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/webp/1.6.0: 64 files, 2.7MB
- ==> Installing efl dependency: libcuefile
- ==> Pouring libcuefile--r475.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/libcuefile/r475: 13 files, 226.6KB
- ==> Installing efl dependency: libreplaygain
- ==> Pouring libreplaygain--r475.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/libreplaygain/r475: 8 files, 50.5KB
- ==> Installing efl dependency: musepack
- ==> Pouring musepack--r475.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/musepack/r475: 27 files, 657KB
- ==> Installing efl dependency: gstreamer
- ==> Pouring gstreamer--1.28.2_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gstreamer/1.28.2_1: 1,346 files, 215.1MB
- ==> Installing efl dependency: libomp
- ==> Pouring libomp--22.1.4.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libomp/22.1.4: 11 files, 1.8MB
- ==> Installing efl dependency: libraw
- ==> Pouring libraw--0.22.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libraw/0.22.1: 74 files, 5.9MB
- ==> Installing efl dependency: jbig2dec
- ==> Pouring jbig2dec--0.20.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/jbig2dec/0.20: 14 files, 385KB
- ==> Installing efl dependency: leptonica
- ==> Pouring leptonica--1.87.0.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/leptonica/1.87.0: 55 files, 6.3MB
- ==> Installing efl dependency: libb2
- ==> Pouring libb2--0.98.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libb2/0.98.1: 9 files, 283.9KB
- ==> Installing efl dependency: libarchive
- ==> Pouring libarchive--3.8.7.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libarchive/3.8.7: 65 files, 3.9MB
- ==> Installing efl dependency: libidn
- ==> Pouring libidn--1.43.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libidn/1.43: 74 files, 986.7KB
- ==> Installing efl dependency: tesseract
- ==> Pouring tesseract--5.5.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/tesseract/5.5.2: 75 files, 34.3MB
- ==> Installing efl dependency: ghostscript
- ==> Pouring ghostscript--10.07.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/ghostscript/10.07.0: 640 files, 134.4MB
- ==> Installing efl dependency: libspectre
- ==> Pouring libspectre--0.2.12_2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libspectre/0.2.12_2: 21 files, 291KB
- ==> Installing efl dependency: luajit
- ==> Pouring luajit--2.1.1774896198.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/luajit/2.1.1774896198: 56 files, 2.0MB
- ==> Installing efl dependency: libgpg-error
- ==> Pouring libgpg-error--1.60.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libgpg-error/1.60: 50 files, 1.8MB
- ==> Installing efl dependency: libassuan
- ==> Pouring libassuan--3.0.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libassuan/3.0.2: 18 files, 528.9KB
- ==> Installing efl dependency: libgcrypt
- ==> Pouring libgcrypt--1.12.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libgcrypt/1.12.2: 24 files, 4.0MB
- ==> Installing efl dependency: libksba
- ==> Pouring libksba--1.6.8.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libksba/1.6.8: 19 files, 495.8KB
- ==> Installing efl dependency: libusb
- ==> Pouring libusb--1.0.29.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libusb/1.0.29: 23 files, 559.5KB
- ==> Installing efl dependency: npth
- ==> Pouring npth--1.8.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/npth/1.8: 13 files, 119.5KB
- ==> Installing efl dependency: pinentry
- ==> Pouring pinentry--1.3.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pinentry/1.3.2: 13 files, 360KB
- ==> Installing efl dependency: gnupg
- ==> Pouring gnupg--2.5.19.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gnupg/2.5.19: 149 files, 15MB
- ==> Installing efl dependency: gpgme
- ==> Pouring gpgme--2.0.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gpgme/2.0.1: 29 files, 2.5MB
- ==> Installing efl dependency: gpgmepp
- ==> Pouring gpgmepp--2.0.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gpgmepp/2.0.0: 70 files, 769.8KB
- ==> Installing efl dependency: nspr
- ==> Pouring nspr--4.38.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/nspr/4.38.2: 79 files, 1.1MB
- ==> Installing efl dependency: nss
- ==> Pouring nss--3.123.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/nss/3.123.1: 216 files, 17.9MB
- ==> Installing efl dependency: poppler
- ==> Pouring poppler--26.04.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/poppler/26.04.0: 444 files, 33.7MB
- ==> Installing efl dependency: libsoxr
- ==> Pouring libsoxr--0.1.3.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/libsoxr/0.1.3: 30 files, 329.0KB
- ==> Installing efl dependency: m4
- ==> Pouring m4--1.4.21.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/m4/1.4.21: 14 files, 787.2KB
- ==> Installing efl dependency: libtool
- ==> Pouring libtool--2.5.4.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/libtool/2.5.4: 76 files, 4MB
- ==> Installing efl dependency: speexdsp
- ==> Pouring speexdsp--1.2.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/speexdsp/1.2.1: 20 files, 658.6KB
- ==> Installing efl dependency: pulseaudio
- ==> Pouring pulseaudio--17.0.sonoma.bottle.2.tar.gz
- 🍺  /usr/local/Cellar/pulseaudio/17.0: 215 files, 7.4MB
- ==> Installing efl dependency: shared-mime-info
- ==> Pouring shared-mime-info--2.4_1.sonoma.bottle.tar.gz
- ==> /usr/local/Cellar/shared-mime-info/2.4_1/bin/update-mime-database /usr/local/share/mime
- 🍺  /usr/local/Cellar/shared-mime-info/2.4_1: 89 files, 4.9MB
- ==> Installing efl
- ==> Pouring efl--1.28.1_3.sonoma.bottle.tar.gz
- ==> /usr/local/opt/shared-mime-info/bin/update-mime-database /usr/local/share/mime
- 🍺  /usr/local/Cellar/efl/1.28.1_3: 3,333 files, 71.7MB
- ==> Running `brew cleanup efl`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Running `brew cleanup pkgconf`...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-efl.1.8
-> retrieved efl.1.17.0  (https://download.ocamlcore.org/ocaml-efl/ocaml-efl/1.17.0/ocaml-efl-1.17.0.tar.gz)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
[ERROR] The compilation of efl.1.17.0 failed at "make".

#=== ERROR while compiling efl.1.17.0 =========================================#
# context              2.5.0 | macos/x86_64 | ocaml-base-compiler.4.14.2 | pinned(https://download.ocamlcore.org/ocaml-efl/ocaml-efl/1.17.0/ocaml-efl-1.17.0.tar.gz)
# path                 ~/.opam/4.14.2/.opam-switch/build/efl.1.17.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code            2
# env-file             ~/.opam/log/efl-32895-ee9411.env
# output-file          ~/.opam/log/efl-32895-ee9411.out
### output ###
# + /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -config
# + /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt unix.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocamlbuild /Users/mac1000/.opam/4.14.2/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /Users/mac1000/.opam/4.14.2/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# + /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -config
# + ocamldep -modules src/write_big_mli.ml > src/write_big_mli.ml.depends
# + ocamlc.opt -c -I src -o src/write_big_mli.cmo src/write_big_mli.ml
# + ocamlc.opt -c -I src -o src/write_big_mli.cmo src/write_big_mli.ml
# File "src/write_big_mli.ml", line 12, characters 27-46:
# 12 |     let filename = "src" / String.uncapitalize module_name ^ ".mli" in
#                                 ^^^^^^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.String.uncapitalize
# Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
# + ocamlc.opt -a -I src src/write_big_mli.cmo -o src/write_big_mli.cma
# + ocamldep -modules src/write_connect/main.ml > src/write_connect/main.ml.depends
# + ocamldep -modules src/write_connect/expr.ml > src/write_connect/expr.ml.depends
# + /Users/mac1000/.opam/4.14.2/bin/ocamllex.opt -q src/write_connect/lexer.mll
# + ocamldep -modules src/write_connect/lexer.ml > src/write_connect/lexer.ml.depends
# + /Users/mac1000/.opam/4.14.2/bin/ocamlyacc src/write_connect/parser.mly
# + ocamldep -modules src/write_connect/parser.mli > src/write_connect/parser.mli.depends
# + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/expr.cmo src/write_connect/expr.ml
# + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/parser.cmi src/write_connect/parser.mli
# + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/lexer.cmo src/write_connect/lexer.ml
# + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/main.cmo src/write_connect/main.ml
# + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/main.cmo src/write_connect/main.ml
# File "src/write_connect/main.ml", line 167, characters 32-46:
# 167 |     let aux i c = if i = 0 then Char.uppercase c else c in
#                                       ^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.Char.uppercase
# Use Char.uppercase_ascii instead.
# + ocamldep -modules src/write_connect/parser.ml > src/write_connect/parser.ml.depends
# + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/parser.cmo src/write_connect/parser.ml
# + ocamlc.opt -a -I src/write_connect src/write_connect/expr.cmo src/write_connect/parser.cmo src/write_connect/lexer.cmo src/write_connect/main.cmo -o src/write_connect/main.cma
# + ocaml src/write_multi.ml ml 1.28.1 src/write_connect/multibuttonentry.txt.multi src/write_connect/multibuttonentry.txt
# + ocaml src/write_multi.ml ml 1.28.1 src/write_connect/entry.txt.multi src/write_connect/entry.txt
# + ocaml src/write_multi.ml ml 1.28.1 src/ecore.mli.multi src/ecore.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/ecore_animator.mli.multi src/ecore_animator.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/evas.mli.multi src/evas.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm.mli.multi src/elm.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_config.mli.multi src/elm_config.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_object.mli.multi src/elm_object.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_layout.mli.multi src/elm_layout.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_ctxpopup.mli.multi src/elm_ctxpopup.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_fileselector.mli.multi src/elm_fileselector.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_multibuttonentry.mli.multi src/elm_multibuttonentry.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_naviframe.mli.multi src/elm_naviframe.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_popup.mli.multi src/elm_popup.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_app.mli.multi src/elm_app.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_clock.mli.multi src/elm_clock.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_colorselector.mli.multi src/elm_colorselector.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_entry.mli.multi src/elm_entry.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_gengrid.mli.multi src/elm_gengrid.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_genlist.mli.multi src/elm_genlist.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_glview.mli.multi src/elm_glview.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_index.mli.multi src/elm_index.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_label.mli.multi src/elm_label.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_mapbuf.mli.multi src/elm_mapbuf.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_notify.mli.multi src/elm_notify.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_panel.mli.multi src/elm_panel.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_photocam.mli.multi src/elm_photocam.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_scroller.mli.multi src/elm_scroller.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_slider.mli.multi src/elm_slider.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_spinner.mli.multi src/elm_spinner.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_table.mli.multi src/elm_table.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_transit.mli.multi src/elm_transit.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_web.mli.multi src/elm_web.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_win.mli.multi src/elm_win.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_video.mli.multi src/elm_video.mli
# + ocaml src/write_connect/main.cma
# + ocaml src/write_big_mli.cma Ecore Ecore_animator Ecore_timer Evas Evas_event Evas_font Evas_map Evas_object Evas_object_smart Ecore_evas Ethumb Edje Elm Elm_font Elm_config Elm_object Elm_gen Elm_layout Elm_ctxpopup Elm_fileselector Elm_fileselector_button Elm_fileselector_entry Elm_hoversel Elm_multibuttonentry Elm_naviframe Elm_popup Elm_app Elm_bg Elm_box Elm_bubble Elm_button Elm_calendar Elm_check Elm_clock Elm_colorselector Elm_conformant Elm_datetime Elm_dayselector Elm_diskselector Elm_entry Elm_flip Elm_flipselector Elm_frame Elm_gengrid Elm_genlist Elm_gesture_layer Elm_glview Elm_grid Elm_hover Elm_icon Elm_image Elm_index Elm_label Elm_list Elm_map Elm_mapbuf Elm_menu Elm_notify Elm_panel Elm_panes Elm_photo Elm_photocam Elm_plug Elm_progressbar Elm_radio Elm_route Elm_scroller Elm_segment_control Elm_separator Elm_slider Elm_slideshow Elm_spinner Elm_table Elm_theme Elm_thumb Elm_toolbar Elm_transit Elm_web Elm_win Elm_inwin Elm_win_inwin Elm_actionslider Elm_video Elm_sig Elm_toolbox Elm_connect
# + ocamldep -modules src/efl.mli > src/efl.mli.depends
# + ocamldep -modules src/elm_genlist.mli > src/elm_genlist.mli.depends
# + ocamldep -modules src/elm.mli > src/elm.mli.depends
# + ocamldep -modules src/evas.mli > src/evas.mli.depends
# + ocamldep -modules src/evas_event.mli > src/evas_event.mli.depends
# + ocamlc.opt -c -I src -o src/evas.cmi src/evas.mli
# + ocamldep -modules src/evas_object_smart.mli > src/evas_object_smart.mli.depends
# + ocamlc.opt -c -I src -o src/evas_event.cmi src/evas_event.mli
# + ocamlc.opt -c -I src -o src/evas_object_smart.cmi src/evas_object_smart.mli
# + ocamldep -modules src/elm_gen.mli > src/elm_gen.mli.depends
# + ocamldep -modules src/elm_list.mli > src/elm_list.mli.depends
# + ocamldep -modules src/elm_object.mli > src/elm_object.mli.depends
# + ocamldep -modules src/edje.mli > src/edje.mli.depends
# + ocamlc.opt -c -I src -o src/elm.cmi src/elm.mli
# + ocamldep -modules src/evas_object.mli > src/evas_object.mli.depends
# + ocamlc.opt -c -I src -o src/edje.cmi src/edje.mli
# + ocamlc.opt -c -I src -o src/evas_object.cmi src/evas_object.mli
# + ocamlc.opt -c -I src -o src/elm_object.cmi src/elm_object.mli
# + ocamlc.opt -c -I src -o src/elm_gen.cmi src/elm_gen.mli
# + ocamlc.opt -c -I src -o src/elm_list.cmi src/elm_list.mli
# + ocamldep -modules src/elm_icon.mli > src/elm_icon.mli.depends
# + ocamlc.opt -c -I src -o src/elm_genlist.cmi src/elm_genlist.mli
# + ocamlc.opt -c -I src -o src/elm_icon.cmi src/elm_icon.mli
# + ocamlc.opt -c -I src -o src/efl.cmi src/efl.mli
# + ocamldep -modules src/ecore.mli > src/ecore.mli.depends
# + ocamlc.opt -c -I src -o src/ecore.cmi src/ecore.mli
# + ocamldep -modules src/ecore.ml > src/ecore.ml.depends
# + ocamldep -modules src/write_fun/main.ml > src/write_fun/main.ml.depends
# + ocamldep -modules src/write_fun/common.ml > src/write_fun/common.ml.depends
# + ocamldep -modules src/write_fun/ecore.ml > src/write_fun/ecore.ml.depends
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/common.cmo src/write_fun/common.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/common.cmo src/write_fun/common.ml
# File "src/write_fun/common.ml", line 154, characters 19-35:
# 154 |     let c_prefix = String.lowercase name in
#                          ^^^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.String.lowercase
# Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
# File "src/write_fun/common.ml", line 258, characters 13-29:
# 258 |   let name = String.lowercase c_name in
#                    ^^^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.String.lowercase
# Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
# File "src/write_fun/common.ml", line 261, characters 35-49:
# 261 |       let aux i c = (if i = 0 then Char.uppercase else Char.lowercase) c in
#                                          ^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.Char.uppercase
# Use Char.uppercase_ascii instead.
# File "src/write_fun/common.ml", line 261, characters 55-69:
# 261 |       let aux i c = (if i = 0 then Char.uppercase else Char.lowercase) c in
#                                                              ^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.Char.lowercase
# Use Char.lowercase_ascii instead.
# File "src/write_fun/common.ml", line 263, characters 19-35:
# 263 |     let s2 = match String.lowercase second with
#                          ^^^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.String.lowercase
# Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
# File "src/write_fun/common.ml", line 276, characters 13-29:
# 276 |   let name = String.lowercase c_name in
#                    ^^^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.String.lowercase
# Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
# File "src/write_fun/common.ml", line 281, characters 35-49:
# 281 |       let aux i c = (if i = 0 then Char.uppercase else Char.lowercase) c in
#                                          ^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.Char.uppercase
# Use Char.uppercase_ascii instead.
# File "src/write_fun/common.ml", line 281, characters 55-69:
# 281 |       let aux i c = (if i = 0 then Char.uppercase else Char.lowercase) c in
#                                                              ^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.Char.lowercase
# Use Char.lowercase_ascii instead.
# File "src/write_fun/common.ml", line 283, characters 13-29:
# 283 |     let s2 = String.lowercase second in
#                    ^^^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.String.lowercase
# Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
# + ocamldep -modules src/write_fun/ecore_animator.ml > src/write_fun/ecore_animator.ml.depends
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/ecore.cmo src/write_fun/ecore.ml
# + ocamldep -modules src/write_fun/ecore_evas.ml > src/write_fun/ecore_evas.ml.depends
# + ocamldep -modules src/write_fun/elm_bg.ml > src/write_fun/elm_bg.ml.depends
# + ocamldep -modules src/write_fun/elm_box.ml > src/write_fun/elm_box.ml.depends
# + ocamldep -modules src/write_fun/elm_bubble.ml > src/write_fun/elm_bubble.ml.depends
# + ocamldep -modules src/write_fun/elm_button.ml > src/write_fun/elm_button.ml.depends
# + ocamldep -modules src/write_fun/elm_calendar.ml > src/write_fun/elm_calendar.ml.depends
# + ocamldep -modules src/write_fun/elm_check.ml > src/write_fun/elm_check.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_clock.ml.multi src/write_fun/elm_clock.ml
# + ocamldep -modules src/write_fun/elm_clock.ml > src/write_fun/elm_clock.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_colorselector.ml.multi src/write_fun/elm_colorselector.ml
# + ocamldep -modules src/write_fun/elm_colorselector.ml > src/write_fun/elm_colorselector.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_config.ml.multi src/write_fun/elm_config.ml
# + ocamldep -modules src/write_fun/elm_config.ml > src/write_fun/elm_config.ml.depends
# + ocamldep -modules src/write_fun/elm_datetime.ml > src/write_fun/elm_datetime.ml.depends
# + ocamldep -modules src/write_fun/elm_dayselector.ml > src/write_fun/elm_dayselector.ml.depends
# + ocamldep -modules src/write_fun/elm_diskselector.ml > src/write_fun/elm_diskselector.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_entry.ml.multi src/write_fun/elm_entry.ml
# + ocamldep -modules src/write_fun/elm_entry.ml > src/write_fun/elm_entry.ml.depends
# + ocamldep -modules src/write_fun/elm_flip.ml > src/write_fun/elm_flip.ml.depends
# + ocamldep -modules src/write_fun/elm_flipselector.ml > src/write_fun/elm_flipselector.ml.depends
# + ocamldep -modules src/write_fun/elm_frame.ml > src/write_fun/elm_frame.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_gengrid.ml.multi src/write_fun/elm_gengrid.ml
# + ocamldep -modules src/write_fun/elm_gengrid.ml > src/write_fun/elm_gengrid.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_genlist.ml.multi src/write_fun/elm_genlist.ml
# + ocamldep -modules src/write_fun/elm_genlist.ml > src/write_fun/elm_genlist.ml.depends
# + ocamldep -modules src/write_fun/elm_list.ml > src/write_fun/elm_list.ml.depends
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_list.cmo src/write_fun/elm_list.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_genlist.cmo src/write_fun/elm_genlist.ml
# + ocamldep -modules src/write_fun/elm_gesture_layer.ml > src/write_fun/elm_gesture_layer.ml.depends
# + ocamldep -modules src/write_fun/elm_glview.ml > src/write_fun/elm_glview.ml.depends
# + ocamldep -modules src/write_fun/elm_grid.ml > src/write_fun/elm_grid.ml.depends
# + ocamldep -modules src/write_fun/elm_hover.ml > src/write_fun/elm_hover.ml.depends
# + ocamldep -modules src/write_fun/elm_icon.ml > src/write_fun/elm_icon.ml.depends
# + ocamldep -modules src/write_fun/elm_image.ml > src/write_fun/elm_image.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_index.ml.multi src/write_fun/elm_index.ml
# + ocamldep -modules src/write_fun/elm_index.ml > src/write_fun/elm_index.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_label.ml.multi src/write_fun/elm_label.ml
# + ocamldep -modules src/write_fun/elm_label.ml > src/write_fun/elm_label.ml.depends
# + ocamldep -modules src/write_fun/elm_map.ml > src/write_fun/elm_map.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_mapbuf.ml.multi src/write_fun/elm_mapbuf.ml
# + ocamldep -modules src/write_fun/elm_mapbuf.ml > src/write_fun/elm_mapbuf.ml.depends
# + ocamldep -modules src/write_fun/elm_menu.ml > src/write_fun/elm_menu.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_notify.ml.multi src/write_fun/elm_notify.ml
# + ocamldep -modules src/write_fun/elm_notify.ml > src/write_fun/elm_notify.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_object.ml.multi src/write_fun/elm_object.ml
# + ocamldep -modules src/write_fun/elm_object.ml > src/write_fun/elm_object.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_panel.ml.multi src/write_fun/elm_panel.ml
# + ocamldep -modules src/write_fun/elm_panel.ml > src/write_fun/elm_panel.ml.depends
# + ocamldep -modules src/write_fun/elm_panes.ml > src/write_fun/elm_panes.ml.depends
# + ocamldep -modules src/write_fun/elm_photo.ml > src/write_fun/elm_photo.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_photocam.ml.multi src/write_fun/elm_photocam.ml
# + ocamldep -modules src/write_fun/elm_photocam.ml > src/write_fun/elm_photocam.ml.depends
# + ocamldep -modules src/write_fun/elm_plug.ml > src/write_fun/elm_plug.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_popup.ml.multi src/write_fun/elm_popup.ml
# + ocamldep -modules src/write_fun/elm_popup.ml > src/write_fun/elm_popup.ml.depends
# + ocamldep -modules src/write_fun/elm_progressbar.ml > src/write_fun/elm_progressbar.ml.depends
# + ocamldep -modules src/write_fun/elm_radio.ml > src/write_fun/elm_radio.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_scroller.ml.multi src/write_fun/elm_scroller.ml
# + ocamldep -modules src/write_fun/elm_scroller.ml > src/write_fun/elm_scroller.ml.depends
# + ocamldep -modules src/write_fun/elm_segment_control.ml > src/write_fun/elm_segment_control.ml.depends
# + ocamldep -modules src/write_fun/elm_separator.ml > src/write_fun/elm_separator.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_slider.ml.multi src/write_fun/elm_slider.ml
# + ocamldep -modules src/write_fun/elm_slider.ml > src/write_fun/elm_slider.ml.depends
# + ocamldep -modules src/write_fun/elm_slideshow.ml > src/write_fun/elm_slideshow.ml.depends
# + ocamldep -modules src/write_fun/elm_spinner.ml > src/write_fun/elm_spinner.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_table.ml.multi src/write_fun/elm_table.ml
# + ocamldep -modules src/write_fun/elm_table.ml > src/write_fun/elm_table.ml.depends
# + ocamldep -modules src/write_fun/elm_thumb.ml > src/write_fun/elm_thumb.ml.depends
# + ocamldep -modules src/write_fun/elm_toolbar.ml > src/write_fun/elm_toolbar.ml.depends
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_icon.cmo src/write_fun/elm_icon.ml
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_transit.ml.multi src/write_fun/elm_transit.ml
# + ocamldep -modules src/write_fun/elm_transit.ml > src/write_fun/elm_transit.ml.depends
# + ocamldep -modules src/write_fun/elm_video.ml > src/write_fun/elm_video.ml.depends
# + ocamldep -modules src/write_fun/elm_web.ml > src/write_fun/elm_web.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/write_fun/elm_win.ml.multi src/write_fun/elm_win.ml
# + ocamldep -modules src/write_fun/elm_win.ml > src/write_fun/elm_win.ml.depends
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/ecore_animator.cmo src/write_fun/ecore_animator.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/ecore_evas.cmo src/write_fun/ecore_evas.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_bg.cmo src/write_fun/elm_bg.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_box.cmo src/write_fun/elm_box.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_bubble.cmo src/write_fun/elm_bubble.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_button.cmo src/write_fun/elm_button.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_calendar.cmo src/write_fun/elm_calendar.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_check.cmo src/write_fun/elm_check.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_clock.cmo src/write_fun/elm_clock.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_colorselector.cmo src/write_fun/elm_colorselector.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_config.cmo src/write_fun/elm_config.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_datetime.cmo src/write_fun/elm_datetime.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_dayselector.cmo src/write_fun/elm_dayselector.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_diskselector.cmo src/write_fun/elm_diskselector.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_entry.cmo src/write_fun/elm_entry.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_flip.cmo src/write_fun/elm_flip.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_flipselector.cmo src/write_fun/elm_flipselector.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_frame.cmo src/write_fun/elm_frame.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_gengrid.cmo src/write_fun/elm_gengrid.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_gesture_layer.cmo src/write_fun/elm_gesture_layer.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_glview.cmo src/write_fun/elm_glview.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_grid.cmo src/write_fun/elm_grid.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_hover.cmo src/write_fun/elm_hover.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_image.cmo src/write_fun/elm_image.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_index.cmo src/write_fun/elm_index.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_label.cmo src/write_fun/elm_label.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_map.cmo src/write_fun/elm_map.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_mapbuf.cmo src/write_fun/elm_mapbuf.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_menu.cmo src/write_fun/elm_menu.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_notify.cmo src/write_fun/elm_notify.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_object.cmo src/write_fun/elm_object.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_panel.cmo src/write_fun/elm_panel.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_panes.cmo src/write_fun/elm_panes.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_photo.cmo src/write_fun/elm_photo.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_photocam.cmo src/write_fun/elm_photocam.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_plug.cmo src/write_fun/elm_plug.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_popup.cmo src/write_fun/elm_popup.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_progressbar.cmo src/write_fun/elm_progressbar.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_radio.cmo src/write_fun/elm_radio.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_scroller.cmo src/write_fun/elm_scroller.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_segment_control.cmo src/write_fun/elm_segment_control.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_separator.cmo src/write_fun/elm_separator.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_slider.cmo src/write_fun/elm_slider.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_slideshow.cmo src/write_fun/elm_slideshow.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_spinner.cmo src/write_fun/elm_spinner.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_table.cmo src/write_fun/elm_table.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_thumb.cmo src/write_fun/elm_thumb.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_toolbar.cmo src/write_fun/elm_toolbar.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_transit.cmo src/write_fun/elm_transit.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_video.cmo src/write_fun/elm_video.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_web.cmo src/write_fun/elm_web.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_win.cmo src/write_fun/elm_win.ml
# + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/main.cmo src/write_fun/main.ml
# + ocamlc.opt -a -I src/write_fun src/write_fun/common.cmo src/write_fun/ecore.cmo src/write_fun/ecore_animator.cmo src/write_fun/ecore_evas.cmo src/write_fun/elm_bg.cmo src/write_fun/elm_box.cmo src/write_fun/elm_bubble.cmo src/write_fun/elm_button.cmo src/write_fun/elm_calendar.cmo src/write_fun/elm_check.cmo src/write_fun/elm_clock.cmo src/write_fun/elm_colorselector.cmo src/write_fun/elm_config.cmo src/write_fun/elm_datetime.cmo src/write_fun/elm_dayselector.cmo src/write_fun/elm_diskselector.cmo src/write_fun/elm_entry.cmo src/write_fun/elm_flip.cmo src/write_fun/elm_flipselector.cmo src/write_fun/elm_frame.cmo src/write_fun/elm_list.cmo src/write_fun/elm_genlist.cmo src/write_fun/elm_gengrid.cmo src/write_fun/elm_gesture_layer.cmo src/write_fun/elm_glview.cmo src/write_fun/elm_grid.cmo src/write_fun/elm_hover.cmo src/write_fun/elm_icon.cmo src/write_fun/elm_image.cmo src/write_fun/elm_index.cmo src/write_fun/elm_label.cmo src/write_fun/elm_map.cmo src/write_fun/elm_mapbuf.cmo src/write_fun/elm_menu.cmo src/write_fun/elm_notify.cmo src/write_fun/elm_object.cmo src/write_fun/elm_panel.cmo src/write_fun/elm_panes.cmo src/write_fun/elm_photo.cmo src/write_fun/elm_photocam.cmo src/write_fun/elm_plug.cmo src/write_fun/elm_popup.cmo src/write_fun/elm_progressbar.cmo src/write_fun/elm_radio.cmo src/write_fun/elm_scroller.cmo src/write_fun/elm_segment_control.cmo src/write_fun/elm_separator.cmo src/write_fun/elm_slider.cmo src/write_fun/elm_slideshow.cmo src/write_fun/elm_spinner.cmo src/write_fun/elm_table.cmo src/write_fun/elm_thumb.cmo src/write_fun/elm_toolbar.cmo src/write_fun/elm_transit.cmo src/write_fun/elm_video.cmo src/write_fun/elm_web.cmo src/write_fun/elm_win.cmo src/write_fun/main.cmo -o src/write_fun/main.cma
# + ocaml src/write_fun/main.cma
# + ocamldep -modules src/autofun.ml > src/autofun.ml.depends
# + ocamldep -modules src/write_enums/main.ml > src/write_enums/main.ml.depends
# + ocamldep -modules src/write_enums/expr.ml > src/write_enums/expr.ml.depends
# + /Users/mac1000/.opam/4.14.2/bin/ocamllex.opt -q src/write_enums/lexer.mll
# + ocamldep -modules src/write_enums/lexer.ml > src/write_enums/lexer.ml.depends
# + /Users/mac1000/.opam/4.14.2/bin/ocamlyacc src/write_enums/parser.mly
# + ocamldep -modules src/write_enums/parser.mli > src/write_enums/parser.mli.depends
# + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/expr.cmo src/write_enums/expr.ml
# + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/parser.cmi src/write_enums/parser.mli
# + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/lexer.cmo src/write_enums/lexer.ml
# + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/main.cmo src/write_enums/main.ml
# + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/main.cmo src/write_enums/main.ml
# File "src/write_enums/main.ml", line 29, characters 13-29:
# 29 |     let ml = String.lowercase (String.sub c n (String.length c - n)) in
#                   ^^^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.String.lowercase
# Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
# File "src/write_enums/main.ml", line 92, characters 4-20:
# 92 |     String.lowercase (String.sub c_name n (String.length c_name - n))
#          ^^^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.String.lowercase
# Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
# + ocamldep -modules src/write_enums/parser.ml > src/write_enums/parser.ml.depends
# + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/parser.cmo src/write_enums/parser.ml
# + ocamlc.opt -a -I src/write_enums src/write_enums/expr.cmo src/write_enums/parser.cmo src/write_enums/lexer.cmo src/write_enums/main.cmo -o src/write_enums/main.cma
# + ocaml src/write_multi.ml ml 1.28.1 src/write_enums/enums.txt.multi src/write_enums/enums.txt
# + ocaml src/write_enums/main.cma
# + ocamldep -modules src/henums.ml > src/henums.ml.depends
# + ocamlc.opt -c -I src -o src/autofun.cmo src/autofun.ml
# + ocamlc.opt -c -I src -o src/henums.cmo src/henums.ml
# + ocamldep -modules src/ecore_animator.mli > src/ecore_animator.mli.depends
# + ocamlc.opt -c -I src -o src/ecore_animator.cmi src/ecore_animator.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/ecore_animator.ml.multi src/ecore_animator.ml
# + ocamldep -modules src/ecore_animator.ml > src/ecore_animator.ml.depends
# + ocamldep -modules src/ecore_timer.mli > src/ecore_timer.mli.depends
# + ocamlc.opt -c -I src -o src/ecore_timer.cmi src/ecore_timer.mli
# + ocamldep -modules src/ecore_timer.ml > src/ecore_timer.ml.depends
# + ocamldep -modules src/evas.ml > src/evas.ml.depends
# + ocamldep -modules src/write_struct/main.ml > src/write_struct/main.ml.depends
# + ocamldep -modules src/write_struct/expr.ml > src/write_struct/expr.ml.depends
# + /Users/mac1000/.opam/4.14.2/bin/ocamllex.opt -q src/write_struct/lexer.mll
# + ocamldep -modules src/write_struct/lexer.ml > src/write_struct/lexer.ml.depends
# + /Users/mac1000/.opam/4.14.2/bin/ocamlyacc src/write_struct/parser.mly
# + ocamldep -modules src/write_struct/parser.mli > src/write_struct/parser.mli.depends
# + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/expr.cmo src/write_struct/expr.ml
# + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/parser.cmi src/write_struct/parser.mli
# + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/lexer.cmo src/write_struct/lexer.ml
# + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/main.cmo src/write_struct/main.ml
# + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/main.cmo src/write_struct/main.ml
# File "src/write_struct/main.ml", line 110, characters 36-50:
# 110 |         let aux i c = if i = 0 then Char.uppercase c else c in
#                                           ^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.Char.uppercase
# Use Char.uppercase_ascii instead.
# + ocamldep -modules src/write_struct/parser.ml > src/write_struct/parser.ml.depends
# + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/parser.cmo src/write_struct/parser.ml
# + ocamlc.opt -a -I src/write_struct src/write_struct/expr.cmo src/write_struct/parser.cmo src/write_struct/lexer.cmo src/write_struct/main.cmo -o src/write_struct/main.cma
# + ocaml src/write_struct/main.cma
# + ocamldep -modules src/hstructs.ml > src/hstructs.ml.depends
# + ocamlc.opt -c -I src -o src/hstructs.cmo src/hstructs.ml
# + ocamldep -modules src/evas_event.ml > src/evas_event.ml.depends
# + ocamldep -modules src/evas_font.mli > src/evas_font.mli.depends
# + ocamlc.opt -c -I src -o src/evas_font.cmi src/evas_font.mli
# + ocamldep -modules src/evas_font.ml > src/evas_font.ml.depends
# + ocamldep -modules src/evas_map.mli > src/evas_map.mli.depends
# + ocamlc.opt -c -I src -o src/evas_map.cmi src/evas_map.mli
# + ocamldep -modules src/evas_map.ml > src/evas_map.ml.depends
# + ocamldep -modules src/evas_object.ml > src/evas_object.ml.depends
# + ocamldep -modules src/evas_object_smart.ml > src/evas_object_smart.ml.depends
# + ocamldep -modules src/ecore_evas.mli > src/ecore_evas.mli.depends
# + ocamlc.opt -c -I src -o src/ecore_evas.cmi src/ecore_evas.mli
# + ocamldep -modules src/ecore_evas.ml > src/ecore_evas.ml.depends
# + ocamldep -modules src/ethumb.mli > src/ethumb.mli.depends
# + ocamlc.opt -c -I src -o src/ethumb.cmi src/ethumb.mli
# + ocamldep -modules src/ethumb.ml > src/ethumb.ml.depends
# + ocamldep -modules src/edje.ml > src/edje.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/elm.ml.multi src/elm.ml
# + ocamldep -modules src/elm.ml > src/elm.ml.depends
# + ocamldep -modules src/elm_font.mli > src/elm_font.mli.depends
# + ocamlc.opt -c -I src -o src/elm_font.cmi src/elm_font.mli
# + ocamldep -modules src/elm_font.ml > src/elm_font.ml.depends
# + ocamldep -modules src/elm_config.mli > src/elm_config.mli.depends
# + ocamlc.opt -c -I src -o src/elm_config.cmi src/elm_config.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_config.ml.multi src/elm_config.ml
# + ocamldep -modules src/elm_config.ml > src/elm_config.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_object.ml.multi src/elm_object.ml
# + ocamldep -modules src/elm_object.ml > src/elm_object.ml.depends
# + ocamldep -modules src/elm_gen.ml > src/elm_gen.ml.depends
# + ocamldep -modules src/elm_layout.mli > src/elm_layout.mli.depends
# + ocamlc.opt -c -I src -o src/elm_layout.cmi src/elm_layout.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_layout.ml.multi src/elm_layout.ml
# + ocamldep -modules src/elm_layout.ml > src/elm_layout.ml.depends
# + ocamldep -modules src/elm_ctxpopup.mli > src/elm_ctxpopup.mli.depends
# + ocamlc.opt -c -I src -o src/elm_ctxpopup.cmi src/elm_ctxpopup.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_ctxpopup.ml.multi src/elm_ctxpopup.ml
# + ocamldep -modules src/elm_ctxpopup.ml > src/elm_ctxpopup.ml.depends
# + ocamldep -modules src/elm_fileselector.mli > src/elm_fileselector.mli.depends
# + ocamlc.opt -c -I src -o src/elm_fileselector.cmi src/elm_fileselector.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_fileselector.ml.multi src/elm_fileselector.ml
# + ocamldep -modules src/elm_fileselector.ml > src/elm_fileselector.ml.depends
# + ocamldep -modules src/elm_fileselector_button.mli > src/elm_fileselector_button.mli.depends
# + ocamlc.opt -c -I src -o src/elm_fileselector_button.cmi src/elm_fileselector_button.mli
# + ocamldep -modules src/elm_fileselector_button.ml > src/elm_fileselector_button.ml.depends
# + ocamldep -modules src/elm_fileselector_entry.mli > src/elm_fileselector_entry.mli.depends
# + ocamlc.opt -c -I src -o src/elm_fileselector_entry.cmi src/elm_fileselector_entry.mli
# + ocamldep -modules src/elm_fileselector_entry.ml > src/elm_fileselector_entry.ml.depends
# + ocamldep -modules src/elm_hoversel.mli > src/elm_hoversel.mli.depends
# + ocamlc.opt -c -I src -o src/elm_hoversel.cmi src/elm_hoversel.mli
# + ocamldep -modules src/elm_hoversel.ml > src/elm_hoversel.ml.depends
# + ocamldep -modules src/elm_multibuttonentry.mli > src/elm_multibuttonentry.mli.depends
# + ocamlc.opt -c -I src -o src/elm_multibuttonentry.cmi src/elm_multibuttonentry.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_multibuttonentry.ml.multi src/elm_multibuttonentry.ml
# + ocamldep -modules src/elm_multibuttonentry.ml > src/elm_multibuttonentry.ml.depends
# + ocamldep -modules src/elm_naviframe.mli > src/elm_naviframe.mli.depends
# + ocamlc.opt -c -I src -o src/elm_naviframe.cmi src/elm_naviframe.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_naviframe.ml.multi src/elm_naviframe.ml
# + ocamldep -modules src/elm_naviframe.ml > src/elm_naviframe.ml.depends
# + ocamldep -modules src/elm_popup.mli > src/elm_popup.mli.depends
# + ocamlc.opt -c -I src -o src/elm_popup.cmi src/elm_popup.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_popup.ml.multi src/elm_popup.ml
# + ocamldep -modules src/elm_popup.ml > src/elm_popup.ml.depends
# + ocamldep -modules src/elm_app.mli > src/elm_app.mli.depends
# + ocamlc.opt -c -I src -o src/elm_app.cmi src/elm_app.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_app.ml.multi src/elm_app.ml
# + ocamldep -modules src/elm_app.ml > src/elm_app.ml.depends
# + ocamldep -modules src/elm_bg.mli > src/elm_bg.mli.depends
# + ocamlc.opt -c -I src -o src/elm_bg.cmi src/elm_bg.mli
# + ocamldep -modules src/elm_bg.ml > src/elm_bg.ml.depends
# + ocamldep -modules src/elm_box.mli > src/elm_box.mli.depends
# + ocamlc.opt -c -I src -o src/elm_box.cmi src/elm_box.mli
# + ocamldep -modules src/elm_box.ml > src/elm_box.ml.depends
# + ocamldep -modules src/elm_bubble.mli > src/elm_bubble.mli.depends
# + ocamlc.opt -c -I src -o src/elm_bubble.cmi src/elm_bubble.mli
# + ocamldep -modules src/elm_bubble.ml > src/elm_bubble.ml.depends
# + ocamldep -modules src/elm_button.mli > src/elm_button.mli.depends
# + ocamlc.opt -c -I src -o src/elm_button.cmi src/elm_button.mli
# + ocamldep -modules src/elm_button.ml > src/elm_button.ml.depends
# + ocamldep -modules src/elm_calendar.mli > src/elm_calendar.mli.depends
# + ocamlc.opt -c -I src -o src/elm_calendar.cmi src/elm_calendar.mli
# + ocamldep -modules src/elm_calendar.ml > src/elm_calendar.ml.depends
# + ocamldep -modules src/elm_check.mli > src/elm_check.mli.depends
# + ocamlc.opt -c -I src -o src/elm_check.cmi src/elm_check.mli
# + ocamldep -modules src/elm_check.ml > src/elm_check.ml.depends
# + ocamldep -modules src/elm_clock.mli > src/elm_clock.mli.depends
# + ocamlc.opt -c -I src -o src/elm_clock.cmi src/elm_clock.mli
# + ocamldep -modules src/elm_clock.ml > src/elm_clock.ml.depends
# + ocamldep -modules src/elm_colorselector.mli > src/elm_colorselector.mli.depends
# + ocamlc.opt -c -I src -o src/elm_colorselector.cmi src/elm_colorselector.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_colorselector.ml.multi src/elm_colorselector.ml
# + ocamldep -modules src/elm_colorselector.ml > src/elm_colorselector.ml.depends
# + ocamldep -modules src/elm_conformant.mli > src/elm_conformant.mli.depends
# + ocamlc.opt -c -I src -o src/elm_conformant.cmi src/elm_conformant.mli
# + ocamldep -modules src/elm_conformant.ml > src/elm_conformant.ml.depends
# + ocamldep -modules src/elm_datetime.mli > src/elm_datetime.mli.depends
# + ocamlc.opt -c -I src -o src/elm_datetime.cmi src/elm_datetime.mli
# + ocamldep -modules src/elm_datetime.ml > src/elm_datetime.ml.depends
# + ocamldep -modules src/elm_dayselector.mli > src/elm_dayselector.mli.depends
# + ocamlc.opt -c -I src -o src/elm_dayselector.cmi src/elm_dayselector.mli
# + ocamldep -modules src/elm_dayselector.ml > src/elm_dayselector.ml.depends
# + ocamldep -modules src/elm_diskselector.mli > src/elm_diskselector.mli.depends
# + ocamlc.opt -c -I src -o src/elm_diskselector.cmi src/elm_diskselector.mli
# + ocamldep -modules src/elm_diskselector.ml > src/elm_diskselector.ml.depends
# + ocamldep -modules src/elm_entry.mli > src/elm_entry.mli.depends
# + ocamlc.opt -c -I src -o src/elm_entry.cmi src/elm_entry.mli
# + ocamldep -modules src/elm_entry.ml > src/elm_entry.ml.depends
# + ocamldep -modules src/elm_flip.mli > src/elm_flip.mli.depends
# + ocamlc.opt -c -I src -o src/elm_flip.cmi src/elm_flip.mli
# + ocamldep -modules src/elm_flip.ml > src/elm_flip.ml.depends
# + ocamldep -modules src/elm_flipselector.mli > src/elm_flipselector.mli.depends
# + ocamlc.opt -c -I src -o src/elm_flipselector.cmi src/elm_flipselector.mli
# + ocamldep -modules src/elm_flipselector.ml > src/elm_flipselector.ml.depends
# + ocamldep -modules src/elm_frame.mli > src/elm_frame.mli.depends
# + ocamlc.opt -c -I src -o src/elm_frame.cmi src/elm_frame.mli
# + ocamldep -modules src/elm_frame.ml > src/elm_frame.ml.depends
# + ocamldep -modules src/elm_gengrid.mli > src/elm_gengrid.mli.depends
# + ocamlc.opt -c -I src -o src/elm_gengrid.cmi src/elm_gengrid.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_gengrid.ml.multi src/elm_gengrid.ml
# + ocamldep -modules src/elm_gengrid.ml > src/elm_gengrid.ml.depends
# + ocamldep -modules src/elm_scroller.mli > src/elm_scroller.mli.depends
# + ocamlc.opt -c -I src -o src/elm_scroller.cmi src/elm_scroller.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_genlist.ml.multi src/elm_genlist.ml
# + ocamldep -modules src/elm_genlist.ml > src/elm_genlist.ml.depends
# + ocamldep -modules src/elm_gesture_layer.mli > src/elm_gesture_layer.mli.depends
# + ocamlc.opt -c -I src -o src/elm_gesture_layer.cmi src/elm_gesture_layer.mli
# + ocamldep -modules src/elm_gesture_layer.ml > src/elm_gesture_layer.ml.depends
# + ocamldep -modules src/elm_glview.mli > src/elm_glview.mli.depends
# + ocamlc.opt -c -I src -o src/elm_glview.cmi src/elm_glview.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_glview.ml.multi src/elm_glview.ml
# + ocamldep -modules src/elm_glview.ml > src/elm_glview.ml.depends
# + ocamldep -modules src/elm_grid.mli > src/elm_grid.mli.depends
# + ocamlc.opt -c -I src -o src/elm_grid.cmi src/elm_grid.mli
# + ocamldep -modules src/elm_grid.ml > src/elm_grid.ml.depends
# + ocamldep -modules src/elm_hover.mli > src/elm_hover.mli.depends
# + ocamlc.opt -c -I src -o src/elm_hover.cmi src/elm_hover.mli
# + ocamldep -modules src/elm_hover.ml > src/elm_hover.ml.depends
# + ocamldep -modules src/elm_icon.ml > src/elm_icon.ml.depends
# + ocamldep -modules src/elm_image.mli > src/elm_image.mli.depends
# + ocamlc.opt -c -I src -o src/elm_image.cmi src/elm_image.mli
# + ocamldep -modules src/elm_image.ml > src/elm_image.ml.depends
# + ocamldep -modules src/elm_index.mli > src/elm_index.mli.depends
# + ocamlc.opt -c -I src -o src/elm_index.cmi src/elm_index.mli
# + ocamldep -modules src/elm_index.ml > src/elm_index.ml.depends
# + ocamldep -modules src/elm_label.mli > src/elm_label.mli.depends
# + ocamlc.opt -c -I src -o src/elm_label.cmi src/elm_label.mli
# + ocamldep -modules src/elm_label.ml > src/elm_label.ml.depends
# + ocamldep -modules src/elm_list.ml > src/elm_list.ml.depends
# + ocamldep -modules src/elm_map.mli > src/elm_map.mli.depends
# + ocamlc.opt -c -I src -o src/elm_map.cmi src/elm_map.mli
# + ocamldep -modules src/elm_map.ml > src/elm_map.ml.depends
# + ocamldep -modules src/elm_mapbuf.mli > src/elm_mapbuf.mli.depends
# + ocamlc.opt -c -I src -o src/elm_mapbuf.cmi src/elm_mapbuf.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_mapbuf.ml.multi src/elm_mapbuf.ml
# + ocamldep -modules src/elm_mapbuf.ml > src/elm_mapbuf.ml.depends
# + ocamldep -modules src/elm_menu.mli > src/elm_menu.mli.depends
# + ocamlc.opt -c -I src -o src/elm_menu.cmi src/elm_menu.mli
# + ocamldep -modules src/elm_menu.ml > src/elm_menu.ml.depends
# + ocamldep -modules src/elm_notify.mli > src/elm_notify.mli.depends
# + ocamlc.opt -c -I src -o src/elm_notify.cmi src/elm_notify.mli
# + ocamldep -modules src/elm_notify.ml > src/elm_notify.ml.depends
# + ocamldep -modules src/elm_panel.mli > src/elm_panel.mli.depends
# + ocamlc.opt -c -I src -o src/elm_panel.cmi src/elm_panel.mli
# + ocamldep -modules src/elm_panel.ml > src/elm_panel.ml.depends
# + ocamldep -modules src/elm_panes.mli > src/elm_panes.mli.depends
# + ocamlc.opt -c -I src -o src/elm_panes.cmi src/elm_panes.mli
# + ocamldep -modules src/elm_panes.ml > src/elm_panes.ml.depends
# + ocamldep -modules src/elm_photo.mli > src/elm_photo.mli.depends
# + ocamlc.opt -c -I src -o src/elm_photo.cmi src/elm_photo.mli
# + ocamldep -modules src/elm_photo.ml > src/elm_photo.ml.depends
# + ocamldep -modules src/elm_photocam.mli > src/elm_photocam.mli.depends
# + ocamlc.opt -c -I src -o src/elm_photocam.cmi src/elm_photocam.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_photocam.ml.multi src/elm_photocam.ml
# + ocamldep -modules src/elm_photocam.ml > src/elm_photocam.ml.depends
# + ocamldep -modules src/elm_plug.mli > src/elm_plug.mli.depends
# + ocamlc.opt -c -I src -o src/elm_plug.cmi src/elm_plug.mli
# + ocamldep -modules src/elm_plug.ml > src/elm_plug.ml.depends
# + ocamldep -modules src/elm_progressbar.mli > src/elm_progressbar.mli.depends
# + ocamlc.opt -c -I src -o src/elm_progressbar.cmi src/elm_progressbar.mli
# + ocamldep -modules src/elm_progressbar.ml > src/elm_progressbar.ml.depends
# + ocamldep -modules src/common.ml > src/common.ml.depends
# + ocamlc.opt -c -I src -o src/common.cmo src/common.ml
# + ocamldep -modules src/elm_radio.mli > src/elm_radio.mli.depends
# + ocamlc.opt -c -I src -o src/elm_radio.cmi src/elm_radio.mli
# + ocamldep -modules src/elm_radio.ml > src/elm_radio.ml.depends
# + ocamldep -modules src/elm_route.mli > src/elm_route.mli.depends
# + ocamlc.opt -c -I src -o src/elm_route.cmi src/elm_route.mli
# + ocamldep -modules src/elm_route.ml > src/elm_route.ml.depends
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_scroller.ml.multi src/elm_scroller.ml
# + ocamldep -modules src/elm_scroller.ml > src/elm_scroller.ml.depends
# + ocamldep -modules src/elm_segment_control.mli > src/elm_segment_control.mli.depends
# + ocamlc.opt -c -I src -o src/elm_segment_control.cmi src/elm_segment_control.mli
# + ocamldep -modules src/elm_segment_control.ml > src/elm_segment_control.ml.depends
# + ocamldep -modules src/elm_separator.mli > src/elm_separator.mli.depends
# + ocamlc.opt -c -I src -o src/elm_separator.cmi src/elm_separator.mli
# + ocamldep -modules src/elm_separator.ml > src/elm_separator.ml.depends
# + ocamldep -modules src/elm_slider.mli > src/elm_slider.mli.depends
# + ocamlc.opt -c -I src -o src/elm_slider.cmi src/elm_slider.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_slider.ml.multi src/elm_slider.ml
# + ocamldep -modules src/elm_slider.ml > src/elm_slider.ml.depends
# + ocamldep -modules src/elm_slideshow.mli > src/elm_slideshow.mli.depends
# + ocamlc.opt -c -I src -o src/elm_slideshow.cmi src/elm_slideshow.mli
# + ocamldep -modules src/elm_slideshow.ml > src/elm_slideshow.ml.depends
# + ocamldep -modules src/elm_spinner.mli > src/elm_spinner.mli.depends
# + ocamlc.opt -c -I src -o src/elm_spinner.cmi src/elm_spinner.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_spinner.ml.multi src/elm_spinner.ml
# + ocamldep -modules src/elm_spinner.ml > src/elm_spinner.ml.depends
# + ocamldep -modules src/elm_table.mli > src/elm_table.mli.depends
# + ocamlc.opt -c -I src -o src/elm_table.cmi src/elm_table.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_table.ml.multi src/elm_table.ml
# + ocamldep -modules src/elm_table.ml > src/elm_table.ml.depends
# + ocamldep -modules src/elm_theme.mli > src/elm_theme.mli.depends
# + ocamlc.opt -c -I src -o src/elm_theme.cmi src/elm_theme.mli
# + ocamldep -modules src/elm_theme.ml > src/elm_theme.ml.depends
# + ocamldep -modules src/elm_thumb.mli > src/elm_thumb.mli.depends
# + ocamlc.opt -c -I src -o src/elm_thumb.cmi src/elm_thumb.mli
# + ocamldep -modules src/elm_thumb.ml > src/elm_thumb.ml.depends
# + ocamldep -modules src/elm_toolbar.mli > src/elm_toolbar.mli.depends
# + ocamlc.opt -c -I src -o src/elm_toolbar.cmi src/elm_toolbar.mli
# + ocamldep -modules src/elm_toolbar.ml > src/elm_toolbar.ml.depends
# + ocamldep -modules src/elm_transit.mli > src/elm_transit.mli.depends
# + ocamlc.opt -c -I src -o src/elm_transit.cmi src/elm_transit.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_transit.ml.multi src/elm_transit.ml
# + ocamldep -modules src/elm_transit.ml > src/elm_transit.ml.depends
# + ocamldep -modules src/elm_web.mli > src/elm_web.mli.depends
# + ocamlc.opt -c -I src -o src/elm_web.cmi src/elm_web.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_web.ml.multi src/elm_web.ml
# + ocamldep -modules src/elm_web.ml > src/elm_web.ml.depends
# + ocamldep -modules src/elm_win.mli > src/elm_win.mli.depends
# + ocamlc.opt -c -I src -o src/elm_win.cmi src/elm_win.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_win.ml.multi src/elm_win.ml
# + ocamldep -modules src/elm_win.ml > src/elm_win.ml.depends
# + ocamldep -modules src/elm_inwin.mli > src/elm_inwin.mli.depends
# + ocamlc.opt -c -I src -o src/elm_inwin.cmi src/elm_inwin.mli
# + ocamldep -modules src/elm_inwin.ml > src/elm_inwin.ml.depends
# + ocamldep -modules src/elm_win_inwin.mli > src/elm_win_inwin.mli.depends
# + ocamlc.opt -c -I src -o src/elm_win_inwin.cmi src/elm_win_inwin.mli
# + ocamldep -modules src/elm_win_inwin.ml > src/elm_win_inwin.ml.depends
# + ocamldep -modules src/elm_actionslider.mli > src/elm_actionslider.mli.depends
# + ocamlc.opt -c -I src -o src/elm_actionslider.cmi src/elm_actionslider.mli
# + ocamldep -modules src/elm_actionslider.ml > src/elm_actionslider.ml.depends
# + ocamldep -modules src/elm_video.mli > src/elm_video.mli.depends
# + ocamlc.opt -c -I src -o src/elm_video.cmi src/elm_video.mli
# + ocaml src/write_multi.ml ml 1.28.1 src/elm_video.ml.multi src/elm_video.ml
# + ocamldep -modules src/elm_video.ml > src/elm_video.ml.depends
# + ocamldep -modules src/elm_sig.mli > src/elm_sig.mli.depends
# + ocamlc.opt -c -I src -o src/elm_sig.cmi src/elm_sig.mli
# + ocamldep -modules src/elm_sig.ml > src/elm_sig.ml.depends
# + ocamldep -modules src/elm_toolbox.mli > src/elm_toolbox.mli.depends
# + ocamlc.opt -c -I src -o src/elm_toolbox.cmi src/elm_toolbox.mli
# + ocamldep -modules src/elm_toolbox.ml > src/elm_toolbox.ml.depends
# + ocamldep -modules src/elm_connect.mli > src/elm_connect.mli.depends
# + ocamlc.opt -c -I src -o src/elm_connect.cmi src/elm_connect.mli
# + ocamldep -modules src/elm_connect.ml > src/elm_connect.ml.depends
# + ocamldep -modules src/henums_check.ml > src/henums_check.ml.depends
# + ocamldep -modules src/autofun_check.ml > src/autofun_check.ml.depends
# + ocamlc.opt -c -I src -o src/ecore.cmo src/ecore.ml
# + ocamlc.opt -c -I src -o src/ecore_animator.cmo src/ecore_animator.ml
# + ocamlc.opt -c -I src -o src/ecore_animator.cmo src/ecore_animator.ml
# File "src/ecore_animator.ml", line 32, characters 25-45:
# 32 |   try add g with Failure "ecore_animator_add" ->
#                               ^^^^^^^^^^^^^^^^^^^^
# Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
# this constructor's arguments. They are only for information
# and may change in future versions. (See manual section 11.5)
# + ocamlc.opt -c -I src -o src/ecore_timer.cmo src/ecore_timer.ml
# + ocamlc.opt -c -I src -o src/evas.cmo src/evas.ml
# + ocamlc.opt -c -I src -o src/evas_event.cmo src/evas_event.ml
# + ocamlc.opt -c -I src -o src/evas_font.cmo src/evas_font.ml
# + ocamlc.opt -c -I src -o src/evas_map.cmo src/evas_map.ml
# + ocamlc.opt -c -I src -o src/evas_object.cmo src/evas_object.ml
# + ocamlc.opt -c -I src -o src/evas_object_smart.cmo src/evas_object_smart.ml
# + ocamlc.opt -c -I src -o src/ecore_evas.cmo src/ecore_evas.ml
# + ocamlc.opt -c -I src -o src/ethumb.cmo src/ethumb.ml
# + ocamlc.opt -c -I src -o src/edje.cmo src/edje.ml
# + ocamlc.opt -c -I src -o src/elm.cmo src/elm.ml
# + ocamlc.opt -c -I src -o src/elm_font.cmo src/elm_font.ml
# + ocamlc.opt -c -I src -o src/elm_config.cmo src/elm_config.ml
# + ocamlc.opt -c -I src -o src/elm_object.cmo src/elm_object.ml
# + ocamlc.opt -c -I src -o src/elm_gen.cmo src/elm_gen.ml
# + ocamlc.opt -c -I src -o src/elm_layout.cmo src/elm_layout.ml
# + ocamlc.opt -c -I src -o src/elm_ctxpopup.cmo src/elm_ctxpopup.ml
# + ocamlc.opt -c -I src -o src/elm_fileselector.cmo src/elm_fileselector.ml
# + ocamlc.opt -c -I src -o src/elm_fileselector_button.cmo src/elm_fileselector_button.ml
# + ocamlc.opt -c -I src -o src/elm_fileselector_entry.cmo src/elm_fileselector_entry.ml
# + ocamlc.opt -c -I src -o src/elm_hoversel.cmo src/elm_hoversel.ml
# + ocamlc.opt -c -I src -o src/elm_multibuttonentry.cmo src/elm_multibuttonentry.ml
# + ocamlc.opt -c -I src -o src/elm_naviframe.cmo src/elm_naviframe.ml
# + ocamlc.opt -c -I src -o src/elm_popup.cmo src/elm_popup.ml
# + ocamlc.opt -c -I src -o src/elm_app.cmo src/elm_app.ml
# + ocamlc.opt -c -I src -o src/elm_bg.cmo src/elm_bg.ml
# + ocamlc.opt -c -I src -o src/elm_box.cmo src/elm_box.ml
# + ocamlc.opt -c -I src -o src/elm_bubble.cmo src/elm_bubble.ml
# + ocamlc.opt -c -I src -o src/elm_button.cmo src/elm_button.ml
# + ocamlc.opt -c -I src -o src/elm_calendar.cmo src/elm_calendar.ml
# + ocamlc.opt -c -I src -o src/elm_check.cmo src/elm_check.ml
# + ocamlc.opt -c -I src -o src/elm_clock.cmo src/elm_clock.ml
# + ocamlc.opt -c -I src -o src/elm_colorselector.cmo src/elm_colorselector.ml
# + ocamlc.opt -c -I src -o src/elm_conformant.cmo src/elm_conformant.ml
# + ocamlc.opt -c -I src -o src/elm_datetime.cmo src/elm_datetime.ml
# + ocamlc.opt -c -I src -o src/elm_dayselector.cmo src/elm_dayselector.ml
# + ocamlc.opt -c -I src -o src/elm_diskselector.cmo src/elm_diskselector.ml
# + ocamlc.opt -c -I src -o src/elm_entry.cmo src/elm_entry.ml
# + ocamlc.opt -c -I src -o src/elm_flip.cmo src/elm_flip.ml
# + ocamlc.opt -c -I src -o src/elm_flipselector.cmo src/elm_flipselector.ml
# + ocamlc.opt -c -I src -o src/elm_frame.cmo src/elm_frame.ml
# + ocamlc.opt -c -I src -o src/elm_gengrid.cmo src/elm_gengrid.ml
# + ocamlc.opt -c -I src -o src/elm_genlist.cmo src/elm_genlist.ml
# + ocamlc.opt -c -I src -o src/elm_gesture_layer.cmo src/elm_gesture_layer.ml
# + ocamlc.opt -c -I src -o src/elm_glview.cmo src/elm_glview.ml
# + ocamlc.opt -c -I src -o src/elm_grid.cmo src/elm_grid.ml
# + ocamlc.opt -c -I src -o src/elm_hover.cmo src/elm_hover.ml
# + ocamlc.opt -c -I src -o src/elm_icon.cmo src/elm_icon.ml
# + ocamlc.opt -c -I src -o src/elm_image.cmo src/elm_image.ml
# + ocamlc.opt -c -I src -o src/elm_index.cmo src/elm_index.ml
# + ocamlc.opt -c -I src -o src/elm_label.cmo src/elm_label.ml
# + ocamlc.opt -c -I src -o src/elm_list.cmo src/elm_list.ml
# + ocamlc.opt -c -I src -o src/elm_map.cmo src/elm_map.ml
# + ocamlc.opt -c -I src -o src/elm_mapbuf.cmo src/elm_mapbuf.ml
# + ocamlc.opt -c -I src -o src/elm_menu.cmo src/elm_menu.ml
# + ocamlc.opt -c -I src -o src/elm_notify.cmo src/elm_notify.ml
# + ocamlc.opt -c -I src -o src/elm_panel.cmo src/elm_panel.ml
# + ocamlc.opt -c -I src -o src/elm_panes.cmo src/elm_panes.ml
# + ocamlc.opt -c -I src -o src/elm_photo.cmo src/elm_photo.ml
# + ocamlc.opt -c -I src -o src/elm_photocam.cmo src/elm_photocam.ml
# + ocamlc.opt -c -I src -o src/elm_plug.cmo src/elm_plug.ml
# + ocamlc.opt -c -I src -o src/elm_progressbar.cmo src/elm_progressbar.ml
# + ocamlc.opt -c -I src -o src/elm_radio.cmo src/elm_radio.ml
# + ocamlc.opt -c -I src -o src/elm_route.cmo src/elm_route.ml
# + ocamlc.opt -c -I src -o src/elm_scroller.cmo src/elm_scroller.ml
# + ocamlc.opt -c -I src -o src/elm_segment_control.cmo src/elm_segment_control.ml
# + ocamlc.opt -c -I src -o src/elm_separator.cmo src/elm_separator.ml
# + ocamlc.opt -c -I src -o src/elm_slider.cmo src/elm_slider.ml
# + ocamlc.opt -c -I src -o src/elm_slideshow.cmo src/elm_slideshow.ml
# + ocamlc.opt -c -I src -o src/elm_spinner.cmo src/elm_spinner.ml
# + ocamlc.opt -c -I src -o src/elm_table.cmo src/elm_table.ml
# + ocamlc.opt -c -I src -o src/elm_theme.cmo src/elm_theme.ml
# + ocamlc.opt -c -I src -o src/elm_thumb.cmo src/elm_thumb.ml
# + ocamlc.opt -c -I src -o src/elm_toolbar.cmo src/elm_toolbar.ml
# + ocamlc.opt -c -I src -o src/elm_transit.cmo src/elm_transit.ml
# + ocamlc.opt -c -I src -o src/elm_web.cmo src/elm_web.ml
# + ocamlc.opt -c -I src -o src/elm_web.cmo src/elm_web.ml
# File "src/elm_web.ml", line 112, characters 0-78:
# 112 | external download_of_ptr : Evas.ptr -> download = "ml_Elm_Web_Download_of_ptr"
#       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# Warning 61 [unboxable-type-in-prim-decl]: This primitive declaration uses type download, whose representation
# may be either boxed or unboxed. Without an annotation to indicate
# which representation is intended, the boxed representation has been
# selected by default. This default choice may change in future
# versions of the compiler, breaking the primitive implementation.
# You should explicitly annotate the declaration of download
# with [@@boxed] or [@@unboxed], so that its external interface
# remains stable in the future.
# + ocamlc.opt -c -I src -o src/elm_win.cmo src/elm_win.ml
# + ocamlc.opt -c -I src -o src/elm_inwin.cmo src/elm_inwin.ml
# + ocamlc.opt -c -I src -o src/elm_win_inwin.cmo src/elm_win_inwin.ml
# + ocamlc.opt -c -I src -o src/elm_actionslider.cmo src/elm_actionslider.ml
# + ocamlc.opt -c -I src -o src/elm_video.cmo src/elm_video.ml
# + ocamlc.opt -c -I src -o src/elm_sig.cmo src/elm_sig.ml
# + ocamlc.opt -c -I src -o src/elm_toolbox.cmo src/elm_toolbox.ml
# + ocamlc.opt -c -I src -o src/elm_connect.cmo src/elm_connect.ml
# + ocamlc.opt -c -I src -o src/henums_check.cmo src/henums_check.ml
# + ocamlc.opt -c -I src -o src/autofun_check.cmo src/autofun_check.ml
# + ocamlc.opt -pack src/autofun.cmo src/henums.cmo src/ecore.cmo src/ecore_animator.cmo src/ecore_timer.cmo src/hstructs.cmo src/evas.cmo src/evas_event.cmo src/evas_font.cmo src/evas_map.cmo src/evas_object.cmo src/evas_object_smart.cmo src/ecore_evas.cmo src/ethumb.cmo src/edje.cmo src/elm.cmo src/elm_font.cmo src/elm_config.cmo src/elm_object.cmo src/elm_gen.cmo src/elm_layout.cmo src/elm_ctxpopup.cmo src/elm_fileselector.cmo src/elm_fileselector_button.cmo src/elm_fileselector_entry.cmo src/elm_icon.cmo src/elm_hoversel.cmo src/elm_multibuttonentry.cmo src/elm_naviframe.cmo src/elm_popup.cmo src/elm_app.cmo src/elm_bg.cmo src/elm_box.cmo src/elm_bubble.cmo src/elm_button.cmo src/elm_calendar.cmo src/elm_check.cmo src/elm_clock.cmo src/elm_colorselector.cmo src/elm_conformant.cmo src/elm_datetime.cmo src/elm_dayselector.cmo src/elm_diskselector.cmo src/elm_entry.cmo src/elm_flip.cmo src/elm_flipselector.cmo src/elm_frame.cmo src/elm_list.cmo src/elm_genlist.cmo src/elm_scroller.cmo src/elm_gengrid.cmo src/elm_gesture_layer.cmo src/elm_glview.cmo src/elm_grid.cmo src/elm_hover.cmo src/elm_image.cmo src/elm_index.cmo src/elm_label.cmo src/elm_map.cmo src/elm_mapbuf.cmo src/elm_menu.cmo src/elm_notify.cmo src/elm_panel.cmo src/elm_panes.cmo src/elm_photo.cmo src/elm_photocam.cmo src/elm_plug.cmo src/common.cmo src/elm_progressbar.cmo src/elm_radio.cmo src/elm_route.cmo src/elm_segment_control.cmo src/elm_separator.cmo src/elm_slider.cmo src/elm_slideshow.cmo src/elm_spinner.cmo src/elm_table.cmo src/elm_theme.cmo src/elm_thumb.cmo src/elm_toolbar.cmo src/elm_transit.cmo src/elm_web.cmo src/elm_win.cmo src/elm_inwin.cmo src/elm_win_inwin.cmo src/elm_actionslider.cmo src/elm_video.cmo src/elm_sig.cmo src/elm_connect.cmo src/elm_toolbox.cmo src/henums_check.cmo src/autofun_check.cmo -o src/efl.cmo
# + ocamldep -modules src/write_other.ml > src/write_other.ml.depends
# + ocamlc.opt -c -I src -o src/write_other.cmo src/write_other.ml
# + ocamlc.opt -a -I src src/write_other.cmo -o src/write_other.cma
# + ocaml src/write_other.cma
# + ocaml src/write_multi.ml c 1.28.1 src/elm_wrap.h.multi src/elm_wrap.h
# + ocaml src/write_variants.ml > src/variants.h
# + ocaml src/write_multi.ml c 1.28.1 src/ecore_animator_wrap.c.multi src/ecore_animator_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_wrap.c.multi src/elm_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_config_wrap.c.multi src/elm_config_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_object_wrap.c.multi src/elm_object_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_layout_wrap.c.multi src/elm_layout_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_ctxpopup_wrap.c.multi src/elm_ctxpopup_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_fileselector_wrap.c.multi src/elm_fileselector_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_multibuttonentry_wrap.c.multi src/elm_multibuttonentry_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_naviframe_wrap.c.multi src/elm_naviframe_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_popup_wrap.c.multi src/elm_popup_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_app_wrap.c.multi src/elm_app_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_colorselector_wrap.c.multi src/elm_colorselector_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_gengrid_wrap.c.multi src/elm_gengrid_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_genlist_wrap.c.multi src/elm_genlist_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_glview_wrap.c.multi src/elm_glview_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_mapbuf_wrap.c.multi src/elm_mapbuf_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_scroller_wrap.c.multi src/elm_scroller_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_table_wrap.c.multi src/elm_table_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_transit_wrap.c.multi src/elm_transit_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_web_wrap.c.multi src/elm_web_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_win_wrap.c.multi src/elm_win_wrap.c
# + ocaml src/write_multi.ml c 1.28.1 src/elm_video_wrap.c.multi src/elm_video_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/eina_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/eina_wrap.c
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/eina_wrap.c:20:23: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    20 |                 v_s = copy_string(s);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/eina_wrap.c:120:35: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   120 |                 Store_field(v, 0, copy_string(s));
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/eina_wrap.c:198:30: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   198 |         if(s == NULL) return copy_string("");
#       |                              ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:97:6: note: expanded from here
#    97 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/eina_wrap.c:199:21: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   199 |         else return copy_string(s);
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:101:6: note: expanded from here
#   101 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/eina_wrap.c:217:16: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   217 |         return copy_double(*ptr);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:105:6: note: expanded from here
#   105 |  GCC warning "\"copy_double\" is deprecated: use \"caml_copy_double\" instead"
#       |      ^
# src/eina_wrap.c:225:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   225 |         Store_field(v, 0, copy_string(x[0]));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/eina_wrap.c:226:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   226 |         Store_field(v, 1, copy_string(x[1]));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/eina_wrap.c:60:35: note: used here
#    60 |                 Store_field(v, 0, copy_Evas_Object(obj));
#       |                                   ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/eina_wrap.c:71:47: note: used here
#    71 |                 list = eina_list_append(list, Evas_Object_val(Field(v, 0)));
#       |                                               ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:47:14: warning: inline function 'copy_Elm_Object_Item' is not defined [-Wundefined-inline]
#    47 | inline value copy_Elm_Object_Item(const Elm_Object_Item* x);
#       |              ^
# src/eina_wrap.c:87:35: note: used here
#    87 |                 Store_field(v, 0, copy_Elm_Object_Item(item));
#       |                                   ^
# In file included from src/eina_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:43:25: warning: inline function 'Elm_Object_Item_val' is not defined [-Wundefined-inline]
#    43 | inline Elm_Object_Item* Elm_Object_Item_val(value v);
#       |                         ^
# src/eina_wrap.c:97:19: note: used here
#    97 |         else it = Elm_Object_Item_val(Field(v, 0));
#       |                   ^
# 28 warnings generated.
# + mv eina_wrap.o src/eina_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_wrap.c
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/evas_wrap.c:33:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    33 |         return copy_string(ptr);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/evas_wrap.c:44:35: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    44 |                 Store_field(v, 0, copy_string(ptr));
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_wrap.c:77:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    77 |         Store_field(v_r, 0, copy_string(t[0]));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_wrap.c:78:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    78 |         Store_field(v_r, 1, copy_string(t[1]));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_wrap.c:98:16: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    98 |         return copy_double(*x);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:53:6: note: expanded from here
#    53 |  GCC warning "\"copy_double\" is deprecated: use \"caml_copy_double\" instead"
#       |      ^
# src/evas_wrap.c:509:9: warning: 'evas_device_parent_set' is deprecated [-Wdeprecated-declarations]
#   509 |         evas_device_parent_set((Evas_Device*) v_dev,
#       |         ^
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_Common.h:1178:77: note: 'evas_device_parent_set' has been explicitly marked deprecated here
#  1178 | EVAS_API void evas_device_parent_set(Evas_Device *dev, Evas_Device *parent) EINA_DEPRECATED;
#       |                                                                             ^
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_types.h:209:43: note: expanded from macro 'EINA_DEPRECATED'
#   209 | #  define EINA_DEPRECATED __attribute__ ((__deprecated__))
#       |                                           ^
# src/evas_wrap.c:635:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   635 |         return copy_string(evas_load_error_str(Evas_Load_Error_val(v_err)));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:130:6: note: expanded from here
#   130 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/evas_wrap.c:658:31: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   658 |         Store_field(v_res, 0, copy_double(h));
#       |                               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_wrap.c:659:31: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   659 |         Store_field(v_res, 1, copy_double(s));
#       |                               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_wrap.c:660:31: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   660 |         Store_field(v_res, 2, copy_double(v));
#       |                               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_wrap.c:726:27: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead [-W#pragma-messages]
#   726 |         Store_field(v, 1, copy_int32(decoded));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:172:20: note: expanded from macro 'copy_int32'
#   172 | #define copy_int32 CAML_DEPRECATED("copy_int32", "caml_copy_int32") caml_copy_int32
#       |                    ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_wrap.c:739:27: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead [-W#pragma-messages]
#   739 |         Store_field(v, 1, copy_int32(decoded));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:172:20: note: expanded from macro 'copy_int32'
#   172 | #define copy_int32 CAML_DEPRECATED("copy_int32", "caml_copy_int32") caml_copy_int32
#       |                    ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/evas_wrap.c:26:9: note: used here
#    26 |         ml_remove_value(v_data); 
#       |         ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:20:14: warning: inline function 'Val_Evas_Alloc_Error' is not defined [-Wundefined-inline]
#    20 | inline value Val_Evas_Alloc_Error(Evas_Alloc_Error x);
#       |              ^
# src/evas_wrap.c:124:16: note: used here
#   124 |         return Val_Evas_Alloc_Error(evas_alloc_error());
#       |                ^
# In file included from src/evas_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/evas_wrap.c:141:23: note: used here
#   141 |         value* data = ml_register_value(v);
#       |                       ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/evas_wrap.c:166:24: note: used here
#   166 |         value v_list = copy_Eina_List_string(list);
#       |                        ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:30:14: warning: inline function 'copy_Eina_List_Eina_Rectangle' is not defined [-Wundefined-inline]
#    30 | inline value copy_Eina_List_Eina_Rectangle(const Eina_List* list);
#       |              ^
# src/evas_wrap.c:394:16: note: used here
#   394 |         return copy_Eina_List_Eina_Rectangle(evas_render_updates((Evas*) v_e));
#       |                ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:21:14: warning: inline function 'copy_string_opt' is not defined [-Wundefined-inline]
#    21 | inline value copy_string_opt(const char* s);
#       |              ^
# src/evas_wrap.c:492:16: note: used here
#   492 |         return copy_string_opt(evas_device_name_get((Evas_Device*) v_dev));
#       |                ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:23:14: warning: inline function 'copy_Evas_Object_opt' is not defined [-Wundefined-inline]
#    23 | inline value copy_Evas_Object_opt(const Evas_Object* obj);
#       |              ^
# src/evas_wrap.c:524:16: note: used here
#   524 |         return copy_Evas_Object_opt(evas_focus_get((Evas*) v_e));
#       |                ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:13:14: warning: inline function 'copy_Eina_List_Evas_Object' is not defined [-Wundefined-inline]
#    13 | inline value copy_Eina_List_Evas_Object(const Eina_List* list);
#       |              ^
# src/evas_wrap.c:530:16: note: used here
#   530 |         return copy_Eina_List_Evas_Object(evas_objects_at_xy_get((Evas*) v_e,
#       |                ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:13:14: warning: inline function 'copy_Evas_Cserve_Stats' is not defined [-Wundefined-inline]
#    13 | inline value copy_Evas_Cserve_Stats(Evas_Cserve_Stats x);
#       |              ^
# src/evas_wrap.c:601:37: note: used here
#   601 |                 Store_field(v_r, 0, copy_Evas_Cserve_Stats(s));
#       |                                     ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:15:14: warning: inline function 'copy_Evas_Cserve_Config' is not defined [-Wundefined-inline]
#    15 | inline value copy_Evas_Cserve_Config(Evas_Cserve_Config x);
#       |              ^
# src/evas_wrap.c:614:37: note: used here
#   614 |                 Store_field(v_r, 0, copy_Evas_Cserve_Config(s));
#       |                                     ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:14:27: warning: inline function 'Evas_Cserve_Config_val' is not defined [-Wundefined-inline]
#    14 | inline Evas_Cserve_Config Evas_Cserve_Config_val(value v);
#       |                           ^
# src/evas_wrap.c:621:32: note: used here
#   621 |         Evas_Cserve_Config c = Evas_Cserve_Config_val(v_c);
#       |                                ^
# In file included from src/evas_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:10:24: warning: inline function 'Evas_Load_Error_val' is not defined [-Wundefined-inline]
#    10 | inline Evas_Load_Error Evas_Load_Error_val(value v);
#       |                        ^
# src/evas_wrap.c:635:48: note: used here
#   635 |         return copy_string(evas_load_error_str(Evas_Load_Error_val(v_err)));
#       |                                                ^
# 41 warnings generated.
# + mv evas_wrap.o src/evas_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_event_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_event_wrap.c
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:17:14: warning: inline function 'copy_Evas_Event_Mouse_In' is not defined [-Wundefined-inline]
#    17 | inline value copy_Evas_Event_Mouse_In(const Evas_Event_Mouse_In* x);
#       |              ^
# src/evas_event_wrap.c:23:43: note: used here
#    23 |                         Store_field(v, 1, copy_Evas_Event_Mouse_In(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:19:14: warning: inline function 'copy_Evas_Event_Mouse_Out' is not defined [-Wundefined-inline]
#    19 | inline value copy_Evas_Event_Mouse_Out(const Evas_Event_Mouse_Out* x);
#       |              ^
# src/evas_event_wrap.c:29:43: note: used here
#    29 |                         Store_field(v, 1, copy_Evas_Event_Mouse_Out(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:21:14: warning: inline function 'copy_Evas_Event_Mouse_Down' is not defined [-Wundefined-inline]
#    21 | inline value copy_Evas_Event_Mouse_Down(const Evas_Event_Mouse_Down* x);
#       |              ^
# src/evas_event_wrap.c:35:43: note: used here
#    35 |                         Store_field(v, 1, copy_Evas_Event_Mouse_Down(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:23:14: warning: inline function 'copy_Evas_Event_Mouse_Up' is not defined [-Wundefined-inline]
#    23 | inline value copy_Evas_Event_Mouse_Up(const Evas_Event_Mouse_Up* x);
#       |              ^
# src/evas_event_wrap.c:41:43: note: used here
#    41 |                         Store_field(v, 1, copy_Evas_Event_Mouse_Up(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:25:14: warning: inline function 'copy_Evas_Event_Mouse_Move' is not defined [-Wundefined-inline]
#    25 | inline value copy_Evas_Event_Mouse_Move(const Evas_Event_Mouse_Move* x);
#       |              ^
# src/evas_event_wrap.c:47:43: note: used here
#    47 |                         Store_field(v, 1, copy_Evas_Event_Mouse_Move(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:27:14: warning: inline function 'copy_Evas_Event_Mouse_Wheel' is not defined [-Wundefined-inline]
#    27 | inline value copy_Evas_Event_Mouse_Wheel(const Evas_Event_Mouse_Wheel* x);
#       |              ^
# src/evas_event_wrap.c:53:43: note: used here
#    53 |                         Store_field(v, 1, copy_Evas_Event_Mouse_Wheel(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:29:14: warning: inline function 'copy_Evas_Event_Multi_Down' is not defined [-Wundefined-inline]
#    29 | inline value copy_Evas_Event_Multi_Down(const Evas_Event_Multi_Down* x);
#       |              ^
# src/evas_event_wrap.c:59:43: note: used here
#    59 |                         Store_field(v, 1, copy_Evas_Event_Multi_Down(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:31:14: warning: inline function 'copy_Evas_Event_Multi_Up' is not defined [-Wundefined-inline]
#    31 | inline value copy_Evas_Event_Multi_Up(const Evas_Event_Multi_Up* x);
#       |              ^
# src/evas_event_wrap.c:65:43: note: used here
#    65 |                         Store_field(v, 1, copy_Evas_Event_Multi_Up(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:33:14: warning: inline function 'copy_Evas_Event_Multi_Move' is not defined [-Wundefined-inline]
#    33 | inline value copy_Evas_Event_Multi_Move(const Evas_Event_Multi_Move* x);
#       |              ^
# src/evas_event_wrap.c:71:43: note: used here
#    71 |                         Store_field(v, 1, copy_Evas_Event_Multi_Move(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:35:14: warning: inline function 'copy_Evas_Event_Key_Down' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Event_Key_Down(const Evas_Event_Key_Down* x);
#       |              ^
# src/evas_event_wrap.c:80:43: note: used here
#    80 |                         Store_field(v, 1, copy_Evas_Event_Key_Down(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:37:14: warning: inline function 'copy_Evas_Event_Key_Up' is not defined [-Wundefined-inline]
#    37 | inline value copy_Evas_Event_Key_Up(const Evas_Event_Key_Up* x);
#       |              ^
# src/evas_event_wrap.c:86:43: note: used here
#    86 |                         Store_field(v, 1, copy_Evas_Event_Key_Up(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:61:
# src/structs_wrap.h:39:14: warning: inline function 'copy_Evas_Event_Hold' is not defined [-Wundefined-inline]
#    39 | inline value copy_Evas_Event_Hold(const Evas_Event_Hold* x);
#       |              ^
# src/evas_event_wrap.c:116:43: note: used here
#   116 |                         Store_field(v, 1, copy_Evas_Event_Hold(
#       |                                           ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:42:
# src/evas_wrap.h:20:15: warning: inline function 'ml_Evas_register_value' is not defined [-Wundefined-inline]
#    20 | inline value* ml_Evas_register_value(value v);
#       |               ^
# src/evas_event_wrap.c:192:23: note: used here
#   192 |         value* data = ml_Evas_register_value(v_cb);
#       |                       ^
# In file included from src/evas_event_wrap.c:1:
# In file included from src/evas_event_wrap.h:4:
# In file included from src/include.h:42:
# src/evas_wrap.h:18:31: warning: inline function 'Evas_Callback_Priority_val' is not defined [-Wundefined-inline]
#    18 | inline Evas_Callback_Priority Evas_Callback_Priority_val(value v);
#       |                               ^
# src/evas_event_wrap.c:247:17: note: used here
#   247 |                 Evas_Callback_Priority_val(v_p),EVAS_CALLBACK_RENDER_FLUSH_PRE,
#       |                 ^
# 31 warnings generated.
# + mv evas_event_wrap.o src/evas_event_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_font_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_font_wrap.c
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:28:32: warning: inline function 'Evas_Font_Hinting_Flags_val' is not defined [-Wundefined-inline]
#    28 | inline Evas_Font_Hinting_Flags Evas_Font_Hinting_Flags_val(value v);
#       |                                ^
# src/evas_font_wrap.c:5:44: note: used here
#     5 |         evas_font_hinting_set((Evas*) v_e, Evas_Font_Hinting_Flags_val(v_h));
#       |                                            ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:29:14: warning: inline function 'Val_Evas_Font_Hinting_Flags' is not defined [-Wundefined-inline]
#    29 | inline value Val_Evas_Font_Hinting_Flags(Evas_Font_Hinting_Flags x);
#       |              ^
# src/evas_font_wrap.c:11:16: note: used here
#    11 |         return Val_Evas_Font_Hinting_Flags(evas_font_hinting_get((Evas*) v_e));
#       |                ^
# In file included from src/evas_font_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/evas_font_wrap.c:40:24: note: used here
#    40 |         value v_list = copy_Eina_List_string(list);
#       |                        ^
# 20 warnings generated.
# + mv evas_font_wrap.o src/evas_font_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_map_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_map_wrap.c
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_map_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/evas_map_wrap.c:198:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   198 |         Store_field(v_r, 0, copy_double(u));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_map_wrap.c:199:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   199 |         Store_field(v_r, 1, copy_double(v));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# 19 warnings generated.
# + mv evas_map_wrap.o src/evas_map_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_object_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_object_wrap.c
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/evas_object_wrap.c:264:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   264 |         return copy_string(evas_object_name_get((Evas_Object*) v_obj));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:30:6: note: expanded from here
#    30 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/evas_object_wrap.c:269:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   269 |         return copy_string(evas_object_type_get((Evas_Object*) v_obj));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:34:6: note: expanded from here
#    34 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/evas_object_wrap.c:428:27: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   428 |         Store_field(v, 0, copy_double(x));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_object_wrap.c:429:27: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   429 |         Store_field(v, 1, copy_double(y));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_object_wrap.c:448:27: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   448 |         Store_field(v, 0, copy_double(x));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_object_wrap.c:449:27: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   449 |         Store_field(v, 1, copy_double(y));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/evas_object_wrap.c:515:16: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   515 |         return copy_double(evas_object_scale_get((Evas_Object*) v_obj));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:76:6: note: expanded from here
#    76 |  GCC warning "\"copy_double\" is deprecated: use \"caml_copy_double\" instead"
#       |      ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/evas_object_wrap.c:90:9: note: used here
#    90 |         ml_remove_value(v_fun);
#       |         ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/evas_object_wrap.c:95:23: note: used here
#    95 |         value* data = ml_register_value(v);
#       |                       ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/evas_object_wrap.c:184:16: note: used here
#   184 |         return Val_Eina_Bool(evas_object_visible_get((Evas_Object*) v_obj));
#       |                ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:41:
# src/eina_wrap.h:23:14: warning: inline function 'copy_Evas_Object_opt' is not defined [-Wundefined-inline]
#    23 | inline value copy_Evas_Object_opt(const Evas_Object* obj);
#       |              ^
# src/evas_object_wrap.c:214:16: note: used here
#   214 |         return copy_Evas_Object_opt(evas_object_clip_get((Evas_Object*) v_obj));
#       |                ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:41:
# src/eina_wrap.h:13:14: warning: inline function 'copy_Eina_List_Evas_Object' is not defined [-Wundefined-inline]
#    13 | inline value copy_Eina_List_Evas_Object(const Eina_List* list);
#       |              ^
# src/evas_object_wrap.c:225:16: note: used here
#   225 |         return copy_Eina_List_Evas_Object(evas_object_clipees_get(
#       |                ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:60:
# src/enums_wrap.h:14:14: warning: inline function 'Val_Evas_Display_Mode' is not defined [-Wundefined-inline]
#    14 | inline value Val_Evas_Display_Mode(Evas_Display_Mode x);
#       |              ^
# src/evas_object_wrap.c:372:16: note: used here
#   372 |         return Val_Evas_Display_Mode(evas_object_size_hint_display_mode_get(
#       |                ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:60:
# src/enums_wrap.h:13:26: warning: inline function 'Evas_Display_Mode_val' is not defined [-Wundefined-inline]
#    13 | inline Evas_Display_Mode Evas_Display_Mode_val(value v);
#       |                          ^
# src/evas_object_wrap.c:379:17: note: used here
#   379 |                 Evas_Display_Mode_val(v_m));
#       |                 ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:60:
# src/enums_wrap.h:8:14: warning: inline function 'Val_Evas_Aspect_Control' is not defined [-Wundefined-inline]
#     8 | inline value Val_Evas_Aspect_Control(Evas_Aspect_Control x);
#       |              ^
# src/evas_object_wrap.c:407:27: note: used here
#   407 |         Store_field(v, 0, Val_Evas_Aspect_Control(ac));
#       |                           ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:60:
# src/enums_wrap.h:7:28: warning: inline function 'Evas_Aspect_Control_val' is not defined [-Wundefined-inline]
#     7 | inline Evas_Aspect_Control Evas_Aspect_Control_val(value v);
#       |                            ^
# src/evas_object_wrap.c:417:17: note: used here
#   417 |                 Evas_Aspect_Control_val(v_aspect), Int_val(v_w), Int_val(v_h));
#       |                 ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:60:
# src/enums_wrap.h:31:33: warning: inline function 'Evas_Object_Pointer_Mode_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object_Pointer_Mode Evas_Object_Pointer_Mode_val(value v);
#       |                                 ^
# src/evas_object_wrap.c:486:17: note: used here
#   486 |                 Evas_Object_Pointer_Mode_val(v_m));
#       |                 ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:60:
# src/enums_wrap.h:32:14: warning: inline function 'Val_Evas_Object_Pointer_Mode' is not defined [-Wundefined-inline]
#    32 | inline value Val_Evas_Object_Pointer_Mode(Evas_Object_Pointer_Mode x);
#       |              ^
# src/evas_object_wrap.c:492:16: note: used here
#   492 |         return Val_Evas_Object_Pointer_Mode(evas_object_pointer_mode_get(
#       |                ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:60:
# src/enums_wrap.h:16:23: warning: inline function 'Evas_Render_Op_val' is not defined [-Wundefined-inline]
#    16 | inline Evas_Render_Op Evas_Render_Op_val(value v);
#       |                       ^
# src/evas_object_wrap.c:521:17: note: used here
#   521 |                 Evas_Render_Op_val(v_op));
#       |                 ^
# In file included from src/evas_object_wrap.c:1:
# In file included from src/evas_object_wrap.h:4:
# In file included from src/include.h:60:
# src/enums_wrap.h:17:14: warning: inline function 'Val_Evas_Render_Op' is not defined [-Wundefined-inline]
#    17 | inline value Val_Evas_Render_Op(Evas_Render_Op x);
#       |              ^
# src/evas_object_wrap.c:527:16: note: used here
#   527 |         return Val_Evas_Render_Op(evas_object_render_op_get(
#       |                ^
# 37 warnings generated.
# + mv evas_object_wrap.o src/evas_object_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_object_event_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/evas_object_event_wrap.c
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:17:14: warning: inline function 'copy_Evas_Event_Mouse_In' is not defined [-Wundefined-inline]
#    17 | inline value copy_Evas_Event_Mouse_In(const Evas_Event_Mouse_In* x);
#       |              ^
# src/evas_object_event_wrap.c:10:16: note: used here
#    10 |         v_ev = copy_Evas_Event_Mouse_In((Evas_Event_Mouse_In*) event_info);
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:19:14: warning: inline function 'copy_Evas_Event_Mouse_Out' is not defined [-Wundefined-inline]
#    19 | inline value copy_Evas_Event_Mouse_Out(const Evas_Event_Mouse_Out* x);
#       |              ^
# src/evas_object_event_wrap.c:22:16: note: used here
#    22 |         v_ev = copy_Evas_Event_Mouse_Out((Evas_Event_Mouse_Out*) event_info);
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:21:14: warning: inline function 'copy_Evas_Event_Mouse_Down' is not defined [-Wundefined-inline]
#    21 | inline value copy_Evas_Event_Mouse_Down(const Evas_Event_Mouse_Down* x);
#       |              ^
# src/evas_object_event_wrap.c:34:16: note: used here
#    34 |         v_ev = copy_Evas_Event_Mouse_Down((Evas_Event_Mouse_Down*) event_info);
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:23:14: warning: inline function 'copy_Evas_Event_Mouse_Up' is not defined [-Wundefined-inline]
#    23 | inline value copy_Evas_Event_Mouse_Up(const Evas_Event_Mouse_Up* x);
#       |              ^
# src/evas_object_event_wrap.c:46:16: note: used here
#    46 |         v_ev = copy_Evas_Event_Mouse_Up((Evas_Event_Mouse_Up*) event_info);
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:25:14: warning: inline function 'copy_Evas_Event_Mouse_Move' is not defined [-Wundefined-inline]
#    25 | inline value copy_Evas_Event_Mouse_Move(const Evas_Event_Mouse_Move* x);
#       |              ^
# src/evas_object_event_wrap.c:58:16: note: used here
#    58 |         v_ev = copy_Evas_Event_Mouse_Move((Evas_Event_Mouse_Move*) event_info);
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:27:14: warning: inline function 'copy_Evas_Event_Mouse_Wheel' is not defined [-Wundefined-inline]
#    27 | inline value copy_Evas_Event_Mouse_Wheel(const Evas_Event_Mouse_Wheel* x);
#       |              ^
# src/evas_object_event_wrap.c:70:16: note: used here
#    70 |         v_ev = copy_Evas_Event_Mouse_Wheel(
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:29:14: warning: inline function 'copy_Evas_Event_Multi_Down' is not defined [-Wundefined-inline]
#    29 | inline value copy_Evas_Event_Multi_Down(const Evas_Event_Multi_Down* x);
#       |              ^
# src/evas_object_event_wrap.c:83:16: note: used here
#    83 |         v_ev = copy_Evas_Event_Multi_Down(
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:31:14: warning: inline function 'copy_Evas_Event_Multi_Up' is not defined [-Wundefined-inline]
#    31 | inline value copy_Evas_Event_Multi_Up(const Evas_Event_Multi_Up* x);
#       |              ^
# src/evas_object_event_wrap.c:96:16: note: used here
#    96 |         v_ev = copy_Evas_Event_Multi_Up(
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:33:14: warning: inline function 'copy_Evas_Event_Multi_Move' is not defined [-Wundefined-inline]
#    33 | inline value copy_Evas_Event_Multi_Move(const Evas_Event_Multi_Move* x);
#       |              ^
# src/evas_object_event_wrap.c:109:16: note: used here
#   109 |         v_ev = copy_Evas_Event_Multi_Move(
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/evas_object_event_wrap.c:134:9: note: used here
#   134 |         ml_remove_value(d);
#       |         ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:35:14: warning: inline function 'copy_Evas_Event_Key_Down' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Event_Key_Down(const Evas_Event_Key_Down* x);
#       |              ^
# src/evas_object_event_wrap.c:145:16: note: used here
#   145 |         v_ev = copy_Evas_Event_Key_Down((Evas_Event_Key_Down*) event_info);
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:37:14: warning: inline function 'copy_Evas_Event_Key_Up' is not defined [-Wundefined-inline]
#    37 | inline value copy_Evas_Event_Key_Up(const Evas_Event_Key_Up* x);
#       |              ^
# src/evas_object_event_wrap.c:157:16: note: used here
#   157 |         v_ev = copy_Evas_Event_Key_Up((Evas_Event_Key_Up*) event_info);
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:39:14: warning: inline function 'copy_Evas_Event_Hold' is not defined [-Wundefined-inline]
#    39 | inline value copy_Evas_Event_Hold(const Evas_Event_Hold* x);
#       |              ^
# src/evas_object_event_wrap.c:169:16: note: used here
#   169 |         v_ev = copy_Evas_Event_Hold((Evas_Event_Hold*) event_info);
#       |                ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:44:
# src/evas_object_wrap.h:12:15: warning: inline function 'ml_Evas_Object_register_value' is not defined [-Wundefined-inline]
#    12 | inline value* ml_Evas_Object_register_value(Evas_Object* obj, value v);
#       |               ^
# src/evas_object_event_wrap.c:178:23: note: used here
#   178 |         value* data = ml_Evas_Object_register_value(obj, v_func);
#       |                       ^
# In file included from src/evas_object_event_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/evas_object_event_wrap.c:267:23: note: used here
#   267 |         value* data = ml_register_value(v_func);
#       |                       ^
# In file included from src/evas_object_event_wrap.c:1:
# In file included from src/include.h:42:
# src/evas_wrap.h:18:31: warning: inline function 'Evas_Callback_Priority_val' is not defined [-Wundefined-inline]
#    18 | inline Evas_Callback_Priority Evas_Callback_Priority_val(value v);
#       |                               ^
# src/evas_object_event_wrap.c:414:17: note: used here
#   414 |                 Evas_Callback_Priority_val(v_p),
#       |                 ^
# 33 warnings generated.
# + mv evas_object_event_wrap.o src/evas_object_event_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/ecore_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/ecore_wrap.c
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/ecore_wrap.c:6:25: warning: assigning to 'value *' (aka 'long *') from 'const value *' (aka 'const long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#     6 |         if(e == NULL) e = caml_named_value("Not_X exception");
#       |                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/ecore_wrap.c:13:25: warning: assigning to 'value *' (aka 'long *') from 'const value *' (aka 'const long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    13 |         if(e == NULL) e = caml_named_value("Not_Wayland exception");
#       |                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# In file included from src/ecore_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/ecore_wrap.c:37:9: note: used here
#    37 |         ml_remove_value(v_data);
#       |         ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:6:18: warning: inline function 'Eina_Bool_val' is not defined [-Wundefined-inline]
#     6 | inline Eina_Bool Eina_Bool_val(value v);
#       |                  ^
# src/ecore_wrap.c:56:23: note: used here
#    56 |         Eina_Bool b = Eina_Bool_val(caml_callback(*v_fun, Val_unit));
#       |                       ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:11:14: warning: inline function 'copy_Ecore_Timer' is not defined [-Wundefined-inline]
#    11 | inline value copy_Ecore_Timer(const Ecore_Timer* x);
#       |              ^
# src/ecore_wrap.c:99:16: note: used here
#    99 |         return copy_Ecore_Timer(timer);
#       |                ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:7:21: warning: inline function 'Ecore_Timer_val' is not defined [-Wundefined-inline]
#     7 | inline Ecore_Timer* Ecore_Timer_val(value v);
#       |                     ^
# src/ecore_wrap.c:104:27: note: used here
#   104 |         ecore_timer_delay(Ecore_Timer_val(v_timer), Double_val(v_x));
#       |                           ^
# In file included from src/ecore_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/ecore_wrap.c:110:23: note: used here
#   110 |         value* data = ml_register_value(v_fun);
#       |                       ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:101:14: warning: inline function 'copy_Ecore_Event_Handler' is not defined [-Wundefined-inline]
#   101 | inline value copy_Ecore_Event_Handler(const Ecore_Event_Handler* x);
#       |              ^
# src/ecore_wrap.c:136:16: note: used here
#   136 |         return copy_Ecore_Event_Handler(handler);
#       |                ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:97:29: warning: inline function 'Ecore_Event_Handler_val' is not defined [-Wundefined-inline]
#    97 | inline Ecore_Event_Handler* Ecore_Event_Handler_val(value v);
#       |                             ^
# src/ecore_wrap.c:142:41: note: used here
#   142 |                 ecore_event_handler_del(Ecore_Event_Handler_val(v_handler));
#       |                                         ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:107:14: warning: inline function 'copy_Ecore_Event' is not defined [-Wundefined-inline]
#   107 | inline value copy_Ecore_Event(const Ecore_Event* x);
#       |              ^
# src/ecore_wrap.c:154:16: note: used here
#   154 |         return copy_Ecore_Event(event);
#       |                ^
# In file included from src/ecore_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:103:21: warning: inline function 'Ecore_Event_val' is not defined [-Wundefined-inline]
#   103 | inline Ecore_Event* Ecore_Event_val(value v);
#       |                     ^
# src/ecore_wrap.c:159:25: note: used here
#   159 |         ecore_event_del(Ecore_Event_val(v_event));
#       |                         ^
# 28 warnings generated.
# + mv ecore_wrap.o src/ecore_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/ecore_animator_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/ecore_animator_wrap.c
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/ecore_animator_wrap.c:25:16: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    25 |         return copy_double(ecore_animator_pos_map_n(Double_val(v_pos),
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_double\" is deprecated: use \"caml_copy_double\" instead"
#       |      ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:1:22: warning: inline function 'Ecore_Pos_Map_val' is not defined [-Wundefined-inline]
#     1 | inline Ecore_Pos_Map Ecore_Pos_Map_val(value v);
#       |                      ^
# src/ecore_animator_wrap.c:26:17: note: used here
#    26 |                 Ecore_Pos_Map_val(v_pos_map), size, v));
#       |                 ^
# In file included from src/ecore_animator_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/ecore_animator_wrap.c:33:26: note: used here
#    33 |         if(prev != NULL) ml_remove_value(prev);
#       |                          ^
# In file included from src/ecore_animator_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/ecore_animator_wrap.c:34:16: note: used here
#    34 |         prev = ml_register_value(v_fun);
#       |                ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:5:14: warning: inline function 'copy_Ecore_Animator' is not defined [-Wundefined-inline]
#     5 | inline value copy_Ecore_Animator(const Ecore_Animator* x);
#       |              ^
# src/ecore_animator_wrap.c:58:16: note: used here
#    58 |         return copy_Ecore_Animator(anim);
#       |                ^
# In file included from src/ecore_animator_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:1:24: warning: inline function 'Ecore_Animator_val' is not defined [-Wundefined-inline]
#     1 | inline Ecore_Animator* Ecore_Animator_val(value v);
#       |                        ^
# src/ecore_animator_wrap.c:63:42: note: used here
#    63 |         value* data = ecore_animator_del(Ecore_Animator_val(v_anim));
#       |                                          ^
# 23 warnings generated.
# + mv ecore_animator_wrap.o src/ecore_animator_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/ecore_evas_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/ecore_evas_wrap.c
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/ecore_evas_wrap.c:6:19: note: used here
#     6 |         value v = copy_Eina_List_string(list);
#       |                   ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:26:20: warning: inline function 'String_opt_val' is not defined [-Wundefined-inline]
#    26 | inline const char* String_opt_val(value v);
#       |                    ^
# src/ecore_evas_wrap.c:15:41: note: used here
#    15 |         Ecore_Evas* ee = ecore_evas_new(String_opt_val(v_engine_name),
#       |                                         ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:28:12: warning: inline function 'Int_opt_val' is not defined [-Wundefined-inline]
#    28 | inline int Int_opt_val(value v);
#       |            ^
# src/ecore_evas_wrap.c:16:17: note: used here
#    16 |                 Int_opt_val(v_x), Int_opt_val(v_y), Int_val(v_w), Int_val(v_h),
#       |                 ^
# In file included from src/ecore_evas_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:23:14: warning: inline function 'copy_Ecore_Evas' is not defined [-Wundefined-inline]
#    23 | inline value copy_Ecore_Evas(const Ecore_Evas* x);
#       |              ^
# src/ecore_evas_wrap.c:19:16: note: used here
#    19 |         return copy_Ecore_Evas(ee);
#       |                ^
# 21 warnings generated.
# + mv ecore_evas_wrap.o src/ecore_evas_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/ethumb_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/ethumb_wrap.c
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/ethumb_wrap.c:1:
# In file included from src/ethumb_wrap.h:4:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv ethumb_wrap.o src/ethumb_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/edje_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/edje_wrap.c
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/edje_wrap.c:10:22: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    10 |         v_emission = copy_string(emission);
#       |                      ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/edje_wrap.c:11:20: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    11 |         v_source = copy_string(source);
#       |                    ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/edje_wrap.c:9:17: note: used here
#     9 |         v_obj = copy_Evas_Object(obj);
#       |                 ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/edje_wrap.c:19:24: note: used here
#    19 |         value v_list = copy_Eina_List_string(list);
#       |                        ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:26:20: warning: inline function 'String_opt_val' is not defined [-Wundefined-inline]
#    26 | inline const char* String_opt_val(value v);
#       |                    ^
# src/edje_wrap.c:34:29: note: used here
#    34 |         const char* group = String_opt_val(v_group);
#       |                             ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/edje_wrap.c:35:16: note: used here
#    35 |         return Val_Eina_Bool(edje_object_file_set((Evas_Object*) v_obj,
#       |                ^
# In file included from src/edje_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/edje_wrap.c:42:35: note: used here
#    42 |         edje_object_size_min_calc(Evas_Object_val(v_obj), &w, &h);
#       |                                   ^
# 24 warnings generated.
# + mv edje_wrap.o src/edje_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_wrap.c
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_wrap.c:60:23: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    60 |                 char* arg = String_val(Field(v_argv, i));
#       |                       ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_wrap.c:143:16: warning: implicit conversion from enumeration type 'Elm_Scroller_Movement_Block' to different enumeration type 'Elm_Glob_Match_Flags' [-Wenum-conversion]
#   143 |         return r;
#       |         ~~~~~~ ^
# src/elm_wrap.c:158:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   158 |         Store_field(v, 0, copy_string(c->name));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_wrap.c:159:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   159 |         Store_field(v, 1, copy_string(c->desc));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_wrap.c:185:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   185 |         Store_field(v, 0, copy_string(o->color_class));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_wrap.c:242:30: warning: 'elm_need_elocation' is deprecated [-Wdeprecated-declarations]
#   242 |         return Val_Eina_Bool(elm_need_elocation());
#       |                              ^
# /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/elm_deprecated.h:1703:1: note: 'elm_need_elocation' has been explicitly marked deprecated here
#  1703 | EINA_DEPRECATED EAPI Eina_Bool elm_need_elocation(void);
#       | ^
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_types.h:209:43: note: expanded from macro 'EINA_DEPRECATED'
#   209 | #  define EINA_DEPRECATED __attribute__ ((__deprecated__))
#       |                                           ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:42:
# src/evas_wrap.h:11:14: warning: inline function 'copy_Evas_Event_Info' is not defined [-Wundefined-inline]
#    11 | inline value copy_Evas_Event_Info(
#       |              ^
# src/elm_wrap.c:35:24: note: used here
#    35 |         v_event_info = copy_Evas_Event_Info(type, event_info);
#       |                        ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:42:
# src/evas_wrap.h:21:13: warning: inline function 'ml_Evas_remove_values' is not defined [-Wundefined-inline]
#    21 | inline void ml_Evas_remove_values();
#       |             ^
# src/elm_wrap.c:77:9: note: used here
#    77 |         ml_Evas_remove_values();
#       |         ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:58:24: warning: inline function 'Elm_Policy_Quit_val' is not defined [-Wundefined-inline]
#    58 | inline Elm_Policy_Quit Elm_Policy_Quit_val(value v);
#       |                        ^
# src/elm_wrap.c:98:17: note: used here
#    98 |                 Elm_Policy_Quit_val(v_pv)));
#       |                 ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:59:14: warning: inline function 'Val_Elm_Policy_Quit' is not defined [-Wundefined-inline]
#    59 | inline value Val_Elm_Policy_Quit(Elm_Policy_Quit x);
#       |              ^
# src/elm_wrap.c:103:16: note: used here
#   103 |         return Val_Elm_Policy_Quit(elm_policy_get(ELM_POLICY_QUIT));
#       |                ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:61:24: warning: inline function 'Elm_Policy_Exit_val' is not defined [-Wundefined-inline]
#    61 | inline Elm_Policy_Exit Elm_Policy_Exit_val(value v);
#       |                        ^
# src/elm_wrap.c:109:17: note: used here
#   109 |                 Elm_Policy_Exit_val(v_pv)));
#       |                 ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:62:14: warning: inline function 'Val_Elm_Policy_Exit' is not defined [-Wundefined-inline]
#    62 | inline value Val_Elm_Policy_Exit(Elm_Policy_Exit x);
#       |              ^
# src/elm_wrap.c:114:16: note: used here
#   114 |         return Val_Elm_Policy_Exit(elm_policy_get(ELM_POLICY_EXIT));
#       |                ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:64:28: warning: inline function 'Elm_Policy_Throttle_val' is not defined [-Wundefined-inline]
#    64 | inline Elm_Policy_Throttle Elm_Policy_Throttle_val(value v);
#       |                            ^
# src/elm_wrap.c:120:17: note: used here
#   120 |                 Elm_Policy_Throttle_val(v_pv)));
#       |                 ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:65:14: warning: inline function 'Val_Elm_Policy_Throttle' is not defined [-Wundefined-inline]
#    65 | inline value Val_Elm_Policy_Throttle(Elm_Policy_Throttle x);
#       |              ^
# src/elm_wrap.c:125:16: note: used here
#   125 |         return Val_Elm_Policy_Throttle(elm_policy_get(ELM_POLICY_THROTTLE));
#       |                ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:100:29: warning: inline function 'Elm_Glob_Match_Flags_val' is not defined [-Wundefined-inline]
#   100 | inline Elm_Glob_Match_Flags Elm_Glob_Match_Flags_val(value v);
#       |                             ^
# src/elm_wrap.c:140:25: note: used here
#   140 |                 r = r | Elm_Glob_Match_Flags_val(Field(v, 0));
#       |                         ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:104:14: warning: inline function 'Val_Elm_Process_State' is not defined [-Wundefined-inline]
#   104 | inline value Val_Elm_Process_State(Elm_Process_State x);
#       |              ^
# src/elm_wrap.c:148:16: note: used here
#   148 |         return Val_Elm_Process_State(elm_process_state_get());
#       |                ^
# In file included from src/elm_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/elm_wrap.c:222:16: note: used here
#   222 |         return Val_Eina_Bool(elm_need_efreet());
#       |                ^
# 34 warnings generated.
# + mv elm_wrap.o src/elm_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_config_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_config_wrap.c
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_config_wrap.c:18:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    18 |         return copy_string(elm_config_accel_preference_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_config_wrap.c:34:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    34 |         Store_field(v, 0, copy_string(c->name));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_config_wrap.c:35:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    35 |         Store_field(v, 1, copy_string(c->desc));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_config_wrap.c:60:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    60 |         Store_field(v, 0, copy_string(c->text_class));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_config_wrap.c:61:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    61 |         Store_field(v, 1, copy_string(c->font));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_config_wrap.c:103:23: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   103 |         value v_dir = copy_string(dir);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:74:6: note: expanded from here
#    74 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# In file included from src/elm_config_wrap.c:1:
# src/include.h:35:14: warning: inline function 'safe_copy_string' is not defined [-Wundefined-inline]
#    35 | inline value safe_copy_string(const char* s);
#       |              ^
# src/elm_config_wrap.c:7:16: note: used here
#     7 |         return safe_copy_string(elm_config_accel_preference_get());
#       |                ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/elm_config_wrap.c:111:24: note: used here
#   111 |         value v_list = copy_Eina_List_string(list);
#       |                        ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:11:14: warning: inline function 'copy_Eina_List_Elm_Color_Class' is not defined [-Wundefined-inline]
#    11 | inline value copy_Eina_List_Elm_Color_Class(const Eina_List* list);
#       |              ^
# src/elm_config_wrap.c:133:24: note: used here
#   133 |         value v_list = copy_Eina_List_Elm_Color_Class(list);
#       |                        ^
# In file included from src/elm_config_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:14:14: warning: inline function 'copy_Eina_List_Elm_Color_Overlay' is not defined [-Wundefined-inline]
#    14 | inline value copy_Eina_List_Elm_Color_Overlay(const Eina_List* list);
#       |              ^
# src/elm_config_wrap.c:140:16: note: used here
#   140 |         return copy_Eina_List_Elm_Color_Overlay(
#       |                ^
# 27 warnings generated.
# + mv elm_config_wrap.o src/elm_config_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_object_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_object_wrap.c
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_object_wrap.c:13:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    13 |         return copy_string(elm_object_cursor_get((Evas_Object*) v_obj));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:30:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    30 |         return copy_string(elm_object_cursor_style_get((Evas_Object*) v_obj));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:10:6: note: expanded from here
#    10 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:184:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   184 |         return copy_string(elm_object_focus_highlight_style_get(
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:14:6: note: expanded from here
#    14 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:270:22: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   270 |         v_emission = copy_string(emission);
#       |                      ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:63:6: note: expanded from here
#    63 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:271:20: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   271 |         v_source = copy_string(source);
#       |                    ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:67:6: note: expanded from here
#    67 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:304:32: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#   304 |         else translatable_part = String_val(Field(v_translatable_part, 0));
#       |                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_object_wrap.c:308:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   308 |         return copy_string(text);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:72:6: note: expanded from here
#    72 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:336:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#   336 |         else part = String_val(Field(v_part, 0));
#       |                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_object_wrap.c:346:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   346 |         return copy_string(text);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:76:6: note: expanded from here
#    76 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:354:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#   354 |         else part = String_val(Field(v_part, 0));
#       |                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_object_wrap.c:357:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   357 |         return copy_string(text);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:80:6: note: expanded from here
#    80 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:365:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#   365 |         else part = String_val(Field(v_part, 0));
#       |                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_object_wrap.c:391:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#   391 |         else part = String_val(Field(v_part, 0));
#       |                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_object_wrap.c:410:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#   410 |         else part = String_val(Field(v_part, 0));
#       |                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_object_wrap.c:533:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   533 |         return copy_string(text);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:98:6: note: expanded from here
#    98 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:543:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   543 |         return copy_string(text);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:102:6: note: expanded from here
#   102 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:565:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   565 |         return copy_string(text);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:106:6: note: expanded from here
#   106 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:682:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   682 |         return copy_string(elm_object_item_tooltip_style_get(
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:110:6: note: expanded from here
#   110 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:708:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   708 |         return copy_string(elm_object_item_cursor_style_get(
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:4:6: note: expanded from here
#     4 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:751:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   751 |         return copy_string(elm_object_item_style_get((Elm_Object_Item*) v_it));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:8:6: note: expanded from here
#     8 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:878:16: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   878 |         return copy_double(elm_object_scale_get((Evas_Object*) v_obj));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:12:6: note: expanded from here
#    12 |  GCC warning "\"copy_double\" is deprecated: use \"caml_copy_double\" instead"
#       |      ^
# src/elm_object_wrap.c:891:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   891 |         return copy_string(elm_object_style_get((Evas_Object*) v_obj));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:16:6: note: expanded from here
#    16 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_object_wrap.c:971:37: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   971 |                 Store_field(v_t, 0, copy_string(t));
#       |                                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_object_wrap.c:1040:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#  1040 |         return copy_string(elm_object_tooltip_style_get(
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:44:6: note: expanded from here
#    44 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:6:18: warning: inline function 'Eina_Bool_val' is not defined [-Wundefined-inline]
#     6 | inline Eina_Bool Eina_Bool_val(value v);
#       |                  ^
# src/elm_object_wrap.c:70:52: note: used here
#    70 |         elm_object_focus_set((Evas_Object*) v_obj, Eina_Bool_val(v_flag));
#       |                                                    ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:14:19: warning: inline function 'Eina_List_Evas_Object_val' is not defined [-Wundefined-inline]
#    14 | inline Eina_List* Eina_List_Evas_Object_val(value v_list);
#       |                   ^
# src/elm_object_wrap.c:88:17: note: used here
#    88 |                 Eina_List_Evas_Object_val(v_list));
#       |                 ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:13:14: warning: inline function 'copy_Eina_List_Evas_Object' is not defined [-Wundefined-inline]
#    13 | inline value copy_Eina_List_Evas_Object(const Eina_List* list);
#       |              ^
# src/elm_object_wrap.c:100:16: note: used here
#   100 |         return copy_Eina_List_Evas_Object(elm_object_focus_custom_chain_get(
#       |                ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:49:28: warning: inline function 'Elm_Focus_Direction_val' is not defined [-Wundefined-inline]
#    49 | inline Elm_Focus_Direction Elm_Focus_Direction_val(value v);
#       |                            ^
# src/elm_object_wrap.c:129:17: note: used here
#   129 |                 Elm_Focus_Direction_val(v_d));
#       |                 ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:19:14: warning: inline function 'copy_Elm_Object_Item_opt' is not defined [-Wundefined-inline]
#    19 | inline value copy_Elm_Object_Item_opt(const Elm_Object_Item* it);
#       |              ^
# src/elm_object_wrap.c:190:16: note: used here
#   190 |         return copy_Elm_Object_Item_opt(elm_object_focused_item_get(
#       |                ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_object_wrap.c:208:17: note: used here
#   208 |                 Evas_Object_val(v_obj), Elm_Focus_Direction_val(v_dir)));
#       |                 ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:43:25: warning: inline function 'Elm_Object_Item_val' is not defined [-Wundefined-inline]
#    43 | inline Elm_Object_Item* Elm_Object_Item_val(value v);
#       |                         ^
# src/elm_object_wrap.c:215:17: note: used here
#   215 |                 Elm_Object_Item_val(v_item), Elm_Focus_Direction_val(v_dir));
#       |                 ^
# In file included from src/elm_object_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_object_wrap.c:279:9: note: used here
#   279 |         ml_remove_value(v_fun);
#       |         ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:44:
# src/evas_object_wrap.h:12:15: warning: inline function 'ml_Evas_Object_register_value' is not defined [-Wundefined-inline]
#    12 | inline value* ml_Evas_Object_register_value(Evas_Object* obj, value v);
#       |               ^
# src/elm_object_wrap.c:446:23: note: used here
#   446 |         value* data = ml_Evas_Object_register_value(obj, v_fun);
#       |                       ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:20:18: warning: inline function 'ml_Elm_Event_Cb' is not defined [-Wundefined-inline]
#    20 | inline Eina_Bool ml_Elm_Event_Cb(
#       |                  ^
# src/elm_object_wrap.c:461:44: note: used here
#   461 |         elm_object_event_callback_add(obj, ml_Elm_Event_Cb, data);
#       |                                            ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:26:20: warning: inline function 'String_opt_val' is not defined [-Wundefined-inline]
#    26 | inline const char* String_opt_val(value v);
#       |                    ^
# src/elm_object_wrap.c:494:28: note: used here
#   494 |         const char* part = String_opt_val(v_part);
#       |                            ^
# In file included from src/elm_object_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_object_wrap.c:765:23: note: used here
#   765 |         value* data = ml_register_value(v);
#       |                       ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/elm_object_wrap.c:885:16: note: used here
#   885 |         return Val_Eina_Bool(elm_object_style_set((Evas_Object*) v_obj,
#       |                ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:97:27: warning: inline function 'Elm_Tooltip_Orient_val' is not defined [-Wundefined-inline]
#    97 | inline Elm_Tooltip_Orient Elm_Tooltip_Orient_val(value v);
#       |                           ^
# src/elm_object_wrap.c:1059:17: note: used here
#  1059 |                 Elm_Tooltip_Orient_val(v_or));
#       |                 ^
# In file included from src/elm_object_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:98:14: warning: inline function 'Val_Elm_Tooltip_Orient' is not defined [-Wundefined-inline]
#    98 | inline value Val_Elm_Tooltip_Orient(Elm_Tooltip_Orient x);
#       |              ^
# src/elm_object_wrap.c:1065:16: note: used here
#  1065 |         return Val_Elm_Tooltip_Orient(elm_object_tooltip_orient_get(
#       |                ^
# 56 warnings generated.
# + mv elm_object_wrap.o src/elm_object_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_gen_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_gen_wrap.c
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_gen_wrap.c:9:18: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#     9 |         v_part = copy_string(part);
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:17:6: note: expanded from here
#    17 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_gen_wrap.c:22:18: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    22 |         v_part = copy_string(part);
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:33:6: note: expanded from here
#    33 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_gen_wrap.c:34:18: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    34 |         v_part = copy_string(part);
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:50:6: note: expanded from here
#    50 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# In file included from src/elm_gen_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:6:18: warning: inline function 'Eina_Bool_val' is not defined [-Wundefined-inline]
#     6 | inline Eina_Bool Eina_Bool_val(value v);
#       |                  ^
# src/elm_gen_wrap.c:36:32: note: used here
#    36 |         CAMLreturnT(Eina_Bool, Eina_Bool_val(v));
#       |                                ^
# In file included from src/elm_gen_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_gen_wrap.c:44:9: note: used here
#    44 |         ml_remove_value(v_class);
#       |         ^
# 22 warnings generated.
# + mv elm_gen_wrap.o src/elm_gen_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_layout_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_layout_wrap.c
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_layout_wrap.c:145:35: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   145 |                 Store_field(v, 0, copy_string(data));
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_layout_wrap.c:173:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   173 |         return copy_string(elm_layout_part_cursor_get((Evas_Object*) v_obj,
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:21:6: note: expanded from here
#    21 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_layout_wrap.c:200:35: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   200 |                 Store_field(v, 0, copy_string(style));
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_layout_wrap.c:258:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   258 |         return copy_string(elm_layout_text_get((Evas_Object*) v_obj,
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:40:6: note: expanded from here
#    40 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/elm_layout_wrap.c:17:16: note: used here
#    17 |         return Val_Eina_Bool(elm_layout_file_set((Evas_Object*) v_obj,
#       |                ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:44:
# src/evas_object_wrap.h:12:15: warning: inline function 'ml_Evas_Object_register_value' is not defined [-Wundefined-inline]
#    12 | inline value* ml_Evas_Object_register_value(Evas_Object* obj, value v);
#       |               ^
# src/elm_layout_wrap.c:40:23: note: used here
#    40 |         value* data = ml_Evas_Object_register_value(obj, v_fun);
#       |                       ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:6:18: warning: inline function 'Eina_Bool_val' is not defined [-Wundefined-inline]
#     6 | inline Eina_Bool Eina_Bool_val(value v);
#       |                  ^
# src/elm_layout_wrap.c:93:37: note: used here
#    93 |                 String_val(v_part), Eina_Bool_val(v_clear)));
#       |                                     ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:23:14: warning: inline function 'copy_Evas_Object_opt' is not defined [-Wundefined-inline]
#    23 | inline value copy_Evas_Object_opt(const Evas_Object* obj);
#       |              ^
# src/elm_layout_wrap.c:240:16: note: used here
#   240 |         return copy_Evas_Object_opt(elm_layout_content_get(
#       |                ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:13:14: warning: inline function 'copy_Eina_List_Evas_Object' is not defined [-Wundefined-inline]
#    13 | inline value copy_Eina_List_Evas_Object(const Eina_List* list);
#       |              ^
# src/elm_layout_wrap.c:266:21: note: used here
#   266 |         value v_r = copy_Eina_List_Evas_Object(list);
#       |                     ^
# In file included from src/elm_layout_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_layout_wrap.c:298:29: note: used here
#   298 |         elm_layout_file_get(Evas_Object_val(v_obj), &file, &group);
#       |                             ^
# In file included from src/elm_layout_wrap.c:1:
# src/include.h:35:14: warning: inline function 'safe_copy_string' is not defined [-Wundefined-inline]
#    35 | inline value safe_copy_string(const char* s);
#       |              ^
# src/elm_layout_wrap.c:300:29: note: used here
#   300 |         Store_field(v_r, 0, safe_copy_string(file));
#       |                             ^
# 28 warnings generated.
# + mv elm_layout_wrap.o src/elm_layout_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_ctxpopup_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_ctxpopup_wrap.c
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_ctxpopup_wrap.c:55:24: note: used here
#    55 |                 data = ml_register_value(Field(v_func, 0));
#       |                        ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_ctxpopup_wrap.c:60:34: note: used here
#    60 |                 if(data != NULL) ml_remove_value(data);
#       |                                  ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:49:
# src/elm_object_wrap.h:14:13: warning: inline function 'ml_Elm_Object_Item_gc_value' is not defined [-Wundefined-inline]
#    14 | inline void ml_Elm_Object_Item_gc_value(
#       |             ^
# src/elm_ctxpopup_wrap.c:64:17: note: used here
#    64 |                 ml_Elm_Object_Item_gc_value(item, data);
#       |                 ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:26:20: warning: inline function 'String_opt_val' is not defined [-Wundefined-inline]
#    26 | inline const char* String_opt_val(value v);
#       |                    ^
# src/elm_ctxpopup_wrap.c:71:29: note: used here
#    71 |         const char* label = String_opt_val(v_label);
#       |                             ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:25:21: warning: inline function 'Evas_Object_opt_val' is not defined [-Wundefined-inline]
#    25 | inline Evas_Object* Evas_Object_opt_val(value v);
#       |                     ^
# src/elm_ctxpopup_wrap.c:72:29: note: used here
#    72 |         Evas_Object* icon = Evas_Object_opt_val(v_icon);
#       |                             ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:112:31: warning: inline function 'Elm_Ctxpopup_Direction_val' is not defined [-Wundefined-inline]
#   112 | inline Elm_Ctxpopup_Direction Elm_Ctxpopup_Direction_val(value v);
#       |                               ^
# src/elm_ctxpopup_wrap.c:97:17: note: used here
#    97 |                 Elm_Ctxpopup_Direction_val(v_d1),
#       |                 ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:113:14: warning: inline function 'Val_Elm_Ctxpopup_Direction' is not defined [-Wundefined-inline]
#   113 | inline value Val_Elm_Ctxpopup_Direction(Elm_Ctxpopup_Direction x);
#       |              ^
# src/elm_ctxpopup_wrap.c:110:29: note: used here
#   110 |         Store_field(v_r, 0, Val_Elm_Ctxpopup_Direction(d1));
#       |                             ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_ctxpopup_wrap.c:144:16: note: used here
#   144 |         return copy_Eina_List_Elm_Object_Item(elm_ctxpopup_items_get(
#       |                ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_ctxpopup_wrap.c:145:17: note: used here
#   145 |                 Evas_Object_val(v_obj)));
#       |                 ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:19:14: warning: inline function 'copy_Elm_Object_Item_opt' is not defined [-Wundefined-inline]
#    19 | inline value copy_Elm_Object_Item_opt(const Elm_Object_Item* it);
#       |              ^
# src/elm_ctxpopup_wrap.c:150:16: note: used here
#   150 |         return copy_Elm_Object_Item_opt(elm_ctxpopup_first_item_get(
#       |                ^
# In file included from src/elm_ctxpopup_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:43:25: warning: inline function 'Elm_Object_Item_val' is not defined [-Wundefined-inline]
#    43 | inline Elm_Object_Item* Elm_Object_Item_val(value v);
#       |                         ^
# src/elm_ctxpopup_wrap.c:163:17: note: used here
#   163 |                 Elm_Object_Item_val(v_it)));
#       |                 ^
# 28 warnings generated.
# + mv elm_ctxpopup_wrap.o src/elm_ctxpopup_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_fileselector_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_fileselector_wrap.c
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_fileselector_wrap.c:9:15: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#     9 |         v_s = copy_string(path);
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:17:6: note: expanded from here
#    17 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_fileselector_wrap.c:82:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    82 |         return copy_string(elm_fileselector_path_get((Evas_Object*) v_obj));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_fileselector_wrap.c:93:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    93 |         return copy_string(elm_fileselector_selected_get((Evas_Object*) v_obj));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:26:6: note: expanded from here
#    26 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_fileselector_wrap.c:101:26: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#   101 |         else filter_name = String_val(Field(v_filter_name, 0));
#       |                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:6:18: warning: inline function 'Eina_Bool_val' is not defined [-Wundefined-inline]
#     6 | inline Eina_Bool Eina_Bool_val(value v);
#       |                  ^
# src/elm_fileselector_wrap.c:24:17: note: used here
#    24 |                 Eina_Bool_val(v_flag));
#       |                 ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/elm_fileselector_wrap.c:30:16: note: used here
#    30 |         return Val_Eina_Bool(elm_fileselector_is_save_get(
#       |                ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:44:
# src/evas_object_wrap.h:12:15: warning: inline function 'ml_Evas_Object_register_value' is not defined [-Wundefined-inline]
#    12 | inline value* ml_Evas_Object_register_value(Evas_Object* obj, value v);
#       |               ^
# src/elm_fileselector_wrap.c:110:23: note: used here
#   110 |         value* data = ml_Evas_Object_register_value(obj, v_fun);
#       |                       ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:26:20: warning: inline function 'String_opt_val' is not defined [-Wundefined-inline]
#    26 | inline const char* String_opt_val(value v);
#       |                    ^
# src/elm_fileselector_wrap.c:112:56: note: used here
#   112 |                 ml_Elm_Fileselector_Filter_Func, data, String_opt_val(v_name)));
#       |                                                        ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:119:14: warning: inline function 'Val_Elm_Fileselector_Sort' is not defined [-Wundefined-inline]
#   119 | inline value Val_Elm_Fileselector_Sort(Elm_Fileselector_Sort x);
#       |              ^
# src/elm_fileselector_wrap.c:154:16: note: used here
#   154 |         return Val_Elm_Fileselector_Sort(elm_fileselector_sort_method_get(
#       |                ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:118:30: warning: inline function 'Elm_Fileselector_Sort_val' is not defined [-Wundefined-inline]
#   118 | inline Elm_Fileselector_Sort Elm_Fileselector_Sort_val(value v);
#       |                              ^
# src/elm_fileselector_wrap.c:161:17: note: used here
#   161 |                 Elm_Fileselector_Sort_val(v_sort));
#       |                 ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:115:30: warning: inline function 'Elm_Fileselector_Mode_val' is not defined [-Wundefined-inline]
#   115 | inline Elm_Fileselector_Mode Elm_Fileselector_Mode_val(value v);
#       |                              ^
# src/elm_fileselector_wrap.c:168:17: note: used here
#   168 |                 Elm_Fileselector_Mode_val(v_mode));
#       |                 ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:116:14: warning: inline function 'Val_Elm_Fileselector_Mode' is not defined [-Wundefined-inline]
#   116 | inline value Val_Elm_Fileselector_Mode(Elm_Fileselector_Mode x);
#       |              ^
# src/elm_fileselector_wrap.c:174:16: note: used here
#   174 |         return Val_Elm_Fileselector_Mode(elm_fileselector_mode_get(
#       |                ^
# In file included from src/elm_fileselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/elm_fileselector_wrap.c:193:16: note: used here
#   193 |         return copy_Eina_List_string(
#       |                ^
# 30 warnings generated.
# + mv elm_fileselector_wrap.o src/elm_fileselector_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_fileselector_button_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_fileselector_button_wrap.c
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_button_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_fileselector_button_wrap.c:20:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    20 |         return copy_string(elm_fileselector_button_window_title_get(
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# 18 warnings generated.
# + mv elm_fileselector_button_wrap.o src/elm_fileselector_button_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_fileselector_entry_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_fileselector_entry_wrap.c
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_fileselector_entry_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_fileselector_entry_wrap.c:20:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    20 |         return copy_string(elm_fileselector_entry_window_title_get(
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# 18 warnings generated.
# + mv elm_fileselector_entry_wrap.o src/elm_fileselector_entry_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_hoversel_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_hoversel_wrap.c
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_hoversel_wrap.c:120:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   120 |         Store_field(v_r, 0, copy_string(icon_file));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_hoversel_wrap.c:124:39: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   124 |                 Store_field(v_tmp, 0, copy_string(icon_group));
#       |                                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_hoversel_wrap.c:58:16: note: used here
#    58 |         return copy_Eina_List_Elm_Object_Item(elm_hoversel_items_get(
#       |                ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:27:22: warning: inline function 'Elm_Icon_Type_val' is not defined [-Wundefined-inline]
#    27 | inline Elm_Icon_Type Elm_Icon_Type_val(value v);
#       |                      ^
# src/elm_hoversel_wrap.c:76:29: note: used here
#    76 |                 icon_type = Elm_Icon_Type_val(Field(v, 1));
#       |                             ^
# In file included from src/elm_hoversel_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_hoversel_wrap.c:85:24: note: used here
#    85 |                 data = ml_register_value(Field(v_func, 0));
#       |                        ^
# In file included from src/elm_hoversel_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_hoversel_wrap.c:90:34: note: used here
#    90 |                 if(data != NULL) ml_remove_value(data);
#       |                                  ^
# In file included from src/elm_hoversel_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:28:14: warning: inline function 'Val_Elm_Icon_Type' is not defined [-Wundefined-inline]
#    28 | inline value Val_Elm_Icon_Type(Elm_Icon_Type t);
#       |              ^
# src/elm_hoversel_wrap.c:127:29: note: used here
#   127 |         Store_field(v_r, 2, Val_Elm_Icon_Type(icon_type));
#       |                             ^
# 24 warnings generated.
# + mv elm_hoversel_wrap.o src/elm_hoversel_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_multibuttonentry_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_multibuttonentry_wrap.c
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:23:14: warning: inline function 'copy_Evas_Object_opt' is not defined [-Wundefined-inline]
#    23 | inline value copy_Evas_Object_opt(const Evas_Object* obj);
#       |              ^
# src/elm_multibuttonentry_wrap.c:21:16: note: used here
#    21 |         return copy_Evas_Object_opt(elm_multibuttonentry_entry_get(
#       |                ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_multibuttonentry_wrap.c:51:24: note: used here
#    51 |                 data = ml_register_value(Field(v_func, 0));
#       |                        ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_multibuttonentry_wrap.c:56:34: note: used here
#    56 |                 if(data != NULL) ml_remove_value(data);
#       |                                  ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_multibuttonentry_wrap.c:146:16: note: used here
#   146 |         return copy_Eina_List_Elm_Object_Item(elm_multibuttonentry_items_get(
#       |                ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:6:18: warning: inline function 'Eina_Bool_val' is not defined [-Wundefined-inline]
#     6 | inline Eina_Bool Eina_Bool_val(value v);
#       |                  ^
# src/elm_multibuttonentry_wrap.c:183:17: note: used here
#   183 |                 Eina_Bool_val(v_flag));
#       |                 ^
# In file included from src/elm_multibuttonentry_wrap.c:1:
# In file included from src/include.h:44:
# src/evas_object_wrap.h:12:15: warning: inline function 'ml_Evas_Object_register_value' is not defined [-Wundefined-inline]
#    12 | inline value* ml_Evas_Object_register_value(Evas_Object* obj, value v);
#       |               ^
# src/elm_multibuttonentry_wrap.c:236:23: note: used here
#   236 |         value* data = ml_Evas_Object_register_value(obj, v_fun);
#       |                       ^
# 23 warnings generated.
# + mv elm_multibuttonentry_wrap.o src/elm_multibuttonentry_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_naviframe_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_naviframe_wrap.c
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_naviframe_wrap.c:30:26: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    30 |         else title_label = String_val(Field(v_title_label, 0));
#       |                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_naviframe_wrap.c:32:25: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    32 |         else item_style = String_val(Field(v_item_style, 0));
#       |                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_naviframe_wrap.c:57:26: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    57 |         else title_label = String_val(Field(v_title_label, 0));
#       |                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_naviframe_wrap.c:59:25: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    59 |         else item_style = String_val(Field(v_item_style, 0));
#       |                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_naviframe_wrap.c:84:26: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    84 |         else title_label = String_val(Field(v_title_label, 0));
#       |                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_naviframe_wrap.c:86:25: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    86 |         else item_style = String_val(Field(v_item_style, 0));
#       |                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_naviframe_wrap.c:165:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   165 |         return copy_string(elm_naviframe_item_style_get(
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:6:18: warning: inline function 'Eina_Bool_val' is not defined [-Wundefined-inline]
#     6 | inline Eina_Bool Eina_Bool_val(value v);
#       |                  ^
# src/elm_naviframe_wrap.c:125:17: note: used here
#   125 |                 Eina_Bool_val(v_flag));
#       |                 ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/elm_naviframe_wrap.c:131:16: note: used here
#   131 |         return Val_Eina_Bool(elm_naviframe_content_preserve_on_pop_get(
#       |                ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:49:
# src/elm_object_wrap.h:16:15: warning: inline function 'ml_Elm_Object_Item_register_value' is not defined [-Wundefined-inline]
#    16 | inline value* ml_Elm_Object_Item_register_value(
#       |               ^
# src/elm_naviframe_wrap.c:187:23: note: used here
#   187 |         value* data = ml_Elm_Object_Item_register_value(it, v_fun);
#       |                       ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_naviframe_wrap.c:208:24: note: used here
#   208 |         value v_list = copy_Eina_List_Elm_Object_Item(list);
#       |                        ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_naviframe_wrap.c:236:17: note: used here
#   236 |                 Evas_Object_val(v_obj), Evas_Object_val(v_content));
#       |                 ^
# In file included from src/elm_naviframe_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:45:14: warning: inline function 'Val_Elm_Object_Item' is not defined [-Wundefined-inline]
#    45 | inline value Val_Elm_Object_Item(const Elm_Object_Item* x);
#       |              ^
# src/elm_naviframe_wrap.c:238:16: note: used here
#   238 |         return Val_Elm_Object_Item(it);
#       |                ^
# 30 warnings generated.
# + mv elm_naviframe_wrap.o src/elm_naviframe_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_popup_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_popup_wrap.c
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_popup_wrap.c:53:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    53 |         Store_field(v_r, 0, copy_double(w));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_popup_wrap.c:54:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    54 |         Store_field(v_r, 1, copy_double(h));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_popup_wrap.c:91:16: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    91 |         return copy_double(elm_popup_timeout_get((Evas_Object*) v_obj));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:34:6: note: expanded from here
#    34 |  GCC warning "\"copy_double\" is deprecated: use \"caml_copy_double\" instead"
#       |      ^
# In file included from src/elm_popup_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_popup_wrap.c:26:24: note: used here
#    26 |                 data = ml_register_value(Field(v_func, 0));
#       |                        ^
# In file included from src/elm_popup_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_popup_wrap.c:31:34: note: used here
#    31 |                 if(data != NULL) ml_remove_value(data);
#       |                                  ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:24:22: warning: inline function 'Elm_Wrap_Type_val' is not defined [-Wundefined-inline]
#    24 | inline Elm_Wrap_Type Elm_Wrap_Type_val(value v);
#       |                      ^
# src/elm_popup_wrap.c:61:17: note: used here
#    61 |                 Elm_Wrap_Type_val(v_wrap));
#       |                 ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:25:14: warning: inline function 'Val_Elm_Wrap_Type' is not defined [-Wundefined-inline]
#    25 | inline value Val_Elm_Wrap_Type(Elm_Wrap_Type t);
#       |              ^
# src/elm_popup_wrap.c:67:16: note: used here
#    67 |         return Val_Elm_Wrap_Type(elm_popup_content_text_wrap_type_get(
#       |                ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:121:25: warning: inline function 'Elm_Popup_Orient_val' is not defined [-Wundefined-inline]
#   121 | inline Elm_Popup_Orient Elm_Popup_Orient_val(value v);
#       |                         ^
# src/elm_popup_wrap.c:74:17: note: used here
#    74 |                 Elm_Popup_Orient_val(v_orient));
#       |                 ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:122:14: warning: inline function 'Val_Elm_Popup_Orient' is not defined [-Wundefined-inline]
#   122 | inline value Val_Elm_Popup_Orient(Elm_Popup_Orient x);
#       |              ^
# src/elm_popup_wrap.c:80:16: note: used here
#    80 |         return Val_Elm_Popup_Orient(elm_popup_orient_get((Evas_Object*) v_obj));
#       |                ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:6:18: warning: inline function 'Eina_Bool_val' is not defined [-Wundefined-inline]
#     6 | inline Eina_Bool Eina_Bool_val(value v);
#       |                  ^
# src/elm_popup_wrap.c:97:17: note: used here
#    97 |                 Eina_Bool_val(v_flag));
#       |                 ^
# In file included from src/elm_popup_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/elm_popup_wrap.c:103:16: note: used here
#   103 |         return Val_Eina_Bool(elm_popup_allow_events_get((Evas_Object*) v_obj));
#       |                ^
# 28 warnings generated.
# + mv elm_popup_wrap.o src/elm_popup_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_app_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_app_wrap.c
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_app_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_app_wrap.c:50:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    50 |         return copy_string(elm_app_name_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_app_wrap.c:55:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    55 |         return copy_string(elm_app_desktop_entry_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:10:6: note: expanded from here
#    10 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_app_wrap.c:60:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    60 |         return copy_string(elm_app_prefix_dir_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:14:6: note: expanded from here
#    14 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_app_wrap.c:65:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    65 |         return copy_string(elm_app_bin_dir_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_app_wrap.c:70:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    70 |         return copy_string(elm_app_lib_dir_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_app_wrap.c:75:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    75 |         return copy_string(elm_app_data_dir_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:26:6: note: expanded from here
#    26 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_app_wrap.c:80:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    80 |         return copy_string(elm_app_locale_dir_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:30:6: note: expanded from here
#    30 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_app_wrap.c:91:16: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    91 |         return copy_double(elm_app_base_scale_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:34:6: note: expanded from here
#    34 |  GCC warning "\"copy_double\" is deprecated: use \"caml_copy_double\" instead"
#       |      ^
# 25 warnings generated.
# + mv elm_app_wrap.o src/elm_app_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_bg_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_bg_wrap.c
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_bg_wrap.c:5:38: note: used here
#     5 |         Evas_Object* bg = elm_bg_add(Evas_Object_val(v_parent));
#       |                                      ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_bg_wrap.c:7:16: note: used here
#     7 |         return copy_Evas_Object(bg);
#       |                ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:26:20: warning: inline function 'String_opt_val' is not defined [-Wundefined-inline]
#    26 | inline const char* String_opt_val(value v);
#       |                    ^
# src/elm_bg_wrap.c:13:29: note: used here
#    13 |         const char* group = String_opt_val(v_group);
#       |                             ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/elm_bg_wrap.c:14:16: note: used here
#    14 |         return Val_Eina_Bool(elm_bg_file_set(Evas_Object_val(v_obj),
#       |                ^
# In file included from src/elm_bg_wrap.c:1:
# src/include.h:35:14: warning: inline function 'safe_copy_string' is not defined [-Wundefined-inline]
#    35 | inline value safe_copy_string(const char* s);
#       |              ^
# src/elm_bg_wrap.c:25:27: note: used here
#    25 |         Store_field(v, 0, safe_copy_string(file));
#       |                           ^
# In file included from src/elm_bg_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:21:14: warning: inline function 'copy_string_opt' is not defined [-Wundefined-inline]
#    21 | inline value copy_string_opt(const char* s);
#       |              ^
# src/elm_bg_wrap.c:26:27: note: used here
#    26 |         Store_field(v, 1, copy_string_opt(group));
#       |                           ^
# 23 warnings generated.
# + mv elm_bg_wrap.o src/elm_bg_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_box_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_box_wrap.c
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_box_wrap.c:35:27: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    35 |         Store_field(v, 0, copy_double(x));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_box_wrap.c:36:27: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    36 |         Store_field(v, 1, copy_double(y));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_box_wrap.c:5:40: note: used here
#     5 |         Evas_Object* box = elm_box_add(Evas_Object_val(v_parent));
#       |                                        ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_box_wrap.c:7:16: note: used here
#     7 |         return copy_Evas_Object(box);
#       |                ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:13:14: warning: inline function 'copy_Eina_List_Evas_Object' is not defined [-Wundefined-inline]
#    13 | inline value copy_Eina_List_Evas_Object(const Eina_List* list);
#       |              ^
# src/elm_box_wrap.c:13:19: note: used here
#    13 |         value v = copy_Eina_List_Evas_Object(list);
#       |                   ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:121:30: warning: inline function 'Evas_Object_Box_Data_val' is not defined [-Wundefined-inline]
#   121 | inline Evas_Object_Box_Data* Evas_Object_Box_Data_val(value v);
#       |                              ^
# src/elm_box_wrap.c:58:17: note: used here
#    58 |                 Evas_Object_Box_Data_val(v_priv), Elm_Box_Transition_val(v_t));
#       |                 ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:115:28: warning: inline function 'Elm_Box_Transition_val' is not defined [-Wundefined-inline]
#   115 | inline Elm_Box_Transition* Elm_Box_Transition_val(value v);
#       |                            ^
# src/elm_box_wrap.c:58:51: note: used here
#    58 |                 Evas_Object_Box_Data_val(v_priv), Elm_Box_Transition_val(v_t));
#       |                                                   ^
# In file included from src/elm_box_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:119:14: warning: inline function 'copy_Elm_Box_Transition' is not defined [-Wundefined-inline]
#   119 | inline value copy_Elm_Box_Transition(const Elm_Box_Transition* x);
#       |              ^
# src/elm_box_wrap.c:89:20: note: used here
#    89 |         CAMLreturn(copy_Elm_Box_Transition(t));
#       |                    ^
# 25 warnings generated.
# + mv elm_box_wrap.o src/elm_box_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_bubble_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_bubble_wrap.c
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_bubble_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_bubble_wrap.c:7:16: note: used here
#     7 |         return copy_Evas_Object(bubble);
#       |                ^
# 18 warnings generated.
# + mv elm_bubble_wrap.o src/elm_bubble_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_button_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_button_wrap.c
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_button_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_button_wrap.c:7:16: note: used here
#     7 |         return copy_Evas_Object(button);
#       |                ^
# 18 warnings generated.
# + mv elm_button_wrap.o src/elm_button_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_calendar_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_calendar_wrap.c
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:53:14: warning: inline function 'copy_Elm_Calendar_Mark' is not defined [-Wundefined-inline]
#    53 | inline value copy_Elm_Calendar_Mark(const Elm_Calendar_Mark* x);
#       |              ^
# src/elm_calendar_wrap.c:43:35: note: used here
#    43 |                 Store_field(v, 0, copy_Elm_Calendar_Mark(mark));
#       |                                   ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:139:32: warning: inline function 'Elm_Calendar_Selectable_val' is not defined [-Wundefined-inline]
#   139 | inline Elm_Calendar_Selectable Elm_Calendar_Selectable_val(value v);
#       |                                ^
# src/elm_calendar_wrap.c:54:25: note: used here
#    54 |                 s = s | Elm_Calendar_Selectable_val(Field(v_tmp, 0));
#       |                         ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_calendar_wrap.c:73:16: note: used here
#    73 |         return copy_Evas_Object(calendar);
#       |                ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_calendar_wrap.c:81:17: note: used here
#    81 |                 Evas_Object_val(v_obj));
#       |                 ^
# In file included from src/elm_calendar_wrap.c:1:
# src/include.h:35:14: warning: inline function 'safe_copy_string' is not defined [-Wundefined-inline]
#    35 | inline value safe_copy_string(const char* s);
#       |              ^
# src/elm_calendar_wrap.c:85:37: note: used here
#    85 |                 Store_field(v_a, i, safe_copy_string(a[i]));
#       |                                     ^
# In file included from src/elm_calendar_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:133:38: warning: inline function 'Elm_Calendar_Mark_Repeat_Type_val' is not defined [-Wundefined-inline]
#   133 | inline Elm_Calendar_Mark_Repeat_Type Elm_Calendar_Mark_Repeat_Type_val(value v);
#       |                                      ^
# src/elm_calendar_wrap.c:154:17: note: used here
#   154 |                 Elm_Calendar_Mark_Repeat_Type_val(v_repeat));
#       |                 ^
# 23 warnings generated.
# + mv elm_calendar_wrap.o src/elm_calendar_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_check_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_check_wrap.c
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_check_wrap.c:5:42: note: used here
#     5 |         Evas_Object* obj = elm_check_add(Evas_Object_val(v_parent));
#       |                                          ^
# In file included from src/elm_check_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_check_wrap.c:7:16: note: used here
#     7 |         return copy_Evas_Object(obj);
#       |                ^
# 19 warnings generated.
# + mv elm_check_wrap.o src/elm_check_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_clock_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_clock_wrap.c
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:142:28: warning: inline function 'Elm_Clock_Edit_Mode_val' is not defined [-Wundefined-inline]
#   142 | inline Elm_Clock_Edit_Mode Elm_Clock_Edit_Mode_val(value v);
#       |                            ^
# src/elm_clock_wrap.c:8:25: note: used here
#     8 |                 m = m | Elm_Clock_Edit_Mode_val(Field(v_tmp, 0));
#       |                         ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_clock_wrap.c:30:42: note: used here
#    30 |         Evas_Object* obj = elm_clock_add(Evas_Object_val(v_parent));
#       |                                          ^
# In file included from src/elm_clock_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_clock_wrap.c:32:16: note: used here
#    32 |         return copy_Evas_Object(obj);
#       |                ^
# 20 warnings generated.
# + mv elm_clock_wrap.o src/elm_clock_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_colorselector_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_colorselector_wrap.c
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_colorselector_wrap.c:48:16: note: used here
#    48 |         return copy_Eina_List_Elm_Object_Item(
#       |                ^
# In file included from src/elm_colorselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:19:14: warning: inline function 'copy_Elm_Object_Item_opt' is not defined [-Wundefined-inline]
#    19 | inline value copy_Elm_Object_Item_opt(const Elm_Object_Item* it);
#       |              ^
# src/elm_colorselector_wrap.c:54:16: note: used here
#    54 |         return copy_Elm_Object_Item_opt(
#       |                ^
# 19 warnings generated.
# + mv elm_colorselector_wrap.o src/elm_colorselector_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_conformant_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_conformant_wrap.c
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_conformant_wrap.c:5:47: note: used here
#     5 |         Evas_Object* obj = elm_conformant_add(Evas_Object_val(v_parent));
#       |                                               ^
# In file included from src/elm_conformant_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_conformant_wrap.c:7:16: note: used here
#     7 |         return copy_Evas_Object(obj);
#       |                ^
# 19 warnings generated.
# + mv elm_conformant_wrap.o src/elm_conformant_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_datetime_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_datetime_wrap.c
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_datetime_wrap.c:5:50: note: used here
#     5 |         Evas_Object* datetime = elm_datetime_add(Evas_Object_val(v_parent));
#       |                                                  ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_datetime_wrap.c:7:16: note: used here
#     7 |         return copy_Evas_Object(datetime);
#       |                ^
# In file included from src/elm_datetime_wrap.c:1:
# src/include.h:30:14: warning: inline function 'copy_tm' is not defined [-Wundefined-inline]
#    30 | inline value copy_tm(struct tm t);
#       |              ^
# src/elm_datetime_wrap.c:18:37: note: used here
#    18 |                 Store_field(v_t, 0, copy_tm(t));
#       |                                     ^
# In file included from src/elm_datetime_wrap.c:1:
# src/include.h:29:18: warning: inline function 'Tm_val' is not defined [-Wundefined-inline]
#    29 | inline struct tm Tm_val(value v);
#       |                  ^
# src/elm_datetime_wrap.c:25:23: note: used here
#    25 |         struct tm t = Tm_val(v_t);
#       |                       ^
# In file included from src/elm_datetime_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:148:32: warning: inline function 'Elm_Datetime_Field_Type_val' is not defined [-Wundefined-inline]
#   148 | inline Elm_Datetime_Field_Type Elm_Datetime_Field_Type_val(value v);
#       |                                ^
# src/elm_datetime_wrap.c:52:17: note: used here
#    52 |                 Elm_Datetime_Field_Type_val(v_t), &min, &max);
#       |                 ^
# 22 warnings generated.
# + mv elm_datetime_wrap.o src/elm_datetime_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_dayselector_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_dayselector_wrap.c
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_dayselector_wrap.c:6:17: note: used here
#     6 |                 Evas_Object_val(v_parent));
#       |                 ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_dayselector_wrap.c:8:16: note: used here
#     8 |         return copy_Evas_Object(dayselector);
#       |                ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/elm_dayselector_wrap.c:26:16: note: used here
#    26 |         return copy_Eina_List_string(elm_dayselector_weekdays_names_get(
#       |                ^
# In file included from src/elm_dayselector_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:152:14: warning: inline function 'Val_Elm_Dayselector_Day' is not defined [-Wundefined-inline]
#   152 | inline value Val_Elm_Dayselector_Day(Elm_Dayselector_Day x);
#       |              ^
# src/elm_dayselector_wrap.c:33:16: note: used here
#    33 |         return Val_Elm_Dayselector_Day(d);
#       |                ^
# 21 warnings generated.
# + mv elm_dayselector_wrap.o src/elm_dayselector_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_diskselector_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_diskselector_wrap.c
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_diskselector_wrap.c:6:17: note: used here
#     6 |                 Evas_Object_val(v_parent));
#       |                 ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_diskselector_wrap.c:8:16: note: used here
#     8 |         return copy_Evas_Object(diskselector);
#       |                ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_diskselector_wrap.c:13:16: note: used here
#    13 |         return copy_Eina_List_Elm_Object_Item(elm_diskselector_items_get(
#       |                ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:26:20: warning: inline function 'String_opt_val' is not defined [-Wundefined-inline]
#    26 | inline const char* String_opt_val(value v);
#       |                    ^
# src/elm_diskselector_wrap.c:20:29: note: used here
#    20 |         const char* label = String_opt_val(v_label);
#       |                             ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:25:21: warning: inline function 'Evas_Object_opt_val' is not defined [-Wundefined-inline]
#    25 | inline Evas_Object* Evas_Object_opt_val(value v);
#       |                     ^
# src/elm_diskselector_wrap.c:21:29: note: used here
#    21 |         Evas_Object* icon = Evas_Object_opt_val(v_icon);
#       |                             ^
# In file included from src/elm_diskselector_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_diskselector_wrap.c:29:24: note: used here
#    29 |                 data = ml_register_value(Field(v_func, 0));
#       |                        ^
# In file included from src/elm_diskselector_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_diskselector_wrap.c:34:34: note: used here
#    34 |                 if(data != NULL) ml_remove_value(data);
#       |                                  ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:47:14: warning: inline function 'copy_Elm_Object_Item' is not defined [-Wundefined-inline]
#    47 | inline value copy_Elm_Object_Item(const Elm_Object_Item* x);
#       |              ^
# src/elm_diskselector_wrap.c:39:16: note: used here
#    39 |         return copy_Elm_Object_Item(item);
#       |                ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:19:14: warning: inline function 'copy_Elm_Object_Item_opt' is not defined [-Wundefined-inline]
#    19 | inline value copy_Elm_Object_Item_opt(const Elm_Object_Item* it);
#       |              ^
# src/elm_diskselector_wrap.c:46:16: note: used here
#    46 |         return copy_Elm_Object_Item_opt(item);
#       |                ^
# In file included from src/elm_diskselector_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:43:25: warning: inline function 'Elm_Object_Item_val' is not defined [-Wundefined-inline]
#    43 | inline Elm_Object_Item* Elm_Object_Item_val(value v);
#       |                         ^
# src/elm_diskselector_wrap.c:66:17: note: used here
#    66 |                 Elm_Object_Item_val(v_it));
#       |                 ^
# 27 warnings generated.
# + mv elm_diskselector_wrap.o src/elm_diskselector_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_entry_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_entry_wrap.c
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_entry_wrap.c:8:59: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#     8 |         value v_r = caml_callback2(*v_fun, (value) entry, copy_string(item));
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_entry_wrap.c:20:59: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    20 |         value v_r = caml_callback2(*v_fun, (value) entry, copy_string(*text));
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:10:6: note: expanded from here
#    10 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_entry_wrap.c:24:23: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    24 |                 char* text1 = String_val(Field(v_r, 0));
#       |                       ^       ~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_entry_wrap.c:65:51: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    65 |         if(as.accepted == NULL) Store_field(v, 0, copy_string(""));
#       |                                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_entry_wrap.c:66:32: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    66 |         else Store_field(v, 0, copy_string(as.accepted));
#       |                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_entry_wrap.c:67:51: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    67 |         if(as.rejected == NULL) Store_field(v, 1, copy_string(""));
#       |                                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_entry_wrap.c:68:32: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    68 |         else Store_field(v, 1, copy_string(as.rejected));
#       |                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_entry_wrap.c:87:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    87 |         Store_field(v, 0, copy_string(text));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_entry_wrap.c:97:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    97 |         Store_field(v, 0, copy_string(text));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_entry_wrap.c:104:19: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   104 |         value v = copy_string(text);
#       |                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:71:6: note: expanded from here
#    71 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_entry_wrap.c:176:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   176 |         Store_field(v, 0, copy_string(file));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_entry_wrap.c:193:35: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   193 |                 Store_field(v, 0, copy_string(text));
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_entry_wrap.c:211:35: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   211 |                 Store_field(v, 0, copy_string(text));
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:44:
# src/evas_object_wrap.h:12:15: warning: inline function 'ml_Evas_Object_register_value' is not defined [-Wundefined-inline]
#    12 | inline value* ml_Evas_Object_register_value(Evas_Object* obj, value v);
#       |               ^
# src/elm_entry_wrap.c:127:23: note: used here
#   127 |         value* data = ml_Evas_Object_register_value(obj, v_fun);
#       |                       ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:27:22: warning: inline function 'Elm_Icon_Type_val' is not defined [-Wundefined-inline]
#    27 | inline Elm_Icon_Type Elm_Icon_Type_val(value v);
#       |                      ^
# src/elm_entry_wrap.c:129:42: note: used here
#   129 |                 String_val(v_icon_file), Elm_Icon_Type_val(v_icon_type),
#       |                                          ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:31:14: warning: inline function 'Val_Elm_Text_Format' is not defined [-Wundefined-inline]
#    31 | inline value Val_Elm_Text_Format(Elm_Text_Format f);
#       |              ^
# src/elm_entry_wrap.c:177:27: note: used here
#   177 |         Store_field(v, 1, Val_Elm_Text_Format(format));
#       |                           ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:41:14: warning: inline function 'copy_Elm_Entry_Anchor_Info' is not defined [-Wundefined-inline]
#    41 | inline value copy_Elm_Entry_Anchor_Info(const Elm_Entry_Anchor_Info* x);
#       |              ^
# src/elm_entry_wrap.c:233:16: note: used here
#   233 |         return copy_Elm_Entry_Anchor_Info(info);
#       |                ^
# In file included from src/elm_entry_wrap.c:1:
# In file included from src/include.h:61:
# src/structs_wrap.h:43:14: warning: inline function 'copy_Elm_Entry_Anchor_Hover_Info' is not defined [-Wundefined-inline]
#    43 | inline value copy_Elm_Entry_Anchor_Hover_Info(const Elm_Entry_Anchor_Hover_Info* x);
#       |              ^
# src/elm_entry_wrap.c:240:16: note: used here
#   240 |         return copy_Elm_Entry_Anchor_Hover_Info(info);
#       |                ^
# 35 warnings generated.
# + mv elm_entry_wrap.o src/elm_entry_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_flip_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_flip_wrap.c
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_flip_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_flip_wrap.o src/elm_flip_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_flipselector_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_flipselector_wrap.c
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_flipselector_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_flipselector_wrap.c:24:24: note: used here
#    24 |                 data = ml_register_value(Field(v_func, 0));
#       |                        ^
# In file included from src/elm_flipselector_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_flipselector_wrap.c:29:34: note: used here
#    29 |                 if(data != NULL) ml_remove_value(data);
#       |                                  ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:49:
# src/elm_object_wrap.h:14:13: warning: inline function 'ml_Elm_Object_Item_gc_value' is not defined [-Wundefined-inline]
#    14 | inline void ml_Elm_Object_Item_gc_value(
#       |             ^
# src/elm_flipselector_wrap.c:33:17: note: used here
#    33 |                 ml_Elm_Object_Item_gc_value(item, data);
#       |                 ^
# In file included from src/elm_flipselector_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_flipselector_wrap.c:65:16: note: used here
#    65 |         return copy_Eina_List_Elm_Object_Item(elm_flipselector_items_get(
#       |                ^
# 21 warnings generated.
# + mv elm_flipselector_wrap.o src/elm_flipselector_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_font_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_font_wrap.c
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_font_wrap.c:7:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#     7 |         Store_field(v, 0, copy_string(p->name));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_font_wrap.c:27:21: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    27 |         value v_s = copy_string(s);
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:21:6: note: expanded from here
#    21 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# In file included from src/elm_font_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/elm_font_wrap.c:8:27: note: used here
#     8 |         Store_field(v, 1, copy_Eina_List_string(p->styles));
#       |                           ^
# 20 warnings generated.
# + mv elm_font_wrap.o src/elm_font_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_frame_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_frame_wrap.c
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_frame_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_frame_wrap.o src/elm_frame_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_gengrid_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_gengrid_wrap.c
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_gengrid_wrap.c:215:42: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   215 |                 Store_field(v_cursor, 0, copy_string(cursor));
#       |                                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_gengrid_wrap.c:229:41: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   229 |                 Store_field(v_style, 0, copy_string(style));
#       |                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_gengrid_wrap.c:261:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   261 |         Store_field(v_r, 0, copy_double(x));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_gengrid_wrap.c:262:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   262 |         Store_field(v_r, 1, copy_double(y));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_gengrid_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_gengrid_wrap.c:15:25: note: used here
#    15 |         value* v_data = ml_register_value(v);
#       |                         ^
# In file included from src/elm_gengrid_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_gengrid_wrap.c:42:17: note: used here
#    42 |                 ml_remove_value(data);
#       |                 ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:49:
# src/elm_object_wrap.h:14:13: warning: inline function 'ml_Elm_Object_Item_gc_value' is not defined [-Wundefined-inline]
#    14 | inline void ml_Elm_Object_Item_gc_value(
#       |             ^
# src/elm_gengrid_wrap.c:45:9: note: used here
#    45 |         ml_Elm_Object_Item_gc_value(item, data_func);
#       |         ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:19:14: warning: inline function 'copy_Elm_Object_Item_opt' is not defined [-Wundefined-inline]
#    19 | inline value copy_Elm_Object_Item_opt(const Elm_Object_Item* it);
#       |              ^
# src/elm_gengrid_wrap.c:121:16: note: used here
#   121 |         return copy_Elm_Object_Item_opt(elm_gengrid_search_by_text_item_get(
#       |                ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_gengrid_wrap.c:122:17: note: used here
#   122 |                 Evas_Object_val(v_obj),
#       |                 ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:18:25: warning: inline function 'Elm_Object_Item_opt_val' is not defined [-Wundefined-inline]
#    18 | inline Elm_Object_Item* Elm_Object_Item_opt_val(value v);
#       |                         ^
# src/elm_gengrid_wrap.c:123:17: note: used here
#   123 |                 Elm_Object_Item_opt_val(v_item_start_from),
#       |                 ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:50:29: warning: inline function 'Elm_Glob_Match_Flags_val_list' is not defined [-Wundefined-inline]
#    50 | inline Elm_Glob_Match_Flags Elm_Glob_Match_Flags_val_list(value v);
#       |                             ^
# src/elm_gengrid_wrap.c:125:17: note: used here
#   125 |                 Elm_Glob_Match_Flags_val_list(v_flags)));
#       |                 ^
# In file included from src/elm_gengrid_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_gengrid_wrap.c:140:16: note: used here
#   140 |         return copy_Eina_List_Elm_Object_Item(elm_gengrid_selected_items_get(
#       |                ^
# 29 warnings generated.
# + mv elm_gengrid_wrap.o src/elm_gengrid_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_genlist_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_genlist_wrap.c
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_genlist_wrap.c:251:42: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   251 |                 Store_field(v_cursor, 0, copy_string(cursor));
#       |                                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_genlist_wrap.c:265:41: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   265 |                 Store_field(v_style, 0, copy_string(style));
#       |                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_genlist_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_genlist_wrap.c:15:25: note: used here
#    15 |         value* v_data = ml_register_value(v);
#       |                         ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:166:30: warning: inline function 'Elm_Genlist_Item_Type_val' is not defined [-Wundefined-inline]
#   166 | inline Elm_Genlist_Item_Type Elm_Genlist_Item_Type_val(value v);
#       |                              ^
# src/elm_genlist_wrap.c:42:36: note: used here
#    42 |                 itc, data, parent, Elm_Genlist_Item_Type_val(v_type),
#       |                                    ^
# In file included from src/elm_genlist_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_genlist_wrap.c:47:17: note: used here
#    47 |                 ml_remove_value(data);
#       |                 ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:49:
# src/elm_object_wrap.h:14:13: warning: inline function 'ml_Elm_Object_Item_gc_value' is not defined [-Wundefined-inline]
#    14 | inline void ml_Elm_Object_Item_gc_value(
#       |             ^
# src/elm_genlist_wrap.c:51:9: note: used here
#    51 |         ml_Elm_Object_Item_gc_value(item, func_data);
#       |         ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:19:14: warning: inline function 'copy_Elm_Object_Item_opt' is not defined [-Wundefined-inline]
#    19 | inline value copy_Elm_Object_Item_opt(const Elm_Object_Item* it);
#       |              ^
# src/elm_genlist_wrap.c:166:16: note: used here
#   166 |         return copy_Elm_Object_Item_opt(elm_genlist_search_by_text_item_get(
#       |                ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_genlist_wrap.c:167:17: note: used here
#   167 |                 Evas_Object_val(v_obj),
#       |                 ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:18:25: warning: inline function 'Elm_Object_Item_opt_val' is not defined [-Wundefined-inline]
#    18 | inline Elm_Object_Item* Elm_Object_Item_opt_val(value v);
#       |                         ^
# src/elm_genlist_wrap.c:168:17: note: used here
#   168 |                 Elm_Object_Item_opt_val(v_item_start_from),
#       |                 ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:48:
# src/elm_wrap.h:50:29: warning: inline function 'Elm_Glob_Match_Flags_val_list' is not defined [-Wundefined-inline]
#    50 | inline Elm_Glob_Match_Flags Elm_Glob_Match_Flags_val_list(value v);
#       |                             ^
# src/elm_genlist_wrap.c:170:17: note: used here
#   170 |                 Elm_Glob_Match_Flags_val_list(v_flags)));
#       |                 ^
# In file included from src/elm_genlist_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_genlist_wrap.c:175:16: note: used here
#   175 |         return copy_Eina_List_Elm_Object_Item(elm_genlist_selected_items_get(
#       |                ^
# 28 warnings generated.
# + mv elm_genlist_wrap.o src/elm_genlist_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_gesture_layer_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_gesture_layer_wrap.c
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_gesture_layer_wrap.c:38:32: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    38 |         Store_field(v_info, 1, copy_double(info->angle));
#       |                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_gesture_layer_wrap.c:50:32: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    50 |         Store_field(v_info, 2, copy_double(info->zoom));
#       |                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_gesture_layer_wrap.c:51:32: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    51 |         Store_field(v_info, 3, copy_double(info->momentum));
#       |                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_gesture_layer_wrap.c:63:32: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    63 |         Store_field(v_info, 2, copy_double(info->base_angle));
#       |                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_gesture_layer_wrap.c:64:32: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    64 |         Store_field(v_info, 3, copy_double(info->angle));
#       |                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_gesture_layer_wrap.c:65:32: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    65 |         Store_field(v_info, 4, copy_double(info->momentum));
#       |                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:44:
# src/evas_object_wrap.h:12:15: warning: inline function 'ml_Evas_Object_register_value' is not defined [-Wundefined-inline]
#    12 | inline value* ml_Evas_Object_register_value(Evas_Object* obj, value v);
#       |               ^
# src/elm_gesture_layer_wrap.c:80:23: note: used here
#    80 |         value* data = ml_Evas_Object_register_value(obj, v_cb);
#       |                       ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:67:25: warning: inline function 'Elm_Gesture_Type_val' is not defined [-Wundefined-inline]
#    67 | inline Elm_Gesture_Type Elm_Gesture_Type_val(value v);
#       |                         ^
# src/elm_gesture_layer_wrap.c:81:39: note: used here
#    81 |         elm_gesture_layer_cb_set(obj, Elm_Gesture_Type_val(v_type),
#       |                                       ^
# In file included from src/elm_gesture_layer_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:70:26: warning: inline function 'Elm_Gesture_State_val' is not defined [-Wundefined-inline]
#    70 | inline Elm_Gesture_State Elm_Gesture_State_val(value v);
#       |                          ^
# src/elm_gesture_layer_wrap.c:82:17: note: used here
#    82 |                 Elm_Gesture_State_val(v_state), ml_Elm_Gesture_Event_Cb, data);
#       |                 ^
# 26 warnings generated.
# + mv elm_gesture_layer_wrap.o src/elm_gesture_layer_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_glview_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_glview_wrap.c
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_glview_wrap.c:17:33: warning: assigning to 'value *' (aka 'long *') from 'const value *' (aka 'const long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    17 |         if(v_fun == NULL) v_fun = caml_named_value("Elm_GLView_Func_Cb_init");
#       |                                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_glview_wrap.c:24:33: warning: assigning to 'value *' (aka 'long *') from 'const value *' (aka 'const long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    24 |         if(v_fun == NULL) v_fun = caml_named_value("Elm_GLView_Func_Cb_del");
#       |                                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_glview_wrap.c:31:33: warning: assigning to 'value *' (aka 'long *') from 'const value *' (aka 'const long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    31 |         if(v_fun == NULL) v_fun = caml_named_value("Elm_GLView_Func_Cb_resize");
#       |                                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_glview_wrap.c:38:33: warning: assigning to 'value *' (aka 'long *') from 'const value *' (aka 'const long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    38 |         if(v_fun == NULL) v_fun = caml_named_value("Elm_GLView_Func_Cb_render");
#       |                                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:175:24: warning: inline function 'Elm_GLView_Mode_val' is not defined [-Wundefined-inline]
#   175 | inline Elm_GLView_Mode Elm_GLView_Mode_val(value v);
#       |                        ^
# src/elm_glview_wrap.c:8:25: note: used here
#     8 |                 m = m | Elm_GLView_Mode_val(Field(v_tmp, 0));
#       |                         ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_glview_wrap.c:55:51: note: used here
#    55 |         Evas_Object* obj = elm_glview_version_add(Evas_Object_val(v_parent),
#       |                                                   ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:22:32: warning: inline function 'Evas_GL_Context_Version_val' is not defined [-Wundefined-inline]
#    22 | inline Evas_GL_Context_Version Evas_GL_Context_Version_val(value v);
#       |                                ^
# src/elm_glview_wrap.c:56:17: note: used here
#    56 |                 Evas_GL_Context_Version_val(v_version));
#       |                 ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:33:14: warning: inline function 'Val_Evas_Object' is not defined [-Wundefined-inline]
#    33 | inline value Val_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_glview_wrap.c:62:16: note: used here
#    62 |         return Val_Evas_Object(obj);
#       |                ^
# In file included from src/elm_glview_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:111:14: warning: inline function 'Val_Evas_GL' is not defined [-Wundefined-inline]
#   111 | inline value Val_Evas_GL(const Evas_GL* x);
#       |              ^
# src/elm_glview_wrap.c:82:16: note: used here
#    82 |         return Val_Evas_GL(elm_glview_evas_gl_get(Evas_Object_val(v_obj)));
#       |                ^
# 26 warnings generated.
# + mv elm_glview_wrap.o src/elm_glview_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_grid_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_grid_wrap.c
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_grid_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:13:14: warning: inline function 'copy_Eina_List_Evas_Object' is not defined [-Wundefined-inline]
#    13 | inline value copy_Eina_List_Evas_Object(const Eina_List* list);
#       |              ^
# src/elm_grid_wrap.c:34:16: note: used here
#    34 |         return copy_Eina_List_Evas_Object(elm_grid_children_get(
#       |                ^
# 18 warnings generated.
# + mv elm_grid_wrap.o src/elm_grid_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_hover_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_hover_wrap.c
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_hover_wrap.c:33:39: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    33 |                 Store_field(v_loc, 0, copy_string(loc));
#       |                                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_hover_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:184:23: warning: inline function 'Elm_Hover_Axis_val' is not defined [-Wundefined-inline]
#   184 | inline Elm_Hover_Axis Elm_Hover_Axis_val(value v);
#       |                       ^
# src/elm_hover_wrap.c:29:39: note: used here
#    29 |                 (Evas_Object*) v_obj, Elm_Hover_Axis_val(v_axis));
#       |                                       ^
# 19 warnings generated.
# + mv elm_hover_wrap.o src/elm_hover_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_icon_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_icon_wrap.c
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_icon_wrap.c:1:
# In file included from src/elm_icon_wrap.h:4:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_icon_wrap.c:27:35: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    27 |                 Store_field(v, 0, copy_string(name));
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# 18 warnings generated.
# + mv elm_icon_wrap.o src/elm_icon_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_image_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_image_wrap.c
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_image_wrap.c:27:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    27 |         Store_field(v, 0, copy_string(file));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_image_wrap.c:31:36: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    31 |                 Store_field(v1, 0, copy_string(group));
#       |                                    ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_image_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/elm_image_wrap.c:16:16: note: used here
#    16 |         return Val_Eina_Bool(elm_image_file_set((Evas_Object*) v_obj,
#       |                ^
# 20 warnings generated.
# + mv elm_image_wrap.o src/elm_image_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_index_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_index_wrap.c
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_index_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_index_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_index_wrap.c:22:23: note: used here
#    22 |         value* data = ml_register_value(v_fun);
#       |                       ^
# In file included from src/elm_index_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_index_wrap.c:26:17: note: used here
#    26 |                 ml_remove_value(data);
#       |                 ^
# 19 warnings generated.
# + mv elm_index_wrap.o src/elm_index_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_label_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_label_wrap.c
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_label_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_label_wrap.o src/elm_label_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_list_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_list_wrap.c
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_list_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_list_wrap.c:82:24: note: used here
#    82 |                 data = ml_register_value(Field(v_func, 0));
#       |                        ^
# In file included from src/elm_list_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_list_wrap.c:87:34: note: used here
#    87 |                 if(data != NULL) ml_remove_value(data);
#       |                                  ^
# In file included from src/elm_list_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_list_wrap.c:227:16: note: used here
#   227 |         return copy_Eina_List_Elm_Object_Item(elm_list_items_get(
#       |                ^
# 20 warnings generated.
# + mv elm_list_wrap.o src/elm_list_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_map_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_map_wrap.c
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_map_wrap.c:63:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    63 |         Store_field(v_r, 0, copy_double(lon));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_map_wrap.c:64:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    64 |         Store_field(v_r, 1, copy_double(lat));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_map_wrap.c:77:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    77 |         Store_field(v_r, 0, copy_double(lon));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_map_wrap.c:78:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    78 |         Store_field(v_r, 1, copy_double(lat));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_map_wrap.c:102:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   102 |         Store_field(v_r, 0, copy_double(a));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_map_wrap.c:167:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   167 |         Store_field(v_r, 0, copy_double(lon));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_map_wrap.c:168:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   168 |         Store_field(v_r, 1, copy_double(lat));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_map_wrap.c:283:31: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   283 |         Store_field(v_tmp, 0, copy_string(sources[0]));
#       |                               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_map_wrap.c:290:39: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   290 |                 Store_field(v_tmp, 0, copy_string(sources[i]));
#       |                                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_map_wrap.c:364:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   364 |         Store_field(v_r, 0, copy_double(lon));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_map_wrap.c:365:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   365 |         Store_field(v_r, 1, copy_double(lat));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:205:28: warning: inline function 'Elm_Map_Source_Type_val' is not defined [-Wundefined-inline]
#   205 | inline Elm_Map_Source_Type Elm_Map_Source_Type_val(value v);
#       |                            ^
# src/elm_map_wrap.c:280:17: note: used here
#   280 |                 Elm_Map_Source_Type_val(v_type));
#       |                 ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:208:27: warning: inline function 'Elm_Map_Route_Type_val' is not defined [-Wundefined-inline]
#   208 | inline Elm_Map_Route_Type Elm_Map_Route_Type_val(value v);
#       |                           ^
# src/elm_map_wrap.c:305:17: note: used here
#   305 |                 Elm_Map_Route_Type_val(v_type),
#       |                 ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:211:29: warning: inline function 'Elm_Map_Route_Method_val' is not defined [-Wundefined-inline]
#   211 | inline Elm_Map_Route_Method Elm_Map_Route_Method_val(value v);
#       |                             ^
# src/elm_map_wrap.c:306:17: note: used here
#   306 |                 Elm_Map_Route_Method_val(v_method), Double_val(v_flon),
#       |                 ^
# In file included from src/elm_map_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_map_wrap.c:340:24: note: used here
#   340 |                 data = ml_register_value(Field(v_cb, 0));
#       |                        ^
# In file included from src/elm_map_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_map_wrap.c:344:34: note: used here
#   344 |                 if(data != NULL) ml_remove_value(data);
#       |                                  ^
# In file included from src/elm_map_wrap.c:1:
# In file included from src/include.h:44:
# src/evas_object_wrap.h:14:13: warning: inline function 'ml_Evas_Object_gc_value' is not defined [-Wundefined-inline]
#    14 | inline void ml_Evas_Object_gc_value(Evas_Object* obj, value* data);
#       |             ^
# src/elm_map_wrap.c:347:26: note: used here
#   347 |         if(data != NULL) ml_Evas_Object_gc_value(obj, data);
#       |                          ^
# 34 warnings generated.
# + mv elm_map_wrap.o src/elm_map_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_mapbuf_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_mapbuf_wrap.c
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_mapbuf_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_mapbuf_wrap.o src/elm_mapbuf_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_menu_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_menu_wrap.c
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_menu_wrap.c:62:27: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    62 |         Store_field(v, 0, copy_string(icon));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_menu_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_menu_wrap.c:12:16: note: used here
#    12 |         return copy_Eina_List_Elm_Object_Item(elm_menu_items_get(
#       |                ^
# In file included from src/elm_menu_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_menu_wrap.c:36:24: note: used here
#    36 |                 data = ml_register_value(Field(v_func, 0));
#       |                        ^
# In file included from src/elm_menu_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_menu_wrap.c:41:34: note: used here
#    41 |                 if(data != NULL) ml_remove_value(data);
#       |                                  ^
# 21 warnings generated.
# + mv elm_menu_wrap.o src/elm_menu_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_notify_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_notify_wrap.c
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_notify_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_notify_wrap.c:35:31: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    35 |         Store_field(v_res, 0, copy_double(h));
#       |                               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_notify_wrap.c:36:31: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    36 |         Store_field(v_res, 1, copy_double(v));
#       |                               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# 19 warnings generated.
# + mv elm_notify_wrap.o src/elm_notify_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_panel_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_panel_wrap.c
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_panel_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_panel_wrap.o src/elm_panel_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_panes_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_panes_wrap.c
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_panes_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_panes_wrap.o src/elm_panes_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_photo_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_photo_wrap.c
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_photo_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_photo_wrap.o src/elm_photo_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_photocam_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_photocam_wrap.c
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_photocam_wrap.c:14:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    14 |         return copy_string(file);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_photocam_wrap.c:51:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    51 |         Store_field(v_r, 0, copy_double(p->now));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_photocam_wrap.c:52:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    52 |         Store_field(v_r, 1, copy_double(p->total));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_photocam_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:23:14: warning: inline function 'copy_Evas_Object_opt' is not defined [-Wundefined-inline]
#    23 | inline value copy_Evas_Object_opt(const Evas_Object* obj);
#       |              ^
# src/elm_photocam_wrap.c:41:16: note: used here
#    41 |         return copy_Evas_Object_opt(elm_photocam_internal_image_get(
#       |                ^
# 21 warnings generated.
# + mv elm_photocam_wrap.o src/elm_photocam_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_plug_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_plug_wrap.c
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_plug_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_plug_wrap.o src/elm_plug_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_progressbar_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_progressbar_wrap.c
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_progressbar_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_progressbar_wrap.c:34:16: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    34 |         return copy_double(elm_progressbar_part_value_get((Evas_Object*) v_obj,
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_double\" is deprecated: use \"caml_copy_double\" instead"
#       |      ^
# 18 warnings generated.
# + mv elm_progressbar_wrap.o src/elm_progressbar_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_radio_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_radio_wrap.c
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_radio_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_radio_wrap.o src/elm_radio_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_route_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_route_wrap.c
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_route_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_route_wrap.c:17:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    17 |         Store_field(v_r, 0, copy_double(min));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_route_wrap.c:18:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    18 |         Store_field(v_r, 1, copy_double(max));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_route_wrap.c:29:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    29 |         Store_field(v_r, 0, copy_double(min));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_route_wrap.c:30:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    30 |         Store_field(v_r, 1, copy_double(max));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# 21 warnings generated.
# + mv elm_route_wrap.o src/elm_route_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_scroller_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_scroller_wrap.c
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_scroller_wrap.c:89:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    89 |         Store_field(v_r, 0, copy_double(h));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_scroller_wrap.c:90:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    90 |         Store_field(v_r, 1, copy_double(v));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_scroller_wrap.c:141:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   141 |         Store_field(v_r, 0, copy_double(x));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_scroller_wrap.c:142:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#   142 |         Store_field(v_r, 1, copy_double(y));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:229:36: warning: inline function 'Elm_Scroller_Movement_Block_val' is not defined [-Wundefined-inline]
#   229 | inline Elm_Scroller_Movement_Block Elm_Scroller_Movement_Block_val(value v);
#       |                                    ^
# src/elm_scroller_wrap.c:9:25: note: used here
#     9 |                 r = r | Elm_Scroller_Movement_Block_val(Field(v, 0));
#       |                         ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:224:14: warning: inline function 'Val_Elm_Scroller_Policy' is not defined [-Wundefined-inline]
#   224 | inline value Val_Elm_Scroller_Policy(Elm_Scroller_Policy x);
#       |              ^
# src/elm_scroller_wrap.c:35:27: note: used here
#    35 |         Store_field(v, 0, Val_Elm_Scroller_Policy(ph));
#       |                           ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/elm_scroller_wrap.c:77:27: note: used here
#    77 |         Store_field(v, 0, Val_Eina_Bool(h_bounce));
#       |                           ^
# In file included from src/elm_scroller_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_scroller_wrap.c:151:36: note: used here
#   151 |         elm_scroller_step_size_get(Evas_Object_val(v_obj), &x, &y);
#       |                                    ^
# 25 warnings generated.
# + mv elm_scroller_wrap.o src/elm_scroller_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_segment_control_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_segment_control_wrap.c
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:19:14: warning: inline function 'copy_Elm_Object_Item_opt' is not defined [-Wundefined-inline]
#    19 | inline value copy_Elm_Object_Item_opt(const Elm_Object_Item* it);
#       |              ^
# src/elm_segment_control_wrap.c:43:16: note: used here
#    43 |         return copy_Elm_Object_Item_opt(elm_segment_control_item_get(
#       |                ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:21:14: warning: inline function 'copy_string_opt' is not defined [-Wundefined-inline]
#    21 | inline value copy_string_opt(const char* s);
#       |              ^
# src/elm_segment_control_wrap.c:49:16: note: used here
#    49 |         return copy_string_opt(elm_segment_control_item_label_get(
#       |                ^
# In file included from src/elm_segment_control_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:23:14: warning: inline function 'copy_Evas_Object_opt' is not defined [-Wundefined-inline]
#    23 | inline value copy_Evas_Object_opt(const Evas_Object* obj);
#       |              ^
# src/elm_segment_control_wrap.c:55:16: note: used here
#    55 |         return copy_Evas_Object_opt(elm_segment_control_item_icon_get(
#       |                ^
# 20 warnings generated.
# + mv elm_segment_control_wrap.o src/elm_segment_control_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_separator_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_separator_wrap.c
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_separator_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_separator_wrap.o src/elm_separator_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_slider_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_slider_wrap.c
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_slider_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_slider_wrap.c:30:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    30 |         Store_field(v_r, 0, copy_double(min));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_slider_wrap.c:31:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    31 |         Store_field(v_r, 1, copy_double(max));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# 19 warnings generated.
# + mv elm_slider_wrap.o src/elm_slider_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_slideshow_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_slideshow_wrap.c
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:25:21: warning: inline function 'Evas_Object_opt_val' is not defined [-Wundefined-inline]
#    25 | inline Evas_Object* Evas_Object_opt_val(value v);
#       |                     ^
# src/elm_slideshow_wrap.c:10:32: note: used here
#    10 |         Evas_Object* content = Evas_Object_opt_val(v_content);
#       |                                ^
# In file included from src/elm_slideshow_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_slideshow_wrap.c:21:9: note: used here
#    21 |         ml_remove_value(v_itc);
#       |         ^
# In file included from src/elm_slideshow_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_slideshow_wrap.c:28:25: note: used here
#    28 |         value* v_data = ml_register_value(v_itc);
#       |                         ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/elm_slideshow_wrap.c:54:16: note: used here
#    54 |         return copy_Eina_List_string(elm_slideshow_transitions_get(
#       |                ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:16:14: warning: inline function 'copy_Eina_List_Elm_Object_Item' is not defined [-Wundefined-inline]
#    16 | inline value copy_Eina_List_Elm_Object_Item(const Eina_List* list);
#       |              ^
# src/elm_slideshow_wrap.c:60:16: note: used here
#    60 |         return copy_Eina_List_Elm_Object_Item(elm_slideshow_items_get(
#       |                ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:19:14: warning: inline function 'copy_Elm_Object_Item_opt' is not defined [-Wundefined-inline]
#    19 | inline value copy_Elm_Object_Item_opt(const Elm_Object_Item* it);
#       |              ^
# src/elm_slideshow_wrap.c:66:16: note: used here
#    66 |         return copy_Elm_Object_Item_opt(elm_slideshow_item_current_get(
#       |                ^
# In file included from src/elm_slideshow_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:23:14: warning: inline function 'copy_Evas_Object_opt' is not defined [-Wundefined-inline]
#    23 | inline value copy_Evas_Object_opt(const Evas_Object* obj);
#       |              ^
# src/elm_slideshow_wrap.c:72:16: note: used here
#    72 |         return copy_Evas_Object_opt(elm_slideshow_item_object_get(
#       |                ^
# 24 warnings generated.
# + mv elm_slideshow_wrap.o src/elm_slideshow_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_spinner_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_spinner_wrap.c
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_spinner_wrap.c:23:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    23 |         Store_field(v_r, 0, copy_double(min));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_spinner_wrap.c:24:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    24 |         Store_field(v_r, 1, copy_double(max));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_spinner_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_spinner_wrap.c:12:38: note: used here
#    12 |         elm_spinner_label_format_set(Evas_Object_val(v_obj), String_val(v_fmt));
#       |                                      ^
# 20 warnings generated.
# + mv elm_spinner_wrap.o src/elm_spinner_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_table_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_table_wrap.c
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_table_wrap.c:26:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    26 |         Store_field(v_r, 0, copy_double(x));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_table_wrap.c:27:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    27 |         Store_field(v_r, 1, copy_double(y));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_table_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_table_wrap.c:25:29: note: used here
#    25 |         elm_table_align_get(Evas_Object_val(v_obj), &x, &y);
#       |                             ^
# 20 warnings generated.
# + mv elm_table_wrap.o src/elm_table_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_theme_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_theme_wrap.c
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_theme_wrap.c:105:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   105 |         return copy_string(elm_theme_get(th));
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:6:6: note: expanded from here
#     6 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_theme_wrap.c:125:36: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   125 |                 Store_field(v1, 0, copy_string(path));
#       |                                    ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_theme_wrap.c:168:40: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   168 |                 Store_field(v_data, 0, copy_string(data));
#       |                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_theme_wrap.c:184:40: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   184 |                 Store_field(v_data, 0, copy_string(data));
#       |                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_theme_wrap.c:205:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   205 |         return copy_string(elm_theme_system_dir_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:76:6: note: expanded from here
#    76 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_theme_wrap.c:210:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   210 |         return copy_string(elm_theme_user_dir_get());
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:80:6: note: expanded from here
#    80 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/elm_theme_wrap.c:63:16: note: used here
#    63 |         return copy_Eina_List_string(elm_theme_overlay_list_get(
#       |                ^
# In file included from src/elm_theme_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:7:14: warning: inline function 'Val_Eina_Bool' is not defined [-Wundefined-inline]
#     7 | inline value Val_Eina_Bool(Eina_Bool b);
#       |              ^
# src/elm_theme_wrap.c:126:36: note: used here
#   126 |                 Store_field(v1, 1, Val_Eina_Bool(flag));
#       |                                    ^
# 25 warnings generated.
# + mv elm_theme_wrap.o src/elm_theme_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_thumb_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_thumb_wrap.c
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_thumb_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_thumb_wrap.c:19:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    19 |         Store_field(v_r, 0, copy_string(file));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_thumb_wrap.c:20:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    20 |         Store_field(v_r, 1, copy_string(key));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_thumb_wrap.c:33:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    33 |         Store_field(v_r, 0, copy_string(path));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_thumb_wrap.c:34:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    34 |         Store_field(v_r, 1, copy_string(key));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_thumb_wrap.c:55:27: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    55 |         Store_field(v, 0, copy_double(x));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_thumb_wrap.c:56:27: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    56 |         Store_field(v, 1, copy_double(y));
#       |                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# 23 warnings generated.
# + mv elm_thumb_wrap.o src/elm_thumb_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_toolbar_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_toolbar_wrap.c
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:238:39: warning: inline function 'Elm_Toolbar_Item_Scrollto_Type_val' is not defined [-Wundefined-inline]
#   238 | inline Elm_Toolbar_Item_Scrollto_Type Elm_Toolbar_Item_Scrollto_Type_val(value v);
#       |                                       ^
# src/elm_toolbar_wrap.c:9:25: note: used here
#     9 |                 r = r | Elm_Toolbar_Item_Scrollto_Type_val(Field(v_tmp, 0));
#       |                         ^
# In file included from src/elm_toolbar_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_toolbar_wrap.c:38:24: note: used here
#    38 |                 data = ml_register_value(Field(v_func, 0));
#       |                        ^
# In file included from src/elm_toolbar_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_toolbar_wrap.c:43:34: note: used here
#    43 |                 if(data != NULL) ml_remove_value(data);
#       |                                  ^
# In file included from src/elm_toolbar_wrap.c:1:
# In file included from src/include.h:49:
# src/elm_object_wrap.h:14:13: warning: inline function 'ml_Elm_Object_Item_gc_value' is not defined [-Wundefined-inline]
#    14 | inline void ml_Elm_Object_Item_gc_value(
#       |             ^
# src/elm_toolbar_wrap.c:47:17: note: used here
#    47 |                 ml_Elm_Object_Item_gc_value(item, data);
#       |                 ^
# 21 warnings generated.
# + mv elm_toolbar_wrap.o src/elm_toolbar_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_transit_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_transit_wrap.c
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_transit_wrap.c:9:22: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#     9 |         v_progress = copy_double(progress);
#       |                      ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:16:6: note: expanded from here
#    16 |  GCC warning "\"copy_double\" is deprecated: use \"caml_copy_double\" instead"
#       |      ^
# src/elm_transit_wrap.c:83:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    83 |         Store_field(v_r, 0, copy_double(v1));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_transit_wrap.c:84:29: warning: "copy_double" is deprecated: use "caml_copy_double" instead [-W#pragma-messages]
#    84 |         Store_field(v_r, 1, copy_double(v2));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:131:21: note: expanded from macro 'copy_double'
#   131 | #define copy_double CAML_DEPRECATED("copy_double", "caml_copy_double") caml_copy_double
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_transit_wrap.c:1:
# src/include.h:33:13: warning: inline function 'ml_remove_value' is not defined [-Wundefined-inline]
#    33 | inline void ml_remove_value(value* data);
#       |             ^
# src/elm_transit_wrap.c:18:9: note: used here
#    18 |         ml_remove_value(v_fun);
#       |         ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:13:14: warning: inline function 'copy_Eina_List_Evas_Object' is not defined [-Wundefined-inline]
#    13 | inline value copy_Eina_List_Evas_Object(const Eina_List* list);
#       |              ^
# src/elm_transit_wrap.c:64:16: note: used here
#    64 |         return copy_Eina_List_Evas_Object(elm_transit_objects_get(
#       |                ^
# In file included from src/elm_transit_wrap.c:1:
# src/include.h:32:15: warning: inline function 'ml_register_value' is not defined [-Wundefined-inline]
#    32 | inline value* ml_register_value(value v);
#       |               ^
# src/elm_transit_wrap.c:70:23: note: used here
#    70 |         value* data = ml_register_value(v_fun);
#       |                       ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:79:21: warning: inline function 'Elm_Transit_val' is not defined [-Wundefined-inline]
#    79 | inline Elm_Transit* Elm_Transit_val(value v);
#       |                     ^
# src/elm_transit_wrap.c:94:45: note: used here
#    94 |         elm_transit_tween_mode_factor_n_set(Elm_Transit_val(v_tr), size, a);
#       |                                             ^
# In file included from src/elm_transit_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:10:19: warning: inline function 'Eina_List_string_val' is not defined [-Wundefined-inline]
#    10 | inline Eina_List* Eina_List_string_val(value v);
#       |                   ^
# src/elm_transit_wrap.c:107:17: note: used here
#   107 |                 Eina_List_string_val(v_list));
#       |                 ^
# 25 warnings generated.
# + mv elm_transit_wrap.o src/elm_transit_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_web_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_web_wrap.c
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_web_wrap.c:11:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    11 |         Store_field(v_r, 0, copy_string(url));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_web_wrap.c:25:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    25 |         Store_field(v_r, 2, copy_string(domain));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_web_wrap.c:29:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    29 |         Store_field(v_r, 3, copy_string(description));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_web_wrap.c:33:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    33 |         Store_field(v_r, 4, copy_string(failing_url));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_web_wrap.c:71:21: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    71 |         v_message = copy_string(message);
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:77:6: note: expanded from here
#    77 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_web_wrap.c:85:21: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    85 |         v_message = copy_string(message);
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_web_wrap.c:102:21: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   102 |         v_message = copy_string(message);
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:113:6: note: expanded from here
#   113 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_web_wrap.c:103:45: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   103 |         if(def_value == NULL) v_def_value = copy_string("");
#       |                                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:117:6: note: expanded from here
#   117 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_web_wrap.c:104:28: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   104 |         else v_def_value = copy_string(def_value);
#       |                            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:121:6: note: expanded from here
#   121 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_web_wrap.c:142:41: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   142 |         if(message == NULL) v_message = copy_string("");
#       |                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:12:6: note: expanded from here
#    12 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_web_wrap.c:143:26: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   143 |         else v_message = copy_string(message);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:16:6: note: expanded from here
#    16 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_web_wrap.c:144:45: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   144 |         if(source_id == NULL) v_source_id = copy_string("");
#       |                                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:20:6: note: expanded from here
#    20 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_web_wrap.c:145:28: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   145 |         else v_source_id = copy_string(source_id);
#       |                            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:24:6: note: expanded from here
#    24 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_web_wrap.c:160:29: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   160 |         Store_field(v_r, 0, copy_string(text));
#       |                             ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_web_wrap.c:269:37: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   269 |                 Store_field(v_s, 0, copy_string(s));
#       |                                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_web_wrap.c:282:37: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   282 |                 Store_field(v_s, 0, copy_string(s));
#       |                                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_web_wrap.c:307:37: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   307 |                 Store_field(v_s, 0, copy_string(s));
#       |                                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:9:14: warning: inline function 'copy_Eina_List_string' is not defined [-Wundefined-inline]
#     9 | inline value copy_Eina_List_string(const Eina_List* list);
#       |              ^
# src/elm_web_wrap.c:124:26: note: used here
#   124 |         v_accept_types = copy_Eina_List_string(accept_types);
#       |                          ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:11:19: warning: inline function 'Eina_List_string_malloc_val' is not defined [-Wundefined-inline]
#    11 | inline Eina_List* Eina_List_string_malloc_val(value v);
#       |                   ^
# src/elm_web_wrap.c:130:21: note: used here
#   130 |         *selected = Eina_List_string_malloc_val(Field(v_r, 1));
#       |                     ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:260:14: warning: inline function 'Val_Elm_Web_Menu_Item_Type' is not defined [-Wundefined-inline]
#   260 | inline value Val_Elm_Web_Menu_Item_Type(Elm_Web_Menu_Item_Type x);
#       |              ^
# src/elm_web_wrap.c:161:29: note: used here
#   161 |         Store_field(v_r, 1, Val_Elm_Web_Menu_Item_Type(mit->type));
#       |                             ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:44:
# src/evas_object_wrap.h:12:15: warning: inline function 'ml_Evas_Object_register_value' is not defined [-Wundefined-inline]
#    12 | inline value* ml_Evas_Object_register_value(Evas_Object* obj, value v);
#       |               ^
# src/elm_web_wrap.c:206:23: note: used here
#   206 |         value* data = ml_Evas_Object_register_value(obj, v_fun);
#       |                       ^
# In file included from src/elm_web_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:26:20: warning: inline function 'String_opt_val' is not defined [-Wundefined-inline]
#    26 | inline const char* String_opt_val(value v);
#       |                    ^
# src/elm_web_wrap.c:257:37: note: used here
#   257 |                 String_val(v_html), String_opt_val(v_base),
#       |                                     ^
# 39 warnings generated.
# + mv elm_web_wrap.o src/elm_web_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_win_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_win_wrap.c
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_win_wrap.c:66:29: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
#    66 |                 profiles[i] = String_val(Field(v_profiles, i));
#       |                             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_win_wrap.c:85:44: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#    85 |                 Store_field(v_profiles, i, copy_string(profiles[i]));
#       |                                            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# src/elm_win_wrap.c:157:35: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   157 |                 Store_field(v, 0, copy_string(style));
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:262:21: warning: inline function 'Elm_Win_Type_val' is not defined [-Wundefined-inline]
#   262 | inline Elm_Win_Type Elm_Win_Type_val(value v);
#       |                     ^
# src/elm_win_wrap.c:9:17: note: used here
#     9 |                 Elm_Win_Type_val(v_ty));
#       |                 ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:263:14: warning: inline function 'Val_Elm_Win_Type' is not defined [-Wundefined-inline]
#   263 | inline value Val_Elm_Win_Type(Elm_Win_Type x);
#       |              ^
# src/elm_win_wrap.c:16:16: note: used here
#    16 |         return Val_Elm_Win_Type(elm_win_type_get((Evas_Object*) v_obj));
#       |                ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:19:20: warning: inline function 'Ecore_Evas_val' is not defined [-Wundefined-inline]
#    19 | inline Ecore_Evas* Ecore_Evas_val(value v);
#       |                    ^
# src/elm_win_wrap.c:21:45: note: used here
#    21 |         Evas_Object* win = elm_win_fake_add(Ecore_Evas_val(v_ee));
#       |                                             ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:33:14: warning: inline function 'Val_Evas_Object' is not defined [-Wundefined-inline]
#    33 | inline value Val_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_win_wrap.c:23:16: note: used here
#    23 |         return Val_Evas_Object(win);
#       |                ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_win_wrap.c:37:52: note: used here
#    37 |         Evas_Object* obj = elm_win_util_dialog_add(Evas_Object_val(v_parent),
#       |                                                    ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:23:14: warning: inline function 'copy_Evas_Object_opt' is not defined [-Wundefined-inline]
#    23 | inline value copy_Evas_Object_opt(const Evas_Object* obj);
#       |              ^
# src/elm_win_wrap.c:56:16: note: used here
#    56 |         return copy_Evas_Object_opt(elm_win_main_menu_get(
#       |                ^
# In file included from src/elm_win_wrap.c:1:
# In file included from src/include.h:60:
# src/enums_wrap.h:94:27: warning: inline function 'Elm_Illume_Command_val' is not defined [-Wundefined-inline]
#    94 | inline Elm_Illume_Command Elm_Illume_Command_val(value v);
#       |                           ^
# src/elm_win_wrap.c:113:17: note: used here
#   113 |                 Elm_Illume_Command_val(v_cmd), NULL);
#       |                 ^
# 27 warnings generated.
# + mv elm_win_wrap.o src/elm_win_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_inwin_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_inwin_wrap.c
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_inwin_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# 17 warnings generated.
# + mv elm_inwin_wrap.o src/elm_inwin_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_actionslider_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_actionslider_wrap.c
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_actionslider_wrap.c:24:49: note: used here
#    24 |         Evas_Object* obj = elm_actionslider_add(Evas_Object_val(v_parent));
#       |                                                 ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:35:14: warning: inline function 'copy_Evas_Object' is not defined [-Wundefined-inline]
#    35 | inline value copy_Evas_Object(const Evas_Object* x);
#       |              ^
# src/elm_actionslider_wrap.c:26:16: note: used here
#    26 |         return copy_Evas_Object(obj);
#       |                ^
# In file included from src/elm_actionslider_wrap.c:1:
# In file included from src/include.h:41:
# src/eina_wrap.h:21:14: warning: inline function 'copy_string_opt' is not defined [-Wundefined-inline]
#    21 | inline value copy_string_opt(const char* s);
#       |              ^
# src/elm_actionslider_wrap.c:35:15: note: used here
#    35 |         v_r = copy_string_opt(label);
#       |               ^
# 20 warnings generated.
# + mv elm_actionslider_wrap.o src/elm_actionslider_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_video_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_video_wrap.c
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# In file included from src/elm_video_wrap.c:1:
# In file included from src/include.h:62:
# src/other_wrap.h:31:21: warning: inline function 'Evas_Object_val' is not defined [-Wundefined-inline]
#    31 | inline Evas_Object* Evas_Object_val(value v);
#       |                     ^
# src/elm_video_wrap.c:22:28: note: used here
#    22 |         elm_video_file_get(Evas_Object_val(v_obj), &filename);
#       |                            ^
# In file included from src/elm_video_wrap.c:1:
# src/include.h:35:14: warning: inline function 'safe_copy_string' is not defined [-Wundefined-inline]
#    35 | inline value safe_copy_string(const char* s);
#       |              ^
# src/elm_video_wrap.c:23:15: note: used here
#    23 |         v_r = safe_copy_string(filename);
#       |               ^
# 19 warnings generated.
# + mv elm_video_wrap.o src/elm_video_wrap.o
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_connect_wrap.c
# + ocamlc.opt -ccopt "-I/usr/local/Cellar/efl/1.28.1_3/include/elementary-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-client-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emotion-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efreet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ethumb-1 -I/usr/local/Cellar/efl/1.28.1_3/include/edje-1 -I/usr/local/Cellar/luajit/2.1.1774896198/include/luajit-2.1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-imf-1 -I/usr/local/Cellar/efl/1.28.1_3/include/embryo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eio-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-file-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-ipc-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-con-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eldbus-1 -I/usr/local/Cellar/dbus/1.16.2_1/include/dbus-1.0 -I/usr/local/Cellar/dbus/1.16.2_1/lib/dbus-1.0/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-audio-1 -I/usr/local/Cellar/libsndfile/1.2.2_1/include -I/usr/local/Cellar/flac/1.5.0/include -I/usr/local/Cellar/libvorbis/1.3.7/include -I/usr/local/Cellar/libogg/1.3.6/include -I/usr/local/Cellar/opus/1.6.1/include/opus -I/usr/local/Cellar/mpg123/1.33.5/include -I/usr/local/Cellar/pulseaudio/17.0/include -D_REENTRANT -I/usr/local/Cellar/efl/1.28.1_3/include/ephysics-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1 -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/canvas -I/usr/local/Cellar/efl/1.28.1_3/include/evas-1/gesture -I/usr/local/Cellar/fontconfig/2.17.1/include -I/usr/local/Cellar/fribidi/1.0.16/include/fribidi -I/usr/local/Cellar/harfbuzz/14.2.0/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/graphite2/include -I/usr/local/opt/libpng/include/libpng16 -I/usr/local/Cellar/efl/1.28.1_3/include/ector-1 -I/usr/local/Cellar/bullet/3.25/include/bullet -I/usr/local/Cellar/bullet/3.25/include -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-cocoa-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-input-1 -I/usr/local/Cellar/efl/1.28.1_3/include/ecore-1 -I/usr/local/Cellar/glib/2.88.1/include -I/usr/local/Cellar/glib/2.88.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.88.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre2/10.47_1/include -I/usr/local/Cellar/efl/1.28.1_3/include/eet-1 -I/usr/local/Cellar/efl/1.28.1_3/include/emile-1 -I/usr/local/opt/lz4/include -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1 -I/usr/local/Cellar/efl/1.28.1_3/include/efl-1/interfaces -I/usr/local/Cellar/efl/1.28.1_3/include/eo-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1 -I/usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina -I/usr/local/Cellar/openssl@3/3.6.2/include -I/usr/local/opt/jpeg-turbo/include " -c src/elm_connect_wrap.c
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:222:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inlist.h:23:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_iterator.h:251:48: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   251 |                                 Eina_Each_Cb   callback,
#       |                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:145:6: note: expanded from here
#   145 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:37:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    37 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:185:6: note: expanded from here
#   185 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:76:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#    76 |    void *(*alloc)(void *data, unsigned int size);
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:189:6: note: expanded from here
#   189 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:107:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   107 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:193:6: note: expanded from here
#   193 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:115:23: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   115 |    return mp->backend.alloc(mp->backend_data, size);
#       |                       ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:3:6: note: expanded from here
#     3 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:229:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_mempool.h:258:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_mempool.x:121:26: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#   121 |    void *r = mp->backend.alloc(mp->backend_data, size);
#       |                          ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:7:6: note: expanded from here
#     7 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3068:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages]
#  3068 |    void *(*alloc)(const Eina_Value_Struct_Operations *ops, const Eina_Value_Struct_Desc *desc); /**< How to allocate struct memory to be managed by the Eina_Value */
#       |            ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc'
#    46 | #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:18:6: note: expanded from here
#    18 |  GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3683:16: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  3683 |    Eina_Bool (*flush)(const Eina_Value_Type *type, void *mem); /**< clear any values from mem */
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:22:6: note: expanded from here
#    22 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#   164 |    EINA_VALUE_TYPE_DISPATCH(type, flush, 0, mem);
#       |                                   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:164:35: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1772:15: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1772 |    if (!type->flush) return EINA_FALSE;
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:64:6: note: expanded from here
#    64 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:61:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/Eina.h:261:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_value.h:3950:
# /usr/local/Cellar/efl/1.28.1_3/include/eina-1/eina/eina_inline_value.x:1773:17: warning: "flush" is deprecated: use "caml_flush" instead [-W#pragma-messages]
#  1773 |    return type->flush(type, mem);
#       |                 ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:191:15: note: expanded from macro 'flush'
#   191 | #define flush CAML_DEPRECATED("flush", "caml_flush") caml_flush /*SP*/
#       |               ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:68:6: note: expanded from here
#    68 |  GCC warning "\"flush\" is deprecated: use \"caml_flush\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:62:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/eet-1/Eet.h:101:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/emile-1/Emile.h:111:
# /usr/local/Cellar/efl/1.28.1_3/include/emile-1/emile_image.h:326:72: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   326 | EAPI void emile_image_callback_set(Emile_Image *image, Emile_Action_Cb callback, Emile_Action action, const void *data);
#       |                                                                        ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:94:6: note: expanded from here
#    94 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:64:
# /usr/local/Cellar/efl/1.28.1_3/include/evas-1/Evas_GL.h:6063:57: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#  6063 |     void         (*glDebugMessageCallback) (GLDEBUGPROC callback, const void *userParam);
#       |                                                         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:114:6: note: expanded from here
#   114 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:425:59: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   425 | EAPI void ecore_main_loop_thread_safe_call_async(Ecore_Cb callback, void *data);
#       |                                                           ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:118:6: note: expanded from here
#   118 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:21:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/Elementary.h:65:
# In file included from /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore.h:328:
# /usr/local/Cellar/efl/1.28.1_3/include/ecore-1/Ecore_Common.h:442:64: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
#   442 | EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
#       |                                                                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
#    71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
#       |                  ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:122:6: note: expanded from here
#   122 |  GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
#       |      ^
# In file included from src/elm_connect_wrap.c:3:
# In file included from src/include.h:59:
# src/enums_variants_wrap.h:15:9: warning: 'Val_none' macro redefined [-Wmacro-redefined]
#    15 | #define Val_none (-1844173455)
#       |         ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:407:9: note: previous definition is here
#   407 | #define Val_none Val_int(0)
#       |         ^
# src/elm_connect_wrap.c:62:34: warning: cast to smaller integer type 'Elm_Dayselector_Day' from 'void *' [-Wvoid-pointer-to-enum-cast]
#    62 |         Elm_Dayselector_Day ei = (Elm_Dayselector_Day) event_info;
#       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# src/elm_connect_wrap.c:140:16: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages]
#   140 |         v_ei = copy_string(ei);
#       |                ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string'
#    51 | #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string
#       |                     ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
#    58 |   CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
#       |   ^
# /Users/mac1000/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
#    56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
#       |                               ^
# <scratch space>:137:6: note: expanded from here
#   137 |  GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead"
#       |      ^
# src/elm_connect_wrap.c:181:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   181 |         if(!eo_isa(obj, ELM_LAYOUT_CLASS)) caml_failwith("Widget is not a Layout");
#       |             ^
# src/elm_connect_wrap.c:181:13: note: did you mean 'efl_isa'?
# /usr/local/Cellar/efl/1.28.1_3/include/eo-1/Eo.h:1007:18: note: 'efl_isa' declared here
#  1007 | EO_API Eina_Bool efl_isa(const Eo *obj, const Efl_Class *klass);
#       |                  ^
# src/elm_connect_wrap.c:181:25: error: use of undeclared identifier 'ELM_LAYOUT_CLASS'
#   181 |         if(!eo_isa(obj, ELM_LAYOUT_CLASS)) caml_failwith("Widget is not a Layout");
#       |                         ^
# src/elm_connect_wrap.c:193:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   193 |         if(!eo_isa(obj, ELM_LAYOUT_CLASS)) caml_failwith("Widget is not a Layout");
#       |             ^
# src/elm_connect_wrap.c:193:25: error: use of undeclared identifier 'ELM_LAYOUT_CLASS'
#   193 |         if(!eo_isa(obj, ELM_LAYOUT_CLASS)) caml_failwith("Widget is not a Layout");
#       |                         ^
# src/elm_connect_wrap.c:205:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   205 |         if(!eo_isa(obj, ELM_CTXPOPUP_CLASS)) caml_failwith("Widget is not a Ctxpopup");
#       |             ^
# src/elm_connect_wrap.c:205:25: error: use of undeclared identifier 'ELM_CTXPOPUP_CLASS'
#   205 |         if(!eo_isa(obj, ELM_CTXPOPUP_CLASS)) caml_failwith("Widget is not a Ctxpopup");
#       |                         ^
# src/elm_connect_wrap.c:217:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   217 |         if(!eo_isa(obj, ELM_CTXPOPUP_CLASS)) caml_failwith("Widget is not a Ctxpopup");
#       |             ^
# src/elm_connect_wrap.c:217:25: error: use of undeclared identifier 'ELM_CTXPOPUP_CLASS'
#   217 |         if(!eo_isa(obj, ELM_CTXPOPUP_CLASS)) caml_failwith("Widget is not a Ctxpopup");
#       |                         ^
# src/elm_connect_wrap.c:229:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   229 |         if(!eo_isa(obj, ELM_CTXPOPUP_CLASS)) caml_failwith("Widget is not a Ctxpopup");
#       |             ^
# src/elm_connect_wrap.c:229:25: error: use of undeclared identifier 'ELM_CTXPOPUP_CLASS'
#   229 |         if(!eo_isa(obj, ELM_CTXPOPUP_CLASS)) caml_failwith("Widget is not a Ctxpopup");
#       |                         ^
# src/elm_connect_wrap.c:241:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   241 |         if(!eo_isa(obj, ELM_CTXPOPUP_CLASS)) caml_failwith("Widget is not a Ctxpopup");
#       |             ^
# src/elm_connect_wrap.c:241:25: error: use of undeclared identifier 'ELM_CTXPOPUP_CLASS'
#   241 |         if(!eo_isa(obj, ELM_CTXPOPUP_CLASS)) caml_failwith("Widget is not a Ctxpopup");
#       |                         ^
# src/elm_connect_wrap.c:253:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   253 |         if(!eo_isa(obj, ELM_CTXPOPUP_CLASS)) caml_failwith("Widget is not a Ctxpopup");
#       |             ^
# src/elm_connect_wrap.c:253:25: error: use of undeclared identifier 'ELM_CTXPOPUP_CLASS'
#   253 |         if(!eo_isa(obj, ELM_CTXPOPUP_CLASS)) caml_failwith("Widget is not a Ctxpopup");
#       |                         ^
# src/elm_connect_wrap.c:265:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   265 |         if(!eo_isa(obj, ELM_FILESELECTOR_CLASS)) caml_failwith("Widget is not a Fileselector");
#       |             ^
# src/elm_connect_wrap.c:265:25: error: use of undeclared identifier 'ELM_FILESELECTOR_CLASS'; did you mean 'ELM_FILESELECTOR_LAST'?
#   265 |         if(!eo_isa(obj, ELM_FILESELECTOR_CLASS)) caml_failwith("Widget is not a Fileselector");
#       |                         ^~~~~~~~~~~~~~~~~~~~~~
#       |                         ELM_FILESELECTOR_LAST
# /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/elm_interface_fileselector_eo.legacy.h:23:3: note: 'ELM_FILESELECTOR_LAST' declared here
#    23 |   ELM_FILESELECTOR_LAST /**< Sentinel value to indicate last enum field during
#       |   ^
# src/elm_connect_wrap.c:277:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   277 |         if(!eo_isa(obj, ELM_FILESELECTOR_CLASS)) caml_failwith("Widget is not a Fileselector");
#       |             ^
# src/elm_connect_wrap.c:277:25: error: use of undeclared identifier 'ELM_FILESELECTOR_CLASS'; did you mean 'ELM_FILESELECTOR_LAST'?
#   277 |         if(!eo_isa(obj, ELM_FILESELECTOR_CLASS)) caml_failwith("Widget is not a Fileselector");
#       |                         ^~~~~~~~~~~~~~~~~~~~~~
#       |                         ELM_FILESELECTOR_LAST
# /usr/local/Cellar/efl/1.28.1_3/include/elementary-1/elm_interface_fileselector_eo.legacy.h:23:3: note: 'ELM_FILESELECTOR_LAST' declared here
#    23 |   ELM_FILESELECTOR_LAST /**< Sentinel value to indicate last enum field during
#       |   ^
# src/elm_connect_wrap.c:289:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   289 |         if(!eo_isa(obj, ELM_FILESELECTOR_CLASS)) caml_failwith("Widget is not a Fileselector");
#       |             ^
# fatal error: too many errors emitted, stopping now [-ferror-limit=]
# 19 warnings and 20 errors generated.
# Command exited with code 2.
# + /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt unix.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocamlbuild /Users/mac1000/.opam/4.14.2/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /Users/mac1000/.opam/4.14.2/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# File "myocamlbuild.ml", line 162, characters 34-53:
# 162 |     let mli_of_module s = "src" / String.uncapitalize s ^ ".mli" in
#                                         ^^^^^^^^^^^^^^^^^^^
# Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
# Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
# make: *** [all-local] Error 10



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build efl 1.17.0
+- 
+- The following changes have been performed
| - install conf-efl        1.8
| - install conf-pkg-config 4
| - install ocamlbuild      0.16.1
| - install ocamlfind       1.9.8
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/local/bin/opam switch import "/Users/mac1000/.opam/4.14.2/.opam-switch/backup/state-20260504092624.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.17.0;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'efl.1.17.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-05-04 09:38.41: Job failed: Failed: Build failed
2026-05-04 09:38.41: Log analysis:
2026-05-04 09:38.41: >>> 
[ERROR] The compilation of efl.1.17.0 failed at "make".
 (score = 20)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:181:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:181:25: error: use of undeclared identifier 'ELM_LAYOUT_CLASS'
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:193:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:193:25: error: use of undeclared identifier 'ELM_LAYOUT_CLASS'
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:205:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:205:25: error: use of undeclared identifier 'ELM_CTXPOPUP_CLASS'
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:217:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:217:25: error: use of undeclared identifier 'ELM_CTXPOPUP_CLASS'
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:229:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:229:25: error: use of undeclared identifier 'ELM_CTXPOPUP_CLASS'
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:241:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:241:25: error: use of undeclared identifier 'ELM_CTXPOPUP_CLASS'
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:253:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:253:25: error: use of undeclared identifier 'ELM_CTXPOPUP_CLASS'
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:265:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:265:25: error: use of undeclared identifier 'ELM_FILESELECTOR_CLASS'; did you mean 'ELM_FILESELECTOR_LAST'?
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:277:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:277:25: error: use of undeclared identifier 'ELM_FILESELECTOR_CLASS'; did you mean 'ELM_FILESELECTOR_LAST'?
 (score = 30)
2026-05-04 09:38.41: >>> 
# src/elm_connect_wrap.c:289:13: error: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 (score = 30)
2026-05-04 09:38.41: call to undeclared function 'eo_isa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]