OCamllabs icon Home|Differences with the last checks|Previous runs


Building on spring

(from freebsd)
2025-05-02 22:48.21 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2025-05-02 22:48.23 ---> using "7afea9128a2830beedf345f0b46af5484579ebada7710165f445c6c5b18563a9" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 35eb2f107a989a2d623b0bbe170696398fcb9b1e"))
2025-05-02 22:48.23 ---> using "4401178442865e63e5b51d8bb17ee343afa0182d4479005b40ec00cee8d2b304" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2025-05-02 22:48.24 ---> using "4b5e72566bb462de55c6db60b36f6ddbe8738a12567649435f8cbb1d34f90a11" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14.2' 'ocaml-base-compiler.4.14.2'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.2"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.14.2)
2025-05-02 22:48.25 ---> using "83860634a248543291020aa9f4d9323fd9b609a1589a4aad80743fadf9740e30" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2025-05-02 22:48.25 ---> using "49a695094175d5178e10a610310f7f9ab434fdcbec99e660957d23ed232b63be" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "opam remove -y apronext.1.0.4\
               \nopam install -vy apronext.1.0.4\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: apronext.1.0.4 | grep -q 'freebsd'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi \
               \n\
               \n\
               \nexit $res"))
[NOTE] apronext.1.0.4 is not installed.

Nothing to do.
The following actions will be performed:
=== install 12 packages
  - install apron           0.9.14 [required by apronext]
  - install apronext        1.0.4
  - install bigarray-compat 1.1.0  [required by mlgmpidl]
  - install camlidl         1.12   [required by apron]
  - install conf-gmp        5      [required by mlgmpidl]
  - install conf-mpfr       3      [required by mlgmpidl]
  - install conf-perl       2      [required by apron]
  - install conf-pkg-config 4      [required by conf-mpfr]
  - install dune            3.18.2 [required by apronext]
  - install mlgmpidl        1.2.15 [required by apron]
  - install ocamlbuild      0.16.1 [required by apron]
  - install ocamlfind       1.9.8  [required by apron]

The following system packages will first need to be installed:
    gmp mpfr

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

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
  2. Display the recommended pkg 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/sudo "pkg" "install" "-y" "gmp" "mpfr"
- Updating FreeBSD repository catalogue...
- [spring] Fetching data.pkg: .
- ......
- ... done
- Processing entries: 
- .
- ..
- ..
- .
- ..
- .
- . done
- FreeBSD repository update completed. 35953 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.21.3 -> 2.1.2
- 
- Number of packages to be upgraded: 1
- 
- 12 MiB to be downloaded.
- [spring] [1/1] Fetching pkg-2.1.2.pkg: ...
- ....
- ... done
- Checking integrity... done (0 conflicting)
- [spring] [1/1] Upgrading pkg from 1.21.3 to 2.1.2...
- [spring] [1/1] Extracting pkg-2.1.2: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 2 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	gmp: 6.3.0
- 	mpfr: 4.2.2,1
- 
- Number of packages to be installed: 2
- 
- The process will require 5 MiB more space.
- 1 MiB to be downloaded.
- [spring] [1/2] Fetching gmp-6.3.0.pkg: .......... done
- [spring] [2/2] Fetching mpfr-4.2.2,1.pkg: ..
- ........ done
- Checking integrity... done (0 conflicting)
- [spring] [1/2] Installing gmp-6.3.0...
- [spring] [1/2] Extracting gmp-6.3.0: .......... done
- [spring] [2/2] Installing mpfr-4.2.2,1...
- [spring] [2/2] Extracting mpfr-4.2.2,1: .......... done

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/36: [apron.0.9.14: extract]
Processing  2/36: [apron.0.9.14: extract] [apronext.1.0.4: extract]
Processing  3/36: [apron.0.9.14: extract] [apronext.1.0.4: extract] [bigarray-compat.1.1.0: extract]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  3/36: [apron.0.9.14: extract] [apronext.1.0.4: extract]
Processing  4/36: [apron.0.9.14: extract] [apronext.1.0.4: extract] [camlidl.1.12: extract]
-> retrieved apronext.1.0.4  (cached)
Processing  4/36: [apron.0.9.14: extract] [camlidl.1.12: extract]
-> retrieved conf-gmp.5  (cached)
Processing  5/36: [apron.0.9.14: extract] [camlidl.1.12: extract]
-> retrieved conf-mpfr.3  (cached)
Processing  6/36: [apron.0.9.14: extract] [camlidl.1.12: extract]
Processing  7/36: [apron.0.9.14: extract] [camlidl.1.12: extract]
Processing  8/36: [apron.0.9.14: extract] [camlidl.1.12: extract]
Processing  9/36: [apron.0.9.14: extract] [camlidl.1.12: extract] [dune.3.18.2: extract]
Processing 10/36: [apron.0.9.14: extract] [camlidl.1.12: extract] [dune.3.18.2: extract] [conf-gmp: sh]
Processing 11/36: [apron.0.9.14: extract] [camlidl.1.12: extract] [dune.3.18.2: extract] [conf-gmp: sh] [conf-perl: perl]
Processing 12/36: [apron.0.9.14: extract] [camlidl.1.12: extract] [dune.3.18.2: extract] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved camlidl.1.12  (cached)
Processing 12/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 13/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [mlgmpidl.1.2.15: extract] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 14/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [mlgmpidl.1.2.15: extract] [camlidl: mv] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved mlgmpidl.1.2.15  (cached)
Processing 14/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: mv] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 15/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [ocamlbuild.0.16.1: extract] [camlidl: mv] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
+ /bin/mv "config/Makefile.unix" "config/Makefile" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/camlidl.1.12)
Processing 15/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [ocamlbuild.0.16.1: extract] [camlidl: gmake all] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved ocamlbuild.0.16.1  (cached)
Processing 15/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 16/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [ocamlfind.1.9.8: extract] [camlidl: gmake all] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 17/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [ocamlfind.1.9.8: extract] [camlidl: gmake all] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [ocamlbuild: gmake configure.make]
-> retrieved ocamlfind.1.9.8  (cached)
Processing 17/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [ocamlbuild: gmake configure.make]
Processing 18/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
+ /usr/local/bin/pkg-config "--help" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-pkg-config.4)
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --verbose                         print additional information
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --solution                        print dependency graph solution in a simple format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/usr/lib entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
-   --license                         print the specified module's license to stdout if known
-   --exists-cflags                   add -DHAVE_FOO fragments to cflags for each found module
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
-   --env=prefix                      print output as shell-compatible environmental variables
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.4
Processing 18/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [conf-gmp: sh] [conf-perl: perl] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
-> installed conf-pkg-config.4
Processing 19/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [conf-gmp: sh] [conf-perl: perl] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
+ /usr/local/bin/gmake "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/4.14.2" "OCAMLBUILD_BINDIR=/home/opam/.opam/4.14.2/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/4.14.2/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/4.14.2/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.14.2/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.14.2/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.14.2/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.14.2"; \
- echo "BINDIR=/home/opam/.opam/4.14.2/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.14.2/lib"; \
- echo "MANDIR=/home/opam/.opam/4.14.2/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/4.14.2/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/4.14.2/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/4.14.2/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/4.14.2/lib|}'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.16.1"'; \
- ) > src/ocamlbuild_config.ml
Processing 19/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [conf-gmp: sh] [conf-perl: perl] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
+ /usr/local/bin/perl "--version" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-perl.2)
- 
- This is perl 5, version 36, subversion 3 (v5.36.3) built for amd64-freebsd-thread-multi
- 
- Copyright 1987-2023, Larry Wall
- 
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- 
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl".  If you have access to the
- Internet, point your browser at https://www.perl.org/, the Perl Home Page.
- 
-> compiled  conf-perl.2
Processing 19/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [conf-gmp: sh] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> installed conf-perl.2
Processing 20/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [conf-gmp: sh] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
+ /bin/sh "-c" "pkg-config --print-errors --exists gmp || cc -c $CFLAGS -I/usr/local/include test.c" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-gmp.5)
-> compiled  conf-gmp.5
Processing 20/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> installed conf-gmp.5
Processing 21/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
Processing 22/36: [apron.0.9.14: extract] [dune.3.18.2: extract] [camlidl: gmake all] [conf-mpfr: sh pkg-config --print-errors --exists mpfr || cc test.c -lgmp -lmpfr] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved apron.0.9.14  (cached)
Processing 22/36: [dune.3.18.2: extract] [camlidl: gmake all] [conf-mpfr: sh pkg-config --print-errors --exists mpfr || cc test.c -lgmp -lmpfr] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
+ /bin/sh "-exc" "pkg-config --print-errors --exists mpfr || cc test.c -lgmp -lmpfr" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-mpfr.3)
- + pkg-config --print-errors --exists mpfr
-> compiled  conf-mpfr.3
Processing 22/36: [dune.3.18.2: extract] [camlidl: gmake all] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> installed conf-mpfr.3
Processing 23/36: [dune.3.18.2: extract] [camlidl: gmake all] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved dune.3.18.2  (cached)
Processing 23/36: [camlidl: gmake all] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
Processing 24/36: [camlidl: gmake all] [dune: ocaml 7] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
+ /home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/./configure "-bindir" "/home/opam/.opam/4.14.2/bin" "-sitelib" "/home/opam/.opam/4.14.2/lib" "-mandir" "/home/opam/.opam/4.14.2/man" "-config" "/home/opam/.opam/4.14.2/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- Welcome to findlib version 1.9.8
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- dynlink: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.14.2/lib/ocaml
-     Binaries:              /home/opam/.opam/4.14.2/bin
-     Manual pages:          /home/opam/.opam/4.14.2/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.14.2/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.14.2/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.14.2/bin
-     Manual pages:          /home/opam/.opam/4.14.2/man
-     topfind script:        /home/opam/.opam/4.14.2/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 24/36: [camlidl: gmake all] [dune: ocaml 7] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake all]
+ /usr/local/bin/gmake "all" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/camlidl.1.12)
- cd compiler; /usr/local/bin/gmake all
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/camlidl.1.12/compiler'
- rm -f config.ml
- sed -e 's|%%CPP%%|cpp|' \
-           config.mlp > config.ml
- chmod -w config.ml
- ocamlc -g -c config.mli
- ocamlc -g -c config.ml
- ocamlc -g -c utils.mli
- ocamlc -g -c utils.ml
- ocamlc -g -c clflags.ml
- ocamlc -g -c idltypes.mli
- ocamlc -g -c prefix.mli
- ocamlc -g -c prefix.ml
- ocamlc -g -c lexpr.mli
- ocamlc -g -c lexpr.ml
- ocamlc -g -c cvttyp.mli
- ocamlc -g -c cvttyp.ml
- ocamlc -g -c variables.mli
- ocamlc -g -c variables.ml
- ocamlc -g -c idlarray.mli
- ocamlc -g -c idlarray.ml
- ocamlc -g -c struct.mli
- ocamlc -g -c struct.ml
- ocamlc -g -c enum.mli
- ocamlc -g -c enum.ml
- ocamlc -g -c union.mli
- ocamlc -g -c union.ml
- ocamlc -g -c cvtval.mli
- ocamlc -g -c cvtval.ml
- ocamlc -g -c structdecl.mli
- ocamlc -g -c structdecl.ml
- ocamlc -g -c enumdecl.mli
- ocamlc -g -c enumdecl.ml
- ocamlc -g -c uniondecl.mli
- ocamlc -g -c uniondecl.ml
- ocamlc -g -c typedef.mli
- ocamlc -g -c typedef.ml
- ocamlc -g -c funct.mli
- ocamlc -g -c funct.ml
- ocamlc -g -c constdecl.mli
- ocamlc -g -c constdecl.ml
- ocamlc -g -c intf.mli
- ocamlc -g -c intf.ml
- ocamlc -g -c file.mli
- ocamlc -g -c file.ml
- ocamlc -g -c predef.mli
- ocamlc -g -c predef.ml
- ocamllex linenum.mll
- 16 states, 331 transitions, table size 1420 bytes
- ocamlc -g -c linenum.mli
- ocamlc -g -c linenum.ml
- ocamlc -g -c parse_aux.mli
- ocamlc -g -c parse_aux.ml
- ocamlyacc -v parser_midl.mly
- 12 shift/reduce conflicts, 4 reduce/reduce conflicts.
- ocamlc -g -c parser_midl.mli
- ocamlc -g -c parser_midl.ml
- ocamllex lexer_midl.mll
- 129 states, 1747 transitions, table size 7762 bytes
- ocamlc -g -c lexer_midl.mli
- ocamlc -g -c lexer_midl.ml
- ocamlc -g -c parse.mli
- ocamlc -g -c parse.ml
- ocamlc -g -c fixlabels.mli
- ocamlc -g -c fixlabels.ml
- ocamlc -g -c normalize.mli
- ocamlc -g -c normalize.ml
- ocamlc -g -c main.ml
- ocamlc -g -o camlidl config.cmo utils.cmo clflags.cmo prefix.cmo lexpr.cmo cvttyp.cmo variables.cmo idlarray.cmo struct.cmo enum.cmo union.cmo cvtval.cmo structdecl.cmo enumdecl.cmo uniondecl.cmo typedef.cmo funct.cmo constdecl.cmo intf.cmo file.cmo predef.cmo linenum.cmo parse_aux.cmo parser_midl.cmo lexer_midl.cmo parse.cmo fixlabels.cmo normalize.cmo main.cmo
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/camlidl.1.12/compiler'
- cd runtime; /usr/local/bin/gmake all
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/camlidl.1.12/runtime'
- ocamlc -g -ccopt "-Wall -g" idlalloc.c
- ocamlc -g -ccopt "-Wall -g" comintf.c
- comintf.c:252:7: warning: variable 'u1' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:259:25: note: uninitialized use occurs here
-   259 |   GUID_val(res).Data1 = u1;
-       |                         ^~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:9: note: initialize the variable 'u1' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |         ^
-       |          = 0
- comintf.c:252:7: warning: variable 'u2' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:260:25: note: uninitialized use occurs here
-   260 |   GUID_val(res).Data2 = u2;
-       |                         ^~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:13: note: initialize the variable 'u2' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |             ^
-       |              = 0
- comintf.c:252:7: warning: variable 'u3' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:261:25: note: uninitialized use occurs here
-   261 |   GUID_val(res).Data3 = u3;
-       |                         ^~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:17: note: initialize the variable 'u3' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |                 ^
-       |                  = 0
- comintf.c:252:7: warning: variable 'u4' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:262:28: note: uninitialized use occurs here
-   262 |   GUID_val(res).Data4[0] = u4;
-       |                            ^~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:21: note: initialize the variable 'u4' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |                     ^
-       |                      = 0
- comintf.c:252:7: warning: variable 'u5' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:263:28: note: uninitialized use occurs here
-   263 |   GUID_val(res).Data4[1] = u5;
-       |                            ^~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:25: note: initialize the variable 'u5' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |                         ^
-       |                          = 0
- comintf.c:252:7: warning: variable 'u6' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:264:28: note: uninitialized use occurs here
-   264 |   GUID_val(res).Data4[2] = u6;
-       |                            ^~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:29: note: initialize the variable 'u6' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |                             ^
-       |                              = 0
- comintf.c:252:7: warning: variable 'u7' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:265:28: note: uninitialized use occurs here
-   265 |   GUID_val(res).Data4[3] = u7;
-       |                            ^~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:33: note: initialize the variable 'u7' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |                                 ^
-       |                                  = 0
- comintf.c:252:7: warning: variable 'u8' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:266:28: note: uninitialized use occurs here
-   266 |   GUID_val(res).Data4[4] = u8;
-       |                            ^~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:37: note: initialize the variable 'u8' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |                                     ^
-       |                                      = 0
- comintf.c:252:7: warning: variable 'u9' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:267:28: note: uninitialized use occurs here
-   267 |   GUID_val(res).Data4[5] = u9;
-       |                            ^~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:41: note: initialize the variable 'u9' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |                                         ^
-       |                                          = 0
- comintf.c:252:7: warning: variable 'u10' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:268:28: note: uninitialized use occurs here
-   268 |   GUID_val(res).Data4[6] = u10;
-       |                            ^~~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:46: note: initialize the variable 'u10' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |                                              ^
-       |                                               = 0
- comintf.c:252:7: warning: variable 'u11' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:269:28: note: uninitialized use occurs here
-   269 |   GUID_val(res).Data4[7] = u11;
-       |                            ^~~
- comintf.c:252:7: note: remove the '||' if its condition is always false
-   252 |   if (caml_string_length(str) != 36 ||
-       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- comintf.c:250:51: note: initialize the variable 'u11' to silence this warning
-   250 |   int u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11;
-       |                                                   ^
-       |                                                    = 0
- 11 warnings generated.
- ocamlc -g -ccopt "-Wall -g" comerror.c
- rm -f dllcamlidl.so
- ocamlmklib -o camlidl  idlalloc.o comintf.o comerror.o 
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/camlidl.1.12/runtime'
- cd lib; /usr/local/bin/gmake all
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/camlidl.1.12/lib'
- ocamlc -g -c com.mli
- ocamlc -g -c com.ml
- ocamlc -g -a -o com.cma -dllib -lcamlidl -cclib -lcamlidl com.cmo
- ocamlopt -c com.ml
- ocamlopt -a -o com.cmxa -cclib -lcamlidl com.cmx
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/camlidl.1.12/lib'
- cd tools; /usr/local/bin/gmake all
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/camlidl.1.12/tools'
- gmake[1]: Nothing to be done for 'all'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/camlidl.1.12/tools'
-> compiled  camlidl.1.12
Processing 24/36: [dune: ocaml 7] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake all]
-> installed camlidl.1.12
Processing 25/36: [dune: ocaml 7] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake all]
+ /usr/local/bin/gmake "all" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake all ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.14.2/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.14.2/lib/ocaml' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;freebsd;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_compat.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- if [ "1" = "1" ]; then                        \
- 	cp topfind.in topfind.compat.in;                                                     \
- else                                                                  \
- 	sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \
- 		> topfind.compat.in ;                                                \
- fi
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind.compat.in | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.14.2/lib' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake all-config
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- if [ "false" = "true" ]; then \
-   /usr/local/bin/gmake findlib-relative; \
-         else \
-   /usr/local/bin/gmake findlib-absolute; \
- fi
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.14.2/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/4.14.2/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
Processing 25/36: [dune: ocaml 7] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1)
- if test -d /home/opam/.opam/4.14.2/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.14.2/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 235 states, 1033 transitions, table size 5542 bytes
- 4238 additional bytes used for bindings
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp-byte
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp-byte/ocamlbuild_pack.cmo
- mv tmp-byte/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp-byte/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp-nat
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp-nat/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/local/bin/gmake ocamlbuild.install
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/local/bin/gmake install-bin-opam
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-lib-opam
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'lib: [' >> ocamlbuild.install
- /usr/local/bin/gmake install-lib-basics-opam
- gmake[3]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- gmake[3]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-lib-byte-opam
- gmake[3]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- gmake[3]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-lib-native-opam
- gmake[3]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- gmake[3]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-man-opam
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-doc-opam
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
-> compiled  ocamlbuild.0.16.1
Processing 25/36: [dune: ocaml 7] [ocamlfind: gmake opt]
-> installed ocamlbuild.0.16.1
Processing 26/36: [dune: ocaml 7] [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "opt" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake opt ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_compat.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled  ocamlfind.1.9.8
Processing 26/36: [dune: ocaml 7]
Processing 27/36: [dune: ocaml 7] [ocamlfind: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.14.2/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.14.2/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi; \
-       fi; \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/4.14.2/bin"
- install -d "/home/opam/.opam/4.14.2/man"
- /usr/local/bin/gmake install-config
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/4.14.2/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.14.2/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.14.2/lib/findlib.conf"
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake install ); done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/4.14.2/lib/findlib"
- install -d "/home/opam/.opam/4.14.2/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/4.14.2/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.14.2/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- cp $files "/home/opam/.opam/4.14.2/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/4.14.2/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.14.2/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.14.2/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.14.2/lib/findlib/"; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake install-meta
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- for x in bigarray bytes compiler-libs dynlink ocamldoc stdlib str threads unix ; do install -d "/home/opam/.opam/4.14.2/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.14.2/lib/$x/META.tmp" && mv "/home/opam/.opam/4.14.2/lib/$x/META.tmp" "/home/opam/.opam/4.14.2/lib/$x/META"; done
- install -d "/home/opam/.opam/4.14.2/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.14.2/lib/findlib/Makefile.packages"
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/local/bin/gmake install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/4.14.2/bin"
- /usr/local/bin/gmake install-doc
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/4.14.2/man/man1" "/home/opam/.opam/4.14.2/man/man3" "/home/opam/.opam/4.14.2/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.14.2/man/man1"
- cp: doc/ref-man/ocamlfind.1: No such file or directory
- gmake[1]: [Makefile:91: install-doc] Error 1 (ignored)
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.14.2/man/man5"
- cp: doc/ref-man/META.5: No such file or directory
- cp: doc/ref-man/site-lib.5: No such file or directory
- cp: doc/ref-man/findlib.conf.5: No such file or directory
- gmake[1]: [Makefile:92: install-doc] Error 1 (ignored)
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8
Processing 27/36: [dune: ocaml 7]
+ /home/opam/.opam/4.14.2/bin/ocaml "boot/bootstrap.ml" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune.3.18.2)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 7
- 

Processing 27/36: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/4.14.2/.opam-switch/build/dune.3.18.2/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune.3.18.2)
-> compiled  dune.3.18.2
-> installed dune.3.18.2
Processing 29/36: [bigarray-compat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "bigarray-compat" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/bigarray-compat.1.1.0)
-> compiled  bigarray-compat.1.1.0
-> installed bigarray-compat.1.1.0
Processing 31/36: [mlgmpidl: sh]
+ /bin/sh "./configure" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/mlgmpidl.1.2.15)
- checking compilation with cc : working
- checking compilation with cc -Wcast-qual: working
- checking compilation with cc -Wswitch: working
- checking compilation with cc -Wall: working
- checking compilation with cc -Wextra: working
- checking compilation with cc -Wundef: working
- checking compilation with cc -Wcast-align: working
- checking compilation with cc -Wno-unused: working
- checking compilation with cc -Wno-unused-parameter: working
- checking compilation with cc -Wno-unused-function: working
- checking compilation with cc -fPIC: working
- checking compilation with cc -Werror-implicit-function-declaration: working
- checking compilation with cc -Wbad-function-cast: 
- working
- checking compilation with cc -Wstrict-prototypes: working
- checking compilation with cc -std=c99: working
- binary ar: found in /usr/bin
- binary ranlib: found in /usr/bin
- binary sed: found in /usr/bin
- binary grep: found in /usr/bin
- binary perl: found in /usr/local/bin
- binary install: found in /usr/bin
- looking for gmp without prefix
- include gmp.h: not found
- looking for gmp in prefix /usr/local
- include gmp.h: found
- library gmp: found
- library gmp found with prefix /usr/local
- looking for mpfr without prefix
- include mpfr.h: not found
- looking for mpfr in prefix /usr/local
- include mpfr.h: found
- library mpfr: 
- found
- library mpfr found with prefix /usr/local
- library mpfr major version: 4
- binary ocamlc.opt: found in /home/opam/.opam/4.14.2/bin
- binary ocamlopt.opt: found in /home/opam/.opam/4.14.2/bin
- binary ocamldep: found in /home/opam/.opam/4.14.2/bin
- binary ocamldoc: found in /home/opam/.opam/4.14.2/bin
- binary ocamlmktop: found in /home/opam/.opam/4.14.2/bin
- binary ocamlmklib: found in /home/opam/.opam/4.14.2/bin
- binary camlidl: found in /home/opam/.opam/4.14.2/bin
- binary ocamlfind: found in /home/opam/.opam/4.14.2/bin
- ocamlfind: Package `gmp' not found
- include caml/mlvalues.h: found
- include caml/camlidlruntime.h: found
- checking whether to enable profiling: only available up to OCaml 4.08.0 (<= 4.14.2)
- finding extension for dynamic libraries: .so
- 
- detected configuration:
- 
-    OCaml version                4.14.2
-    optional OCamlFind support   1
-    optional native plugins      1
-    optional profiling version   0
-    MPFR version (major)         4
- 
-    installation path            /home/opam/.opam/4.14.2/lib/ocaml
- 
Processing 31/36: [mlgmpidl: gmake]
+ /usr/local/bin/gmake  (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/mlgmpidl.1.2.15)
- tmpdir=$(mktemp -d tmp.XXXXXX);				\
- trap "rm -f -r ${tmpdir};" EXIT QUIT INT;			\
- { cp mpz.idl ${tmpdir}/mpz.idl;					\
-   /home/opam/.opam/4.14.2/bin/camlidl -no-include					\
- 	-D MPFR_VERSION_MAJOR=4		\
- 	-prepro cpp ${tmpdir}/mpz.idl			&&	\
-   /usr/local/bin/perl perlscript_c.pl < ${tmpdir}/mpz_stubs.c >mpz_caml.c &&	\
-   /usr/local/bin/perl perlscript_caml.pl < ${tmpdir}/mpz.ml >mpz.ml &&	\
-   /usr/local/bin/perl perlscript_caml.pl < ${tmpdir}/mpz.mli >mpz.mli; }
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpz.mli
- tmpdir=$(mktemp -d tmp.XXXXXX);				\
- trap "rm -f -r ${tmpdir};" EXIT QUIT INT;			\
- { cp mpq.idl ${tmpdir}/mpq.idl;					\
-   /home/opam/.opam/4.14.2/bin/camlidl -no-include					\
- 	-D MPFR_VERSION_MAJOR=4		\
- 	-prepro cpp ${tmpdir}/mpq.idl			&&	\
-   /usr/local/bin/perl perlscript_c.pl < ${tmpdir}/mpq_stubs.c >mpq_caml.c &&	\
-   /usr/local/bin/perl perlscript_caml.pl < ${tmpdir}/mpq.ml >mpq.ml &&	\
-   /usr/local/bin/perl perlscript_caml.pl < ${tmpdir}/mpq.mli >mpq.mli; }
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpq.mli
- tmpdir=$(mktemp -d tmp.XXXXXX);				\
- trap "rm -f -r ${tmpdir};" EXIT QUIT INT;			\
- { cp mpf.idl ${tmpdir}/mpf.idl;					\
-   /home/opam/.opam/4.14.2/bin/camlidl -no-include					\
- 	-D MPFR_VERSION_MAJOR=4		\
- 	-prepro cpp ${tmpdir}/mpf.idl			&&	\
-   /usr/local/bin/perl perlscript_c.pl < ${tmpdir}/mpf_stubs.c >mpf_caml.c &&	\
-   /usr/local/bin/perl perlscript_caml.pl < ${tmpdir}/mpf.ml >mpf.ml &&	\
-   /usr/local/bin/perl perlscript_caml.pl < ${tmpdir}/mpf.mli >mpf.mli; }
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpf.mli
- tmpdir=$(mktemp -d tmp.XXXXXX);				\
- trap "rm -f -r ${tmpdir};" EXIT QUIT INT;			\
- { cp mpfr.idl ${tmpdir}/mpfr.idl;					\
-   /home/opam/.opam/4.14.2/bin/camlidl -no-include					\
- 	-D MPFR_VERSION_MAJOR=4		\
- 	-prepro cpp ${tmpdir}/mpfr.idl			&&	\
-   /usr/local/bin/perl perlscript_c.pl < ${tmpdir}/mpfr_stubs.c >mpfr_caml.c &&	\
-   /usr/local/bin/perl perlscript_caml.pl < ${tmpdir}/mpfr.ml >mpfr.ml &&	\
-   /usr/local/bin/perl perlscript_caml.pl < ${tmpdir}/mpfr.mli >mpfr.mli; }
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfr.mli
- tmpdir=$(mktemp -d tmp.XXXXXX);				\
- trap "rm -f -r ${tmpdir};" EXIT QUIT INT;			\
- { cp gmp_random.idl ${tmpdir}/gmp_random.idl;					\
-   /home/opam/.opam/4.14.2/bin/camlidl -no-include					\
- 	-D MPFR_VERSION_MAJOR=4		\
- 	-prepro cpp ${tmpdir}/gmp_random.idl			&&	\
-   /usr/local/bin/perl perlscript_c.pl < ${tmpdir}/gmp_random_stubs.c >gmp_random_caml.c &&	\
-   /usr/local/bin/perl perlscript_caml.pl < ${tmpdir}/gmp_random.ml >gmp_random.ml &&	\
-   /usr/local/bin/perl perlscript_caml.pl < ${tmpdir}/gmp_random.mli >gmp_random.mli; }
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c gmp_random.mli
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpzf.mli
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpqf.mli
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfrf.mli
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpz.ml
- File "mpz.ml", line 100, characters 18-25:
- 100 | let to_string x = get_str 10 x
-                         ^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- File "mpz.ml", line 102, characters 20-32:
- 102 | let of_string str = init_set_str str 10
-                           ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- File "mpz.ml", line 108, characters 46-53:
- 108 | let print fmt x = Format.pp_print_string fmt (get_str 10 x)
-                                                     ^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpq.ml
- File "mpq.ml", line 133, characters 46-53:
- 133 | let print fmt x = Format.pp_print_string fmt (get_str 10 x)
-                                                     ^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- File "mpq.ml", line 140, characters 18-25:
- 140 | let to_string x = get_str 10 x
-                         ^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- File "mpq.ml", line 142, characters 20-32:
- 142 | let of_string str = init_set_str str 10
-                           ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpf.ml
- File "mpf.ml", line 243, characters 20-32:
- 243 | let of_string str = init_set_str str 10
-                           ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfr.ml
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c gmp_random.ml
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpzf.ml
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpqf.ml
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfrf.ml
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/local/include -ccopt -I/usr/local/include -ccopt -I/home/opam/.opam/4.14.2/lib/ocaml -ccopt -I/home/opam/.opam/4.14.2/lib/camlidl -g -c -o mpz_caml.o mpz_caml.c
- In file included from mpz_caml.c:21:
- ./gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 1 warning generated.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/local/include -ccopt -I/usr/local/include -ccopt -I/home/opam/.opam/4.14.2/lib/ocaml -ccopt -I/home/opam/.opam/4.14.2/lib/camlidl -g -c -o mpq_caml.o mpq_caml.c
- In file included from mpq_caml.c:20:
- ./gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 1 warning generated.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/local/include -ccopt -I/usr/local/include -ccopt -I/home/opam/.opam/4.14.2/lib/ocaml -ccopt -I/home/opam/.opam/4.14.2/lib/camlidl -g -c -o mpf_caml.o mpf_caml.c
- In file included from mpf_caml.c:20:
- ./gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 1 warning generated.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/local/include -ccopt -I/usr/local/include -ccopt -I/home/opam/.opam/4.14.2/lib/ocaml -ccopt -I/home/opam/.opam/4.14.2/lib/camlidl -g -c -o mpfr_caml.o mpfr_caml.c
- In file included from mpfr_caml.c:20:
- ./gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- mpfr_caml.c:1910:10: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations]
-  1910 |   _res = mpfr_root(ROP, OP1, OP2, RND);
-       |          ^
- /usr/local/include/mpfr.h:766:1: note: 'mpfr_root' has been explicitly marked deprecated here
-   766 | MPFR_DEPRECATED
-       | ^
- /usr/local/include/mpfr.h:354:42: note: expanded from macro 'MPFR_DEPRECATED'
-   354 | # define MPFR_DEPRECATED __attribute__ ((__deprecated__))
-       |                                          ^
- mpfr_caml.c:3265:18: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
-  3265 |   STR = (char *) String_val(_v_STR);
-       |                  ^
- /home/opam/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:290:23: note: expanded from macro 'String_val'
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- 3 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/local/include -ccopt -I/usr/local/include -ccopt -I/home/opam/.opam/4.14.2/lib/ocaml -ccopt -I/home/opam/.opam/4.14.2/lib/camlidl -g -c -o gmp_random_caml.o gmp_random_caml.c
- In file included from gmp_random_caml.c:20:
- ./gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 1 warning generated.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/local/include -ccopt -I/usr/local/include -ccopt -I/home/opam/.opam/4.14.2/lib/ocaml -ccopt -I/home/opam/.opam/4.14.2/lib/camlidl -g -c -o gmp_caml.o gmp_caml.c
- In file included from gmp_caml.c:22:
- ./gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 1 warning generated.
- /home/opam/.opam/4.14.2/bin/ocamlmklib -oc gmp_caml mpz_caml.o mpq_caml.o mpf_caml.o mpfr_caml.o gmp_random_caml.o gmp_caml.o -L/usr/local/lib -L/usr/local/lib -L/home/opam/.opam/4.14.2/lib/ocaml -L/home/opam/.opam/4.14.2/lib/ocaml/stublibs -L/home/opam/.opam/4.14.2/lib/camlidl -lmpfr -lgmp -lcamlidl
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -a -o gmp.cma mpz.cmo mpq.cmo mpf.cmo mpfr.cmo gmp_random.cmo mpzf.cmo mpqf.cmo mpfrf.cmo \
- -dllib -lgmp_caml -ccopt -L/home/opam/.opam/4.14.2/lib/stublibs -ccopt -L/home/opam/.opam/4.14.2/lib/gmp -ccopt "-L/usr/local/lib -L/usr/local/lib -L/home/opam/.opam/4.14.2/lib/ocaml -L/home/opam/.opam/4.14.2/lib/ocaml/stublibs -L/home/opam/.opam/4.14.2/lib/camlidl -lmpfr -lgmp -lcamlidl" -ccopt -L/home/opam/.opam/4.14.2/lib/ocaml -ccopt -L/home/opam/.opam/4.14.2/lib/camlidl -ccopt -L/usr/local/lib -ccopt -L/usr/local/lib  -cclib -lmpfr -cclib -lgmp -cclib -lcamlidl
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpz.ml
- File "mpz.ml", line 100, characters 18-25:
- 100 | let to_string x = get_str 10 x
-                         ^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- File "mpz.ml", line 102, characters 20-32:
- 102 | let of_string str = init_set_str str 10
-                           ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- File "mpz.ml", line 108, characters 46-53:
- 108 | let print fmt x = Format.pp_print_string fmt (get_str 10 x)
-                                                     ^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpq.ml
- File "mpq.ml", line 133, characters 46-53:
- 133 | let print fmt x = Format.pp_print_string fmt (get_str 10 x)
-                                                     ^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- File "mpq.ml", line 140, characters 18-25:
- 140 | let to_string x = get_str 10 x
-                         ^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- File "mpq.ml", line 142, characters 20-32:
- 142 | let of_string str = init_set_str str 10
-                           ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpf.ml
- File "mpf.ml", line 243, characters 20-32:
- 243 | let of_string str = init_set_str str 10
-                           ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label base was omitted in the application of this function.
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpfr.ml
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c gmp_random.ml
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpzf.ml
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpqf.ml
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpfrf.ml
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -a -o gmp.cmxa mpz.cmx mpq.cmx mpf.cmx mpfr.cmx gmp_random.cmx mpzf.cmx mpqf.cmx mpfrf.cmx \
- -cclib -lgmp_caml -ccopt -L/home/opam/.opam/4.14.2/lib/stublibs -ccopt -L/home/opam/.opam/4.14.2/lib/gmp -ccopt "-L/usr/local/lib -L/usr/local/lib -L/home/opam/.opam/4.14.2/lib/ocaml -L/home/opam/.opam/4.14.2/lib/ocaml/stublibs -L/home/opam/.opam/4.14.2/lib/camlidl -lmpfr -lgmp -lcamlidl" -ccopt -L/home/opam/.opam/4.14.2/lib/ocaml -ccopt -L/home/opam/.opam/4.14.2/lib/camlidl -ccopt -L/usr/local/lib -ccopt -L/usr/local/lib  -cclib -lmpfr -cclib -lgmp -cclib -lcamlidl
- /home/opam/.opam/4.14.2/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -linkall -shared -o gmp.cmxs -I . gmp.cmxa
-> compiled  mlgmpidl.1.2.15
Processing 32/36: [mlgmpidl: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/mlgmpidl.1.2.15)
- rm -f META
- echo "description = \"OCaml Interface to GMP and MPFR libraries\"" >META
- echo "version = \"1.2.15\"" >>META
- echo "requires = \"bigarray-compat\"" >>META
- echo "archive(byte) = \"gmp.cma\"" >>META
- echo "archive(byte,plugin) = \"gmp.cma\"" >>META
- echo "plugin(byte) = \"gmp.cma\"" >>META
- echo "archive(native) = \"gmp.cmxa\"" >>META
- echo "archive(native,plugin) = \"gmp.cmxs\"" >>META
- echo "plugin(native) = \"gmp.cmxs\"" >>META
- /home/opam/.opam/4.14.2/bin/ocamlfind remove gmp
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.14.2/lib/gmp/META
- /home/opam/.opam/4.14.2/bin/ocamlfind install gmp META gmp_caml.h mpz.idl mpq.idl mpf.idl mpfr.idl gmp_random.idl mpz.ml mpq.ml mpf.ml mpfr.ml gmp_random.ml mpzf.ml mpqf.ml mpfrf.ml mpz.mli mpq.mli mpf.mli mpfr.mli gmp_random.mli mpzf.mli mpqf.mli mpfrf.mli mpz.cmi mpq.cmi mpf.cmi mpfr.cmi gmp_random.cmi mpzf.cmi mpqf.cmi mpfrf.cmi gmp.cma mpz.cmx mpq.cmx mpf.cmx mpfr.cmx gmp_random.cmx mpzf.cmx mpqf.cmx mpfrf.cmx gmp.cmxa gmp.a gmp.cmxs libgmp_caml.a dllgmp_caml.so
- Installed /home/opam/.opam/4.14.2/lib/gmp/libgmp_caml.a
- Installed /home/opam/.opam/4.14.2/lib/gmp/gmp.cmxs
- Installed /home/opam/.opam/4.14.2/lib/gmp/gmp.a
- Installed /home/opam/.opam/4.14.2/lib/gmp/gmp.cmxa
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpfrf.cmx
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpqf.cmx
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpzf.cmx
- Installed /home/opam/.opam/4.14.2/lib/gmp/gmp_random.cmx
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpfr.cmx
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpf.cmx
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpq.cmx
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpz.cmx
- Installed /home/opam/.opam/4.14.2/lib/gmp/gmp.cma
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpfrf.cmi
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpqf.cmi
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpzf.cmi
- Installed /home/opam/.opam/4.14.2/lib/gmp/gmp_random.cmi
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpfr.cmi
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpf.cmi
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpq.cmi
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpz.cmi
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpfrf.mli
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpqf.mli
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpzf.mli
- Installed /home/opam/.opam/4.14.2/lib/gmp/gmp_random.mli
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpfr.mli
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpf.mli
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpq.mli
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpz.mli
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpfrf.ml
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpqf.ml
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpzf.ml
- Installed /home/opam/.opam/4.14.2/lib/gmp/gmp_random.ml
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpfr.ml
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpf.ml
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpq.ml
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpz.ml
- Installed /home/opam/.opam/4.14.2/lib/gmp/gmp_random.idl
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpfr.idl
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpf.idl
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpq.idl
- Installed /home/opam/.opam/4.14.2/lib/gmp/mpz.idl
- Installed /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllgmp_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllgmp_caml.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14.2/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14.2/lib/gmp/META
-> installed mlgmpidl.1.2.15
Processing 33/36: [apron: sh]
+ /bin/sh "./configure" "--prefix" "/home/opam/.opam/4.14.2/share/apron" "--no-ppl" "--no-ocaml-plugins" "--debug" "--no-strip" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14)
- checking compilation with cc : working
- checking compilation with cc -Wcast-qual: working
- checking compilation with cc -Wswitch: working
- checking compilation with cc -Wall: working
- checking compilation with cc -Wextra: working
- checking compilation with cc -Wundef: 
- working
- checking compilation with cc -Wcast-align: working
- checking compilation with cc -Wno-unused: working
- checking compilation with cc -Wno-unused-parameter: working
- checking compilation with cc -Wno-unused-function: working
- checking compilation with cc -fPIC: 
- working
- checking compilation with cc -Wno-stringop-overflow: working
- checking compilation with cc -Werror-implicit-function-declaration: working
- checking compilation with cc -Wbad-function-cast: working
- checking compilation with cc -Wstrict-prototypes: 
- working
- checking compilation with cc stringop-overflow: not working
- checking compilation with cc -std=c99: working
- checking compilation with c++ : working
- checking compilation with c++ -Wcast-qual: working
- checking compilation with c++ -Wswitch: working
- checking compilation with c++ -Wall: 
- working
- checking compilation with c++ -Wextra: working
- checking compilation with c++ -Wundef: working
- checking compilation with c++ -Wcast-align: working
- checking compilation with c++ -Wno-unused: working
- checking compilation with c++ -Wno-unused-parameter: working
- checking compilation with c++ -Wno-unused-function: working
- checking compilation with c++ -fPIC: working
- checking compilation with c++ -Wno-stringop-overflow: working
- binary ar: found in /usr/bin
- binary ranlib: found in /usr/bin
- binary sed: found in /usr/bin
- binary install: found in /usr/bin
- looking for gmp without prefix
- include gmp.h: not found
- looking for gmp in prefix /usr/local
- include gmp.h: found
- library gmp: found
- library gmp found with prefix /usr/local
- looking for mpfr without prefix
- include mpfr.h: found
- library mpfr: not found
- looking for mpfr in prefix /usr/local
- include mpfr.h: found
- library mpfr: found
- library mpfr found with prefix /usr/local
- looking for flint without prefix
- include flint/fmpz.h: 
- not found
- looking for flint in prefix /usr/local
- include flint/fmpz.h: not found
- looking for flint in prefix /usr
- include flint/fmpz.h: not found
- looking for flint in prefix /home/opam
- include flint/fmpz.h: not found
- library flint not found
- looking for glpk without prefix
- include glpk.h: not found
- looking for glpk in prefix /usr/local
- include glpk.h: 
- not found
- looking for glpk in prefix /usr
- include glpk.h: not found
- looking for glpk in prefix /home/opam
- include glpk.h: not found
- library glpk not found
- binary ocamlc.opt: found in /home/opam/.opam/4.14.2/bin
- binary ocamlopt.opt: found in /home/opam/.opam/4.14.2/bin
- binary ocamldep: found in /home/opam/.opam/4.14.2/bin
- binary ocamllex: found in /home/opam/.opam/4.14.2/bin
- binary ocamlyacc: found in /home/opam/.opam/4.14.2/bin
- binary ocamldoc: found in /home/opam/.opam/4.14.2/bin
- binary ocamlmktop: found in /home/opam/.opam/4.14.2/bin
- binary ocamlmklib: found in /home/opam/.opam/4.14.2/bin
- binary camlidl: found in /home/opam/.opam/4.14.2/bin
- binary ocamlfind: found in /home/opam/.opam/4.14.2/bin
- include caml/mlvalues.h: found
- include caml/camlidlruntime.h: found
- include gmp_caml.h: found
- binary java: not found
- 
- detected configuration:
- 
-    optional OCaml support       1
-    optional OCamlFind support   1
-    optional plugins support     0
-    optional C++ support         1
-    optional Java support        0 ()
-    optional PPL support         0
-    optional PPLite support      0
-    optional GLPK support        0
-    optional debug libraries     1
-    
-    installation path            /home/opam/.opam/4.14.2/share/apron
-    dynamic libraries extension  so
-    install (stripped) command   /usr/bin/install ()
- 
Processing 33/36: [apron: gmake]
+ /usr/local/bin/gmake "-j7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14)
- (cd num; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/num'
- gmake[1]: Nothing to be done for 'all'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/num'
- (cd itv; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/itv'
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itvIl.o itv.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itv_linexprIl.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itv_linearizeIl.o itv_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itvIl_debug.o itv.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itv_linexprIl_debug.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itv_linearizeIl_debug.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itvIll.o itv.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itv_linexprIll.o itv_linexpr.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itv_linearizeIll.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itvIll_debug.o itv.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itv_linexprIll_debug.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itv_linearizeIll_debug.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itvRl.o itv.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itv_linexprRl.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itv_linearizeRl.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itvRl_debug.o itv.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itv_linexprRl_debug.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itv_linearizeRl_debug.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itvMPZ.o itv.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itv_linexprMPZ.o itv_linexpr.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itv_linearizeMPZ.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itvMPZ_debug.o itv.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itv_linexprMPZ_debug.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itv_linearizeMPZ_debug.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itvDl.o itv.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itv_linexprDl.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itv_linearizeDl.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itvDl_debug.o itv.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- itv_linearize.c:1670:27: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1670 |     itv_expr_free(intern, (itv_expr_t*)arg->expr.val.node->exprA);
-       |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- itv_linearize.c:1672:29: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1672 |       itv_expr_free(intern, (itv_expr_t*)arg->expr.val.node->exprB);
-       |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- itv_linearize.c:1760:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1760 |       itv_expr_t* a = (itv_expr_t*)n->exprA;
-       |                       ^~~~~~~~~~~~~~~~~~~~~
- itv_linearize.c:1761:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1761 |       itv_expr_t* b = (itv_expr_t*)n->exprB;
-       |                       ^~~~~~~~~~~~~~~~~~~~~
- itv_linearize.c:1971:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1971 |       itv_expr_t* a = (itv_expr_t*)n->exprA;
-       |                       ^~~~~~~~~~~~~~~~~~~~~
- itv_linearize.c:1972:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1972 |       itv_expr_t* b = (itv_expr_t*)n->exprB;
-       |                       ^~~~~~~~~~~~~~~~~~~~~
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itv_linexprDl_debug.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itv_linearizeDl_debug.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itvMPQ.o itv.c
- 1 warning generated.
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itv_linexprMPQ.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from itv.c:5:
- In file included from ./itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- itv_linearize.c:1670:27: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1670 |     itv_expr_free(intern, (itv_expr_t*)arg->expr.val.node->exprA);
-       |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- itv_linearize.c:1672:29: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1672 |       itv_expr_free(intern, (itv_expr_t*)arg->expr.val.node->exprB);
-       |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- itv_linearize.c:1760:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1760 |       itv_expr_t* a = (itv_expr_t*)n->exprA;
-       |                       ^~~~~~~~~~~~~~~~~~~~~
- itv_linearize.c:1761:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1761 |       itv_expr_t* b = (itv_expr_t*)n->exprB;
-       |                       ^~~~~~~~~~~~~~~~~~~~~
- itv_linearize.c:1971:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1971 |       itv_expr_t* a = (itv_expr_t*)n->exprA;
-       |                       ^~~~~~~~~~~~~~~~~~~~~
- itv_linearize.c:1972:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
-  1972 |       itv_expr_t* b = (itv_expr_t*)n->exprB;
-       |                       ^~~~~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itv_linearizeMPQ.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itvMPQ_debug.o itv.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- In file included from itv_linexpr.c:5:
- In file included from ./itv_linexpr.h:8:
- In file included from ./itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itv_linexprMPQ_debug.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from itv_linexpr.c:5:
- In file included from ./itv_linexpr.h:8:
- In file included from ./itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   ret7 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itv_linearizeMPQ_debug.o itv_linearize.c
- urn (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from itv_linearize.c:5:
- In file included from ./itv_linearize.h:8:
- In file included from ./itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    In file included from itv.c:5:
- In file included from ./itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from itv_linearize.c:5:
- In file included from ./itv_linearize.h:8:
- In file included from ./itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 62
-  | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itvRll.o itv.c
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itv_linexprRll.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 7 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itv_linearizeRll.o itv_linearize.c
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itvRll_debug.o itv.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itv_linexprRll_debug.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itv_linearizeRll_debug.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itvD.o itv.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itv_linexprD.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itv_linearizeD.o itv_linearize.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itvD_debug.o itv.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itv_linexprD_debug.o itv_linexpr.c
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itv_linearizeD_debug.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itvMPFR.o itv.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itv_linexprMPFR.o itv_linexpr.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itv_linearizeMPFR.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itvMPFR_debug.o itv.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itv_linexprMPFR_debug.o itv_linexpr.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itv_linearizeMPFR_debug.o itv_linearize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- /usr/bin/ar rcs libitvIl.a itvIl.o itv_linexprIl.o itv_linearizeIl.o
- /usr/bin/ranlib libitvIl.a
- 1 warning generated.
- /usr/bin/ar rcs libitvIl_debug.a itvIl_debug.o itv_linexprIl_debug.o itv_linearizeIl_debug.o
- 1 warning generated.
- /usr/bin/ar rcs libitvIll.a itvIll.o itv_linexprIll.o itv_linearizeIll.o
- /usr/bin/ranlib libitvIl_debug.a
- /usr/bin/ranlib libitvIll.a
- /usr/bin/ar rcs libitvIll_debug.a itvIll_debug.o itv_linexprIll_debug.o itv_linearizeIll_debug.o
- /usr/bin/ar rcs libitvRl.a itvRl.o itv_linexprRl.o itv_linearizeRl.o
- /usr/bin/ranlib libitvIll_debug.a
- /usr/bin/ranlib libitvRl.a
- /usr/bin/ar rcs libitvRl_debug.a itvRl_debug.o itv_linexprRl_debug.o itv_linearizeRl_debug.o
- /usr/bin/ar rcs libitvMPZ.a itvMPZ.o itv_linexprMPZ.o itv_linearizeMPZ.o
- /usr/bin/ranlib libitvRl_debug.a
- /usr/bin/ranlib libitvMPZ.a
- /usr/bin/ar rcs libitvMPZ_debug.a itvMPZ_debug.o itv_linexprMPZ_debug.o itv_linearizeMPZ_debug.o
- 1 warning generated.
- 1 warning generated.
- /usr/bin/ranlib libitvMPZ_debug.a
- /usr/bin/ar rcs libitvDl.a itvDl.o itv_linexprDl.o itv_linearizeDl.o
- /usr/bin/ar rcs libitvDl_debug.a itvDl_debug.o itv_linexprDl_debug.o itv_linearizeDl_debug.o
- /usr/bin/ranlib libitvDl.a
- /usr/bin/ar rcs libitvMPQ.a itvMPQ.o itv_linexprMPQ.o itv_linearizeMPQ.o
- /usr/bin/ranlib libitvDl_debug.a
- /usr/bin/ranlib libitvMPQ.a
- /usr/bin/ar rcs libitvMPQ_debug.a itvMPQ_debug.o itv_linexprMPQ_debug.o itv_linearizeMPQ_debug.o
- /usr/bin/ar rcs libitvRll_debug.a itvRll_debug.o itv_linexprRll_debug.o itv_linearizeRll_debug.o
- /usr/bin/ranlib libitvMPQ_debug.a
- /usr/bin/ranlib libitvRll_debug.a
- /usr/bin/ar rcs libitvD.a itvD.o itv_linexprD.o itv_linearizeD.o
- 1 warning generated.
- /usr/bin/ar rcs libitvD_debug.a itvD_debug.o itv_linexprD_debug.o itv_linearizeD_debug.o
- /usr/bin/ranlib libitvD.a
- /usr/bin/ranlib libitvD_debug.a
- 1 warning generated.
- /usr/bin/ar rcs libitvMPFR_debug.a itvMPFR_debug.o itv_linexprMPFR_debug.o itv_linearizeMPFR_debug.o
- /usr/bin/ar rcs libitv.a itvIl.o itv_linexprIl.o itv_linearizeIl.o itvIll.o itv_linexprIll.o itv_linearizeIll.o itvRl.o itv_linexprRl.o itv_linearizeRl.o itvRll.o itv_linexprRll.o itv_linearizeRll.o itvMPZ.o itv_linexprMPZ.o itv_linearizeMPZ.o itvMPQ.o itv_linexprMPQ.o itv_linearizeMPQ.o itvD.o itv_linexprD.o itv_linearizeD.o itvMPFR.o itv_linexprMPFR.o itv_linearizeMPFR.o itvDl.o itv_linexprDl.o itv_linearizeDl.o
- /usr/bin/ranlib libitvMPFR_debug.a
- /usr/bin/ar rcs libitv_debug.a itvIl_debug.o itv_linexprIl_debug.o itv_linearizeIl_debug.o itvIll_debug.o itv_linexprIll_debug.o itv_linearizeIll_debug.o itvRl_debug.o itv_linexprRl_debug.o itv_linearizeRl_debug.o itvRll_debug.o itv_linexprRll_debug.o itv_linearizeRll_debug.o itvMPZ_debug.o itv_linexprMPZ_debug.o itv_linearizeMPZ_debug.o itvMPQ_debug.o itv_linexprMPQ_debug.o itv_linearizeMPQ_debug.o itvD_debug.o itv_linexprD_debug.o itv_linearizeD_debug.o itvMPFR_debug.o itv_linexprMPFR_debug.o itv_linearizeMPFR_debug.o itvDl_debug.o itv_linexprDl_debug.o itv_linearizeDl_debug.o
- /usr/bin/ranlib libitv.a
- /usr/bin/ar rcs libitvRll.a itvRll.o itv_linexprRll.o itv_linearizeRll.o
- /usr/bin/ranlib libitv_debug.a
- /usr/bin/ranlib libitvRll.a
- /usr/bin/ar rcs libitvMPFR.a itvMPFR.o itv_linexprMPFR.o itv_linearizeMPFR.o
- /usr/bin/ranlib libitvMPFR.a
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/itv'
- (cd apron; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apron'
- echo "// APRON version, automatically generated from version.mk" > ap_version.h
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -DNUM_MPQ -I. -c ap_linearize_aux.c -o ap_linearize_auxMPQ.o
- echo "#ifndef AP_VERSION" >> ap_version.h
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -DNUM_DOUBLE -I. -c ap_linearize_aux.c -o ap_linearize_auxD.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- echo "#define AP_VERSION_MAJOR 0" >> ap_version.h
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -DNUM_MPFR -I. -c ap_linearize_aux.c -o ap_linearize_auxMPFR.o
- In file included from ap_linearize_aux.c:17:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- echo "#define AP_VERSION_MINOR 9" >> ap_version.h
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_scalar_debug.o ap_scalar.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- echo "#define AP_VERSION_MICRO 14" >> ap_version.h
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_interval_debug.o ap_interval.c
- echo "#define AP_VERSION       \""0.9.14"\"" >> ap_version.h
- ap_scalar.c:22:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
-    22 | ap_scalar_t* ap_scalar_alloc()
-       |                             ^
-       |                              void
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_coeff_debug.o ap_coeff.c
- ap_interval.c:22:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
-    22 | ap_interval_t* ap_interval_alloc()
-       |                                 ^
-       |                                  void
- 2 warnings generated.
- 2 warnings generated.
- echo "#endif" >> ap_version.h
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_dimension_debug.o ap_dimension.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_linexpr0_debug.o ap_linexpr0.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_lincons0_debug.o ap_lincons0.c
- 3 warnings generated.
- 1 warning generated.
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_generator0_debug.o ap_generator0.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_texpr0_debug.o ap_texpr0.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_tcons0_debug.o ap_tcons0.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- ap_lincons0.c:40:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
-    40 | ap_lincons0_t ap_lincons0_make_unsat()
-       |                                     ^
-       |                                      void
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_manager_debug.o ap_manager.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_abstract0_debug.o ap_abstract0.c
- 1 warning generated.
- 1 warning generated.
- ap_tcons0.c:37:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
-    37 | ap_tcons0_t ap_tcons0_make_unsat()
-       |                                 ^
-       |                                  void
- 2 warnings generated.
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_policy_debug.o ap_policy.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_generic_debug.o ap_generic.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_var_debug.o ap_var.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_environment_debug.o ap_environment.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_linexpr1_debug.o ap_linexpr1.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_lincons1_debug.o ap_lincons1.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- ap_environment.c:578:45: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
-   578 | ap_environment_t* ap_environment_alloc_empty()
-       |                                             ^
-       |                                              void
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_generator1_debug.o ap_generator1.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_texpr1_debug.o ap_texpr1.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_tcons1_debug.o ap_tcons1.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_abstract1_debug.o ap_abstract1.c
- 1 warning generated.
- 2 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_linearize_debug.o ap_linearize.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_reducedproduct_debug.o ap_reducedproduct.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c -o ap_disjunction_debug.o ap_disjunction.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -DNUM_MPQ -I. -c -o ap_linearize_auxMPQ_debug.o ap_linearize_aux.c -o ap_linearize_auxMPQ_debug.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -DNUM_DOUBLE -I. -c -o ap_linearize_auxD_debug.o ap_linearize_aux.c -o ap_linearize_auxD_debug.o
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -DNUM_MPFR -I. -c -o ap_linearize_auxMPFR_debug.o ap_linearize_aux.c -o ap_linearize_auxMPFR_debug.o
- In file included from ap_linearize_aux.c:17:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 1 warning generated.
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_scalar.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_interval.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- ap_scalar.c:22:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
-    22 | ap_scalar_t* ap_scalar_alloc()
-       |                             ^
-       |                              void
- 3 warnings generated.
- ap_interval.c:22:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
-    22 | ap_interval_t* ap_interval_alloc()
-       |                                 ^
-       |                                  void
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_coeff.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_dimension.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_linexpr0.c
- 1 warning generated.
- 1 warning generated.
- 2 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_lincons0.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_generator0.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- ap_lincons0.c:40:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
-    40 | ap_lincons0_t ap_lincons0_make_unsat()
-       |                                     ^
-       |                                      void
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_texpr0.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_tcons0.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_manager.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_abstract0.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_policy.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- ap_tcons0.c:37:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
-    37 | ap_tcons0_t ap_tcons0_make_unsat()
-       |                                 ^
-       |                                  void
- 2 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_generic.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_var.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_environment.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_linexpr1.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_lincons1.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- ap_environment.c:578:45: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
-   578 | ap_environment_t* ap_environment_alloc_empty()
-       |                                             ^
-       |                                              void
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_generator1.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_texpr1.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_tcons1.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_abstract1.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_linearize.c
- 1 warning generated.
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_reducedproduct.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv -I/usr/local/include -c ap_disjunction.c
- cp ../itv/libitv_debug.a libapron_debug.a
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- /usr/bin/ar rs libapron_debug.a ap_scalar_debug.o ap_interval_debug.o ap_coeff_debug.o ap_dimension_debug.o ap_linexpr0_debug.o ap_lincons0_debug.o ap_generator0_debug.o ap_texpr0_debug.o ap_tcons0_debug.o ap_manager_debug.o ap_abstract0_debug.o ap_policy_debug.o ap_generic_debug.o ap_var_debug.o ap_environment_debug.o ap_linexpr1_debug.o ap_lincons1_debug.o ap_generator1_debug.o ap_texpr1_debug.o ap_tcons1_debug.o ap_abstract1_debug.o ap_linearize_debug.o ap_reducedproduct_debug.o ap_disjunction_debug.o ap_linearize_auxMPQ_debug.o ap_linearize_auxD_debug.o ap_linearize_auxMPFR_debug.o
- 2 warnings generated.
- cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libapron_debug.so ap_scalar_debug.o ap_interval_debug.o ap_coeff_debug.o ap_dimension_debug.o ap_linexpr0_debug.o ap_lincons0_debug.o ap_generator0_debug.o ap_texpr0_debug.o ap_tcons0_debug.o ap_manager_debug.o ap_abstract0_debug.o ap_policy_debug.o ap_generic_debug.o ap_var_debug.o ap_environment_debug.o ap_linexpr1_debug.o ap_lincons1_debug.o ap_generator1_debug.o ap_texpr1_debug.o ap_tcons1_debug.o ap_abstract1_debug.o ap_linearize_debug.o ap_reducedproduct_debug.o ap_disjunction_debug.o ap_linearize_auxMPQ_debug.o ap_linearize_auxD_debug.o ap_linearize_auxMPFR_debug.o	\
- 	../itv/itvIl_debug.o ../itv/itv_linexprIl_debug.o ../itv/itv_linearizeIl_debug.o ../itv/itvIll_debug.o ../itv/itv_linexprIll_debug.o ../itv/itv_linearizeIll_debug.o ../itv/itvRl_debug.o ../itv/itv_linexprRl_debug.o ../itv/itv_linearizeRl_debug.o ../itv/itvRll_debug.o ../itv/itv_linexprRll_debug.o ../itv/itv_linearizeRll_debug.o ../itv/itvMPZ_debug.o ../itv/itv_linexprMPZ_debug.o ../itv/itv_linearizeMPZ_debug.o ../itv/itvMPQ_debug.o ../itv/itv_linexprMPQ_debug.o ../itv/itv_linearizeMPQ_debug.o ../itv/itvD_debug.o ../itv/itv_linexprD_debug.o ../itv/itv_linearizeD_debug.o ../itv/itvMPFR_debug.o ../itv/itv_linexprMPFR_debug.o ../itv/itv_linearizeMPFR_debug.o ../itv/itvDl_debug.o ../itv/itv_linexprDl_debug.o ../itv/itv_linearizeDl_debug.o -L/usr/local/lib -lm -lmpfr -lgmp
- 1 warning generated.
- /usr/bin/ranlib libapron_debug.a
- 1 warning generated.
- 1 warning generated.
- cp ../itv/libitv.a libapron.a
- /usr/bin/ar rs libapron.a ap_scalar.o ap_interval.o ap_coeff.o ap_dimension.o ap_linexpr0.o ap_lincons0.o ap_generator0.o ap_texpr0.o ap_tcons0.o ap_manager.o ap_abstract0.o ap_policy.o ap_generic.o ap_var.o ap_environment.o ap_linexpr1.o ap_lincons1.o ap_generator1.o ap_texpr1.o ap_tcons1.o ap_abstract1.o ap_linearize.o ap_reducedproduct.o ap_disjunction.o ap_linearize_auxMPQ.o ap_linearize_auxD.o ap_linearize_auxMPFR.o
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libapron.so ap_scalar.o ap_interval.o ap_coeff.o ap_dimension.o ap_linexpr0.o ap_lincons0.o ap_generator0.o ap_texpr0.o ap_tcons0.o ap_manager.o ap_abstract0.o ap_policy.o ap_generic.o ap_var.o ap_environment.o ap_linexpr1.o ap_lincons1.o ap_generator1.o ap_texpr1.o ap_tcons1.o ap_abstract1.o ap_linearize.o ap_reducedproduct.o ap_disjunction.o ap_linearize_auxMPQ.o ap_linearize_auxD.o ap_linearize_auxMPFR.o ../itv/itvIl.o ../itv/itv_linexprIl.o ../itv/itv_linearizeIl.o ../itv/itvIll.o ../itv/itv_linexprIll.o ../itv/itv_linearizeIll.o ../itv/itvRl.o ../itv/itv_linexprRl.o ../itv/itv_linearizeRl.o ../itv/itvRll.o ../itv/itv_linexprRll.o ../itv/itv_linearizeRll.o ../itv/itvMPZ.o ../itv/itv_linexprMPZ.o ../itv/itv_linearizeMPZ.o ../itv/itvMPQ.o ../itv/itv_linexprMPQ.o ../itv/itv_linearizeMPQ.o ../itv/itvD.o ../itv/itv_linexprD.o ../itv/itv_linearizeD.o ../itv/itvMPFR.o ../itv/itv_linexprMPFR.o ../itv/itv_linearizeMPFR.o ../itv/itvDl.o ../itv/itv_linexprDl.o ../itv/itv_linearizeDl.o -L/usr/local/lib -lm -lmpfr -lgmp
- /usr/bin/ranlib libapron.a
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apron'
- (cd newpolka; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/newpolka'
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_userMPQ.o pk_user.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_internalMPQ.o pk_internal.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_user.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_internal.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_bitMPQ.o pk_bit.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_satmatMPQ.o pk_satmat.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_vectorMPQ.o pk_vector.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_vector.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_matrixMPQ.o pk_matrix.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_cherniMPQ.o pk_cherni.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_cherni.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_matrix.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_representationMPQ.o pk_representation.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_approximateMPQ.o pk_approximate.c
- In file included from pk_representation.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_constructorMPQ.o pk_constructor.c
- In file included from pk_approximate.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_testMPQ.o pk_test.c
- In file included from pk_constructor.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_test.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_extractMPQ.o pk_extract.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_meetjoinMPQ.o pk_meetjoin.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_extract.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_assignMPQ.o pk_assign.c
- 3 warnings generated.
- In file included from pk_meetjoin.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_projectMPQ.o pk_project.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_resizeMPQ.o pk_resize.c
- In file included from pk_assign.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_project.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- In file included from pk_resize.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_expandfoldMPQ.o pk_expandfold.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_expandfold.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_wideningMPQ.o pk_widening.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_closureMPQ.o pk_closure.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pkeqMPQ.o pkeq.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_userMPQ_debug.o pk_user.c
- In file included from pk_closure.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_internalMPQ_debug.o pk_internal.c
- In file included from pk_widening.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONGIn file included from _MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_bitMPQ_debug.o pk_bit.c
- pkeq.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_user.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_internal.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_satmatMPQ_debug.o pk_satmat.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- 3 warnings generated.
- 3 warnings generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_vectorMPQ_debug.o pk_vector.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_matrixMPQ_debug.o pk_matrix.c
- 
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_cherniMPQ_debug.o pk_cherni.c
- In file included from pk_vector.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_matrix.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_cherni.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_representationMPQ_debug.o pk_representation.c
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_approximateMPQ_debug.o pk_approximate.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_constructorMPQ_debug.o pk_constructor.c
- In file included from pk_representation.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_testMPQ_debug.o pk_test.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_approximate.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_extractMPQ_debug.o pk_extract.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_meetjoinMPQ_debug.o pk_meetjoin.c
- 3 warnings generated.
- In file included from pk_constructor.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_extract.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_test.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_assignMPQ_debug.o pk_assign.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_projectMPQ_debug.o pk_project.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_resizeMPQ_debug.o pk_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_meetjoin.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_assign.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_resize.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_project.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- 3 warnings generated.
- 3 warnings generated.
- 3 warnings generated.
- 3 warnings generated.
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_expandfoldMPQ_debug.o pk_expandfold.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_wideningMPQ_debug.o pk_widening.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from pk_expandfold.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from pk_widening.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pk_closureMPQ_debug.o pk_closure.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o pkeqMPQ_debug.o pkeq.c
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaMPQ.so pk_userMPQ.o pk_internalMPQ.o pk_bitMPQ.o pk_satmatMPQ.o pk_vectorMPQ.o pk_matrixMPQ.o pk_cherniMPQ.o pk_representationMPQ.o pk_approximateMPQ.o pk_constructorMPQ.o pk_testMPQ.o pk_extractMPQ.o pk_meetjoinMPQ.o pk_assignMPQ.o pk_projectMPQ.o pk_resizeMPQ.o pk_expandfoldMPQ.o pk_wideningMPQ.o pk_closureMPQ.o pkeqMPQ.o -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- In file included from pk_closure.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_userRll.o pk_user.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_internalRll.o pk_internal.c
- In file included from pkeq.c:11:
- In file included from ./pk_config.h:15:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_bitRll.o pk_bit.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_satmatRll.o pk_satmat.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_vectorRll.o pk_vector.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_matrixRll.o pk_matrix.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_cherniRll.o pk_cherni.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_representationRll.o pk_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_approximateRll.o pk_approximate.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_constructorRll.o pk_constructor.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_testRll.o pk_test.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_extractRll.o pk_extract.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_meetjoinRll.o pk_meetjoin.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_assignRll.o pk_assign.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_projectRll.o pk_project.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_resizeRll.o pk_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_expandfoldRll.o pk_expandfold.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_wideningRll.o pk_widening.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_closureRll.o pk_closure.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pkeqRll.o pkeq.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_userRll_debug.o pk_user.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_internalRll_debug.o pk_internal.c
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_bitRll_debug.o pk_bit.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_satmatRll_debug.o pk_satmat.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_vectorRll_debug.o pk_vector.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_matrixRll_debug.o pk_matrix.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_cherniRll_debug.o pk_cherni.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_representationRll_debug.o pk_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_approximateRll_debug.o pk_approximate.c
- 1 warning generated.
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_constructorRll_debug.o pk_constructor.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_testRll_debug.o pk_test.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_extractRll_debug.o pk_extract.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_meetjoinRll_debug.o pk_meetjoin.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_assignRll_debug.o pk_assign.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_projectRll_debug.o pk_project.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_resizeRll_debug.o pk_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_expandfoldRll_debug.o pk_expandfold.c
- 1 warning generated.
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_wideningRll_debug.o pk_widening.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_closureRll_debug.o pk_closure.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_LONGLONGRAT -c -o pkeqRll_debug.o pkeq.c
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaRll.so pk_userRll.o pk_internalRll.o pk_bitRll.o pk_satmatRll.o pk_vectorRll.o pk_matrixRll.o pk_cherniRll.o pk_representationRll.o pk_approximateRll.o pk_constructorRll.o pk_testRll.o pk_extractRll.o pk_meetjoinRll.o pk_assignRll.o pk_projectRll.o pk_resizeRll.o pk_expandfoldRll.o pk_wideningRll.o pk_closureRll.o pkeqRll.o -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- /usr/bin/ar rcs libpolkaMPQ.a pk_userMPQ.o pk_internalMPQ.o pk_bitMPQ.o pk_satmatMPQ.o pk_vectorMPQ.o pk_matrixMPQ.o pk_cherniMPQ.o pk_representationMPQ.o pk_approximateMPQ.o pk_constructorMPQ.o pk_testMPQ.o pk_extractMPQ.o pk_meetjoinMPQ.o pk_assignMPQ.o pk_projectMPQ.o pk_resizeMPQ.o pk_expandfoldMPQ.o pk_wideningMPQ.o pk_closureMPQ.o pkeqMPQ.o
- /usr/bin/ar rcs libpolkaMPQ_debug.a pk_userMPQ_debug.o pk_internalMPQ_debug.o pk_bitMPQ_debug.o pk_satmatMPQ_debug.o pk_vectorMPQ_debug.o pk_matrixMPQ_debug.o pk_cherniMPQ_debug.o pk_representationMPQ_debug.o pk_approximateMPQ_debug.o pk_constructorMPQ_debug.o pk_testMPQ_debug.o pk_extractMPQ_debug.o pk_meetjoinMPQ_debug.o pk_assignMPQ_debug.o pk_projectMPQ_debug.o pk_resizeMPQ_debug.o pk_expandfoldMPQ_debug.o pk_wideningMPQ_debug.o pk_closureMPQ_debug.o pkeqMPQ_debug.o
- cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaMPQ_debug.so pk_userMPQ_debug.o pk_internalMPQ_debug.o pk_bitMPQ_debug.o pk_satmatMPQ_debug.o pk_vectorMPQ_debug.o pk_matrixMPQ_debug.o pk_cherniMPQ_debug.o pk_representationMPQ_debug.o pk_approximateMPQ_debug.o pk_constructorMPQ_debug.o pk_testMPQ_debug.o pk_extractMPQ_debug.o pk_meetjoinMPQ_debug.o pk_assignMPQ_debug.o pk_projectMPQ_debug.o pk_resizeMPQ_debug.o pk_expandfoldMPQ_debug.o pk_wideningMPQ_debug.o pk_closureMPQ_debug.o pkeqMPQ_debug.o -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib libpolkaMPQ_debug.a
- 1 warning generated.
- /usr/bin/ranlib libpolkaMPQ.a
- 1 warning generated.
- 1 warning generated.
- /usr/bin/ar rcs libpolkaRll.a pk_userRll.o pk_internalRll.o pk_bitRll.o pk_satmatRll.o pk_vectorRll.o pk_matrixRll.o pk_cherniRll.o pk_representationRll.o pk_approximateRll.o pk_constructorRll.o pk_testRll.o pk_extractRll.o pk_meetjoinRll.o pk_assignRll.o pk_projectRll.o pk_resizeRll.o pk_expandfoldRll.o pk_wideningRll.o pk_closureRll.o pkeqRll.o
- /usr/bin/ar rcs libpolkaRll_debug.a pk_userRll_debug.o pk_internalRll_debug.o pk_bitRll_debug.o pk_satmatRll_debug.o pk_vectorRll_debug.o pk_matrixRll_debug.o pk_cherniRll_debug.o pk_representationRll_debug.o pk_approximateRll_debug.o pk_constructorRll_debug.o pk_testRll_debug.o pk_extractRll_debug.o pk_meetjoinRll_debug.o pk_assignRll_debug.o pk_projectRll_debug.o pk_resizeRll_debug.o pk_expandfoldRll_debug.o pk_wideningRll_debug.o pk_closureRll_debug.o pkeqRll_debug.o
- /usr/bin/ranlib libpolkaRll.a
- /usr/bin/ranlib libpolkaRll_debug.a
- cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaRll_debug.so pk_userRll_debug.o pk_internalRll_debug.o pk_bitRll_debug.o pk_satmatRll_debug.o pk_vectorRll_debug.o pk_matrixRll_debug.o pk_cherniRll_debug.o pk_representationRll_debug.o pk_approximateRll_debug.o pk_constructorRll_debug.o pk_testRll_debug.o pk_extractRll_debug.o pk_meetjoinRll_debug.o pk_assignRll_debug.o pk_projectRll_debug.o pk_resizeRll_debug.o pk_expandfoldRll_debug.o pk_wideningRll_debug.o pk_closureRll_debug.o pkeqRll_debug.o -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/newpolka'
- (cd box; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/box'
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_internalMPQ.o box_internal.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_representationMPQ.o box_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_constructorMPQ.o box_constructor.c
- In file included from box_internal.c:8:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_meetjoinMPQ.o box_meetjoin.c
- In file included from box_representation.c:8:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_assignMPQ.o box_assign.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_resizeMPQ.o box_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- In file included from box_meetjoin.c:8:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for aIn file included from box_constructor.c:8:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40 long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_otheropsMPQ.o box_otherops.c
- 63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from box_assign.c:8:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from box_resize.c:5:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- : warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from box_otherops.c:5:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_policyMPQ.o box_policy.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_internalMPQ_debug.o box_internal.c
- 3 warnings generated.
- In file included from box_policy.c:9:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_representationMPQ_debug.o box_representation.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_constructorMPQ_debug.o box_constructor.c
- In file included from box_internal.c:8:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_meetjoinMPQ_debug.o box_meetjoin.c
- In file included from box_representation.c:8:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- 3 warnings generated.
- In file included from box_constructor.c:8:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_assignMPQ_debug.o box_assign.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- In file included from box_meetjoin.c:8:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- In file included from box_assign.c:8:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_resizeMPQ_debug.o box_resize.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_otheropsMPQ_debug.o box_otherops.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_policyMPQ_debug.o box_policy.c
- In file included from box_resize.c:5:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from box_otherops.c:5:
- In file included from ./box_internal.h:11:
- In file included from ./box_config.h:5:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- In file included from box_policy.c:9:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_internalD.o box_internal.c
- 3 warnings generated.
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_representationD.o box_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_constructorD.o box_constructor.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_meetjoinD.o box_meetjoin.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_assignD.o box_assign.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_resizeD.o box_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_otheropsD.o box_otherops.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_policyD.o box_policy.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_internalD_debug.o box_internal.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_representationD_debug.o box_representation.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_constructorD_debug.o box_constructor.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_meetjoinD_debug.o box_meetjoin.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_assignD_debug.o box_assign.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_resizeD_debug.o box_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_otheropsD_debug.o box_otherops.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o box_policyD_debug.o box_policy.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_internalMPFR.o box_internal.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_representationMPFR.o box_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_constructorMPFR.o box_constructor.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_meetjoinMPFR.o box_meetjoin.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_assignMPFR.o box_assign.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_resizeMPFR.o box_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_otheropsMPFR.o box_otherops.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_policyMPFR.o box_policy.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_internalMPFR_debug.o box_internal.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_representationMPFR_debug.o box_representation.c
- 1 warning generated.
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_constructorMPFR_debug.o box_constructor.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_meetjoinMPFR_debug.o box_meetjoin.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_assignMPFR_debug.o box_assign.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_resizeMPFR_debug.o box_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_otheropsMPFR_debug.o box_otherops.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o box_policyMPFR_debug.o box_policy.c
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPFR.so box_internalMPFR.o box_representationMPFR.o box_constructorMPFR.o box_meetjoinMPFR.o box_assignMPFR.o box_resizeMPFR.o box_otheropsMPFR.o box_policyMPFR.o -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /usr/bin/ar rcs libboxMPQ.a box_internalMPQ.o box_representationMPQ.o box_constructorMPQ.o box_meetjoinMPQ.o box_assignMPQ.o box_resizeMPQ.o box_otheropsMPQ.o box_policyMPQ.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- /usr/bin/ar rcs libboxMPQ_debug.a box_internalMPQ_debug.o box_representationMPQ_debug.o box_constructorMPQ_debug.o box_meetjoinMPQ_debug.o box_assignMPQ_debug.o box_resizeMPQ_debug.o box_otheropsMPQ_debug.o box_policyMPQ_debug.o
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPQ.so box_internalMPQ.o box_representationMPQ.o box_constructorMPQ.o box_meetjoinMPQ.o box_assignMPQ.o box_resizeMPQ.o box_otheropsMPQ.o box_policyMPQ.o -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib libboxMPQ_debug.a
- /usr/bin/ranlib libboxMPQ.a
- cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPQ_debug.so box_internalMPQ_debug.o box_representationMPQ_debug.o box_constructorMPQ_debug.o box_meetjoinMPQ_debug.o box_assignMPQ_debug.o box_resizeMPQ_debug.o box_otheropsMPQ_debug.o box_policyMPQ_debug.o -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- 1 warning generated.
- /usr/bin/ar rcs libboxD.a box_internalD.o box_representationD.o box_constructorD.o box_meetjoinD.o box_assignD.o box_resizeD.o box_otheropsD.o box_policyD.o
- /usr/bin/ar rcs libboxD_debug.a box_internalD_debug.o box_representationD_debug.o box_constructorD_debug.o box_meetjoinD_debug.o box_assignD_debug.o box_resizeD_debug.o box_otheropsD_debug.o box_policyD_debug.o
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxD.so box_internalD.o box_representationD.o box_constructorD.o box_meetjoinD.o box_assignD.o box_resizeD.o box_otheropsD.o box_policyD.o -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib libboxD_debug.a
- /usr/bin/ranlib libboxD.a
- cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxD_debug.so box_internalD_debug.o box_representationD_debug.o box_constructorD_debug.o box_meetjoinD_debug.o box_assignD_debug.o box_resizeD_debug.o box_otheropsD_debug.o box_policyD_debug.o -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ar rcs libboxMPFR.a box_internalMPFR.o box_representationMPFR.o box_constructorMPFR.o box_meetjoinMPFR.o box_assignMPFR.o box_resizeMPFR.o box_otheropsMPFR.o box_policyMPFR.o
- /usr/bin/ranlib libboxMPFR.a
- 1 warning generated.
- /usr/bin/ar rcs libboxMPFR_debug.a box_internalMPFR_debug.o box_representationMPFR_debug.o box_constructorMPFR_debug.o box_meetjoinMPFR_debug.o box_assignMPFR_debug.o box_resizeMPFR_debug.o box_otheropsMPFR_debug.o box_policyMPFR_debug.o
- /usr/bin/ranlib libboxMPFR_debug.a
- cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPFR_debug.so box_internalMPFR_debug.o box_representationMPFR_debug.o box_constructorMPFR_debug.o box_meetjoinMPFR_debug.o box_assignMPFR_debug.o box_resizeMPFR_debug.o box_otheropsMPFR_debug.o box_policyMPFR_debug.o -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/box'
- (cd octagons; /usr/local/bin/gmake MPQ D)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/octagons'
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_hmatMPQ.o oct_hmat.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_printMPQ.o oct_print.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_transferMPQ.o oct_transfer.c
- In file included from oct_hmat.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from oct_print.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from oct_transfer.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_closureMPQ.o oct_closure.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_naryMPQ.o oct_nary.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_representationMPQ.o oct_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from oct_closure.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from oct_nary.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- In file included from oct_representation.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_predicateMPQ.o oct_predicate.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- In file included from oct_predicate.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_resizeMPQ.o oct_resize.c
- 3 warnings generated.
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_hmatMPQ_debug.o oct_hmat.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_printMPQ_debug.o oct_print.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from oct_resize.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from oct_hmat.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_transferMPQ_debug.o oct_transfer.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_closureMPQ_debug.o oct_closure.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from oct_transfer.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=Lwarning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_naryMPQ_debug.o oct_nary.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from oct_print.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- ONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from oct_nary.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from oct_closure.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_representationMPQ_debug.o oct_representation.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_predicateMPQ_debug.o oct_predicate.c
- In file included from oct_representation.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_resizeMPQ_debug.o oct_resize.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o oct_testMPQ.o oct_test.c
- In file included from oct_predicate.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_hmatD.o oct_hmat.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- In file included from oct_resize.c:20:
- In file included from ./oct_internal.h:23:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_printD.o oct_print.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_transferD.o oct_transfer.c
- 3 warnings generated.
- 3 warnings generated.
- In file included from oct_test.c:33:
- In file included from ./oct_fun.h:32:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_closureD.o oct_closure.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_naryD.o oct_nary.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_representationD.o oct_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_predicateD.o oct_predicate.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_resizeD.o oct_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_hmatD_debug.o oct_hmat.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_printD_debug.o oct_print.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_transferD_debug.o oct_transfer.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_closureD_debug.o oct_closure.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_naryD_debug.o oct_nary.c
- 1 warning generated.
- 1 warning generated.
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_representationD_debug.o oct_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_predicateD_debug.o oct_predicate.c
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_resizeD_debug.o oct_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o oct_testD.o oct_test.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctD.so oct_hmatD.o oct_printD.o oct_transferD.o oct_closureD.o oct_naryD.o oct_representationD.o oct_predicateD.o oct_resizeD.o -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- 1 warning generated.
- 3 warnings generated.
- /usr/bin/ar rcs liboctMPQ.a oct_hmatMPQ.o oct_printMPQ.o oct_transferMPQ.o oct_closureMPQ.o oct_naryMPQ.o oct_representationMPQ.o oct_predicateMPQ.o oct_resizeMPQ.o
- /usr/bin/ar rcs liboctMPQ_debug.a oct_hmatMPQ_debug.o oct_printMPQ_debug.o oct_transferMPQ_debug.o oct_closureMPQ_debug.o oct_naryMPQ_debug.o oct_representationMPQ_debug.o oct_predicateMPQ_debug.o oct_resizeMPQ_debug.o
- 1 warning generated.
- /usr/bin/ranlib liboctMPQ.a
- 1 warning generated.
- /usr/bin/ranlib liboctMPQ_debug.a
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctMPQ_debug.so oct_hmatMPQ_debug.o oct_printMPQ_debug.o oct_transferMPQ_debug.o oct_closureMPQ_debug.o oct_naryMPQ_debug.o oct_representationMPQ_debug.o oct_predicateMPQ_debug.o oct_resizeMPQ_debug.o -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctMPQ.so oct_hmatMPQ.o oct_printMPQ.o oct_transferMPQ.o oct_closureMPQ.o oct_naryMPQ.o oct_representationMPQ.o oct_predicateMPQ.o oct_resizeMPQ.o -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /usr/bin/ar rcs liboctD.a oct_hmatD.o oct_printD.o oct_transferD.o oct_closureD.o oct_naryD.o oct_representationD.o oct_predicateD.o oct_resizeD.o
- /usr/bin/ranlib liboctD.a
- cc -o octtestMPQ oct_testMPQ.o \
- 	-L. -loctMPQ_debug -L../newpolka -lpolkaMPQ_debug \
- 	-L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99
- 1 warning generated.
- /usr/bin/ar rcs liboctD_debug.a oct_hmatD_debug.o oct_printD_debug.o oct_transferD_debug.o oct_closureD_debug.o oct_naryD_debug.o oct_representationD_debug.o oct_predicateD_debug.o oct_resizeD_debug.o
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctD_debug.so oct_hmatD_debug.o oct_printD_debug.o oct_transferD_debug.o oct_closureD_debug.o oct_naryD_debug.o oct_representationD_debug.o oct_predicateD_debug.o oct_resizeD_debug.o -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib liboctD_debug.a
- 1 warning generated.
- cc -o octtestD oct_testD.o \
- 	-L. -loctD_debug -L../newpolka -lpolkaMPQ_debug \
- 	-L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/octagons'
- (cd taylor1plus; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/taylor1plus'
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_internalMPQ.o t1p_internal.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_representationMPQ.o t1p_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from t1p_internal.c:18:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_constructorMPQ.o t1p_constructor.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from t1p_representation.c:12:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_meetjoinMPQ.o t1p_meetjoin.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from t1p_constructor.c:8:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from t1p_meetjoin.c:11:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_assignMPQ.o t1p_assign.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_resizeMPQ.o t1p_resize.c
- In file included from t1p_assign.c:11:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_otheropsMPQ.o t1p_otherops.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from t1p_resize.c:8:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_funMPQ.o t1p_fun.c
- In file included from t1p_otherops.c:8:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from t1p_fun.c:9:
- In file included from ../itv/itv_linearize.h:8:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_itv_utilsMPQ.o t1p_itv_utils.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_internalMPQ_debug.o t1p_internal.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from t1p_itv_utils.c:8:
- In file included from ./t1p_itv_utils.h:13:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from t1p_internal.c:18:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_representationMPQ_debug.o t1p_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_constructorMPQ_debug.o t1p_constructor.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- In file included from t1p_representation.c:12:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_meetjoinMPQ_debug.o t1p_meetjoin.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from t1p_constructor.c:8:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from t1p_meetjoin.c:11:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_assignMPQ_debug.o t1p_assign.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- 3 warnings generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_resizeMPQ_debug.o t1p_resize.c
- In file included from t1p_assign.c:11:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_otheropsMPQ_debug.o t1p_otherops.c
- In file included from t1p_resize.c:8:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- In file included from t1p_otherops.c:8:
- In file included from ./t1p_internal.h:18:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __Lcc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_funMPQ_debug.o t1p_fun.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_itv_utilsMPQ_debug.o t1p_itv_utils.c
- ONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from t1p_fun.c:9:
- In file included from ../itv/itv_linearize.h:8:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_internalD.o t1p_internal.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from t1p_itv_utils.c:8:
- In file included from ./t1p_itv_utils.h:13:
- In file included from ../itv/itv.h:9:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_representationD.o t1p_representation.c
- 3 warnings generated.
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_constructorD.o t1p_constructor.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_meetjoinD.o t1p_meetjoin.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_assignD.o t1p_assign.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_resizeD.o t1p_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_otheropsD.o t1p_otherops.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_funD.o t1p_fun.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_itv_utilsD.o t1p_itv_utils.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_internalD_debug.o t1p_internal.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_representationD_debug.o t1p_representation.c
- 1 warning generated.
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_constructorD_debug.o t1p_constructor.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_meetjoinD_debug.o t1p_meetjoin.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_assignD_debug.o t1p_assign.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_resizeD_debug.o t1p_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_otheropsD_debug.o t1p_otherops.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_funD_debug.o t1p_fun.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o t1p_itv_utilsD_debug.o t1p_itv_utils.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_internalMPFR.o t1p_internal.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_representationMPFR.o t1p_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_constructorMPFR.o t1p_constructor.c
- 1 warning generated.
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_meetjoinMPFR.o t1p_meetjoin.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_assignMPFR.o t1p_assign.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_resizeMPFR.o t1p_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_otheropsMPFR.o t1p_otherops.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_funMPFR.o t1p_fun.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_itv_utilsMPFR.o t1p_itv_utils.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_internalMPFR_debug.o t1p_internal.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_representationMPFR_debug.o t1p_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_constructorMPFR_debug.o t1p_constructor.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_meetjoinMPFR_debug.o t1p_meetjoin.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_assignMPFR_debug.o t1p_assign.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_resizeMPFR_debug.o t1p_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_otheropsMPFR_debug.o t1p_otherops.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_funMPFR_debug.o t1p_fun.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPFR -c -o t1p_itv_utilsMPFR_debug.o t1p_itv_utils.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- /usr/bin/ar rcs libt1pMPQ.a t1p_internalMPQ.o t1p_representationMPQ.o t1p_constructorMPQ.o t1p_meetjoinMPQ.o t1p_assignMPQ.o t1p_resizeMPQ.o t1p_otheropsMPQ.o t1p_funMPQ.o t1p_itv_utilsMPQ.o
- 1 warning generated.
- 1 warning generated.
- /usr/bin/ar rcs libt1pMPQ_debug.a t1p_internalMPQ_debug.o t1p_representationMPQ_debug.o t1p_constructorMPQ_debug.o t1p_meetjoinMPQ_debug.o t1p_assignMPQ_debug.o t1p_resizeMPQ_debug.o t1p_otheropsMPQ_debug.o t1p_funMPQ_debug.o t1p_itv_utilsMPQ_debug.o
- /usr/bin/ranlib libt1pMPQ.a
- 1 warning generated.
- cc -shared  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libt1pMPQ.so t1p_internalMPQ.o t1p_representationMPQ.o t1p_constructorMPQ.o t1p_meetjoinMPQ.o t1p_assignMPQ.o t1p_resizeMPQ.o t1p_otheropsMPQ.o t1p_funMPQ.o t1p_itv_utilsMPQ.o -L../apron   -L/usr/local/lib -L../box -L../newpolka -lboxMPQ -lpolkaMPQ -lapron -lgmpxx -lmpfr -lgmp -lm
- cc -shared  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG  -o libt1pMPQ_debug.so t1p_internalMPQ_debug.o t1p_representationMPQ_debug.o t1p_constructorMPQ_debug.o t1p_meetjoinMPQ_debug.o t1p_assignMPQ_debug.o t1p_resizeMPQ_debug.o t1p_otheropsMPQ_debug.o t1p_funMPQ_debug.o t1p_itv_utilsMPQ_debug.o -L../apron   -L/usr/local/lib -L../box -L../newpolka -lboxMPQ_debug -lpolkaMPQ_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /usr/bin/ranlib libt1pMPQ_debug.a
- /usr/bin/ar rcs libt1pD.a t1p_internalD.o t1p_representationD.o t1p_constructorD.o t1p_meetjoinD.o t1p_assignD.o t1p_resizeD.o t1p_otheropsD.o t1p_funD.o t1p_itv_utilsD.o
- 1 warning generated.
- /usr/bin/ar rcs libt1pD_debug.a t1p_internalD_debug.o t1p_representationD_debug.o t1p_constructorD_debug.o t1p_meetjoinD_debug.o t1p_assignD_debug.o t1p_resizeD_debug.o t1p_otheropsD_debug.o t1p_funD_debug.o t1p_itv_utilsD_debug.o
- 1 warning generated.
- /usr/bin/ranlib libt1pD.a
- cc -shared  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libt1pD.so t1p_internalD.o t1p_representationD.o t1p_constructorD.o t1p_meetjoinD.o t1p_assignD.o t1p_resizeD.o t1p_otheropsD.o t1p_funD.o t1p_itv_utilsD.o -L../apron   -L/usr/local/lib -L../box -L../newpolka -lboxD -lpolkaMPQ -lapron -lgmpxx -lmpfr -lgmp -lm
- /usr/bin/ranlib libt1pD_debug.a
- cc -shared  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG  -o libt1pD_debug.so t1p_internalD_debug.o t1p_representationD_debug.o t1p_constructorD_debug.o t1p_meetjoinD_debug.o t1p_assignD_debug.o t1p_resizeD_debug.o t1p_otheropsD_debug.o t1p_funD_debug.o t1p_itv_utilsD_debug.o -L../apron   -L/usr/local/lib -L../box -L../newpolka -lboxD_debug -lpolkaMPQ_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /usr/bin/ar rcs libt1pMPFR_debug.a t1p_internalMPFR_debug.o t1p_representationMPFR_debug.o t1p_constructorMPFR_debug.o t1p_meetjoinMPFR_debug.o t1p_assignMPFR_debug.o t1p_resizeMPFR_debug.o t1p_otheropsMPFR_debug.o t1p_funMPFR_debug.o t1p_itv_utilsMPFR_debug.o
- /usr/bin/ranlib libt1pMPFR_debug.a
- cc -shared  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG  -o libt1pMPFR_debug.so t1p_internalMPFR_debug.o t1p_representationMPFR_debug.o t1p_constructorMPFR_debug.o t1p_meetjoinMPFR_debug.o t1p_assignMPFR_debug.o t1p_resizeMPFR_debug.o t1p_otheropsMPFR_debug.o t1p_funMPFR_debug.o t1p_itv_utilsMPFR_debug.o -L../apron   -L/usr/local/lib -L../box -L../newpolka -lboxMPFR_debug -lpolkaMPQ_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- 1 warning generated.
- /usr/bin/ar rcs libt1pMPFR.a t1p_internalMPFR.o t1p_representationMPFR.o t1p_constructorMPFR.o t1p_meetjoinMPFR.o t1p_assignMPFR.o t1p_resizeMPFR.o t1p_otheropsMPFR.o t1p_funMPFR.o t1p_itv_utilsMPFR.o
- cc -shared  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libt1pMPFR.so t1p_internalMPFR.o t1p_representationMPFR.o t1p_constructorMPFR.o t1p_meetjoinMPFR.o t1p_assignMPFR.o t1p_resizeMPFR.o t1p_otheropsMPFR.o t1p_funMPFR.o t1p_itv_utilsMPFR.o -L../apron   -L/usr/local/lib -L../box -L../newpolka -lboxMPFR -lpolkaMPQ -lapron -lgmpxx -lmpfr -lgmp -lm
- /usr/bin/ranlib libt1pMPFR.a
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/taylor1plus'
- (cd avoct; /usr/local/bin/gmake MPQ D)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/avoct'
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_hmatMPQ.o avo_hmat.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_printMPQ.o avo_print.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_transferMPQ.o avo_transfer.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from avo_hmat.c:17:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_closureMPQ.o avo_closure.c
- In file included from avo_print.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from avo_transfer.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_naryMPQ.o avo_nary.c
- 3 warnings generated.
- In file included from avo_closure.c:17:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_representationMPQ.o avo_representation.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_predicateMPQ.o avo_predicate.c
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_resizeMPQ.o avo_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from avo_nary.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_hmatMPQ_debug.o avo_hmat.c
- In file included from avo_predicate.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from avo_representation.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from avo_resize.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from avo_hmat.c:17:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_printMPQ_debug.o avo_print.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_transferMPQ_debug.o avo_transfer.c
- In file included from avo_print.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_closureMPQ_debug.o avo_closure.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- In file included from avo_transfer.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_naryMPQ_debug.o avo_nary.c
- In file included from avo_closure.c:17:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_representationMPQ_debug.o avo_representation.c
- 3 warnings generated.
- In file included from avo_nary.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_predicateMPQ_debug.o avo_predicate.c
- 3 warnings generated.
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_resizeMPQ_debug.o avo_resize.c
- 3 warnings generated.
- In file included from avo_predicate.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- In file included from avo_representation.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o avo_testMPQ.o avo_test.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from avo_resize.c:18:
- In file included from ./avo_internal.h:21:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_hmatD.o avo_hmat.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_printD.o avo_print.c
- In file included from avo_test.c:26:
- In file included from ./avo_fun.h:27:
- In file included from ../num/num.h:27:
- In file included from ../num/num_numrat.h:27:
- In file included from ../num/numrat.h:20:
- ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                                      ~~^~~~~~~~~
- ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
-   350 |   return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
-       |                 ~~^~~~~~~~
- /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
-    62 | #define LONG_MAX        __LONG_MAX      /* max for a long */
-       |                         ^~~~~~~~~~
- /usr/include/x86/_limits.h:63:20: note: expanded from macro '__LONG_MAX'
-    63 | #define __LONG_MAX      0x7fffffffffffffff      /* max for a long */
-       |                         ^~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_transferD.o avo_transfer.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_closureD.o avo_closure.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_naryD.o avo_nary.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_representationD.o avo_representation.c
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_predicateD.o avo_predicate.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_resizeD.o avo_resize.c
- 3 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_hmatD_debug.o avo_hmat.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_printD_debug.o avo_print.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_transferD_debug.o avo_transfer.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_closureD_debug.o avo_closure.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_naryD_debug.o avo_nary.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_representationD_debug.o avo_representation.c
- 1 warning generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_predicateD_debug.o avo_predicate.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_resizeD_debug.o avo_resize.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_DOUBLE -c -o avo_testD.o avo_test.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 1 warning generated.
- /usr/bin/ar rcs libavoMPQ.a avo_hmatMPQ.o avo_printMPQ.o avo_transferMPQ.o avo_closureMPQ.o avo_naryMPQ.o avo_representationMPQ.o avo_predicateMPQ.o avo_resizeMPQ.o
- /usr/bin/ranlib libavoMPQ.a
- /usr/bin/ar rcs libavoMPQ_debug.a avo_hmatMPQ_debug.o avo_printMPQ_debug.o avo_transferMPQ_debug.o avo_closureMPQ_debug.o avo_naryMPQ_debug.o avo_representationMPQ_debug.o avo_predicateMPQ_debug.o avo_resizeMPQ_debug.o
- /usr/bin/ranlib libavoMPQ_debug.a
- 1 warning generated.
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libavoMPQ_debug.so avo_hmatMPQ_debug.o avo_printMPQ_debug.o avo_transferMPQ_debug.o avo_closureMPQ_debug.o avo_naryMPQ_debug.o avo_representationMPQ_debug.o avo_predicateMPQ_debug.o avo_resizeMPQ_debug.o -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libavoMPQ.so avo_hmatMPQ.o avo_printMPQ.o avo_transferMPQ.o avo_closureMPQ.o avo_naryMPQ.o avo_representationMPQ.o avo_predicateMPQ.o avo_resizeMPQ.o -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /usr/bin/ar rcs libavoD.a avo_hmatD.o avo_printD.o avo_transferD.o avo_closureD.o avo_naryD.o avo_representationD.o avo_predicateD.o avo_resizeD.o
- /usr/bin/ranlib libavoD.a
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libavoD.so avo_hmatD.o avo_printD.o avo_transferD.o avo_closureD.o avo_naryD.o avo_representationD.o avo_predicateD.o avo_resizeD.o -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- 1 warning generated.
- cc -o avotestMPQ avo_testMPQ.o \
- 	-L. -lavoMPQ_debug \
- 	-L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99
- 1 warning generated.
- 1 warning generated.
- 1 warning generated.
- /usr/bin/ar rcs libavoD_debug.a avo_hmatD_debug.o avo_printD_debug.o avo_transferD_debug.o avo_closureD_debug.o avo_naryD_debug.o avo_representationD_debug.o avo_predicateD_debug.o avo_resizeD_debug.o
- cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libavoD_debug.so avo_hmatD_debug.o avo_printD_debug.o avo_transferD_debug.o avo_closureD_debug.o avo_naryD_debug.o avo_representationD_debug.o avo_predicateD_debug.o avo_resizeD_debug.o -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib libavoD_debug.a
- 1 warning generated.
- cc -o avotestD avo_testD.o \
- 	-L. -lavoD_debug \
- 	-L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/avoct'
- /usr/bin/sed -e "s!@VERSION@!"0.9.14"!g;" mlapronidl/META.in > mlapronidl/META;
- /usr/bin/sed -e '/^[[:space:]]*archive(byte)/ { p; s ) ,plugin) ;}' -i.bak mlapronidl/META;
- test -f mlapronidl/META.bak && rm -f mlapronidl/META.bak
- (cd mlapronidl; /usr/local/bin/gmake INCLUDE_DEPEND=no depend; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/mlapronidl'
- mkdir -p tmp
- /home/opam/.opam/4.14.2/bin/ocamlyacc apron_parser.mly
- /home/opam/.opam/4.14.2/bin/ocamllex apron_lexer.mll
- cp scalar.idl tmp/scalar.idl
- 118 states, 2303 transitions, table size 9920 bytes
- cp interval.idl tmp/interval.idl
- cp coeff.idl tmp/coeff.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/interval.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/coeff.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/scalar.idl
- cp dim.idl tmp/dim.idl
- cp linexpr0.idl tmp/linexpr0.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/dim.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/linexpr0.idl
- perl perlscript_c.pl < tmp/scalar_stubs.c >scalar_caml.c
- perl perlscript_c.pl < tmp/coeff_stubs.c >coeff_caml.c
- perl perlscript_c.pl < tmp/interval_stubs.c >interval_caml.c
- perl perlscript_caml.pl < tmp/coeff.ml >coeff.ml;
- perl perlscript_caml.pl < tmp/scalar.ml >scalar.ml;
- perl perlscript_c.pl < tmp/dim_stubs.c >dim_caml.c
- perl perlscript_caml.pl < tmp/coeff.mli >coeff.mli
- perl perlscript_caml.pl < tmp/scalar.mli >scalar.mli
- perl perlscript_caml.pl < tmp/dim.ml >dim.ml;
- perl perlscript_caml.pl < tmp/interval.ml >interval.ml;
- cp lincons0.idl tmp/lincons0.idl
- perl perlscript_caml.pl < tmp/dim.mli >dim.mli
- cp generator0.idl tmp/generator0.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/lincons0.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/generator0.idl
- perl perlscript_caml.pl < tmp/interval.mli >interval.mli
- cp texpr0.idl tmp/texpr0.idl
- cp tcons0.idl tmp/tcons0.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/texpr0.idl
- perl perlscript_c.pl < tmp/linexpr0_stubs.c >linexpr0_caml.c
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/tcons0.idl
- cp manager.idl tmp/manager.idl
- cp abstract0.idl tmp/abstract0.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/manager.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/abstract0.idl
- perl perlscript_caml.pl < tmp/linexpr0.ml >linexpr0.ml;
- perl perlscript_c.pl < tmp/generator0_stubs.c >generator0_caml.c
- perl perlscript_c.pl < tmp/manager_stubs.c >manager_caml.c
- perl perlscript_caml.pl < tmp/linexpr0.mli >linexpr0.mli
- perl perlscript_c.pl < tmp/texpr0_stubs.c >texpr0_caml.c
- perl perlscript_caml.pl < tmp/manager.ml >manager.ml;
- perl perlscript_caml.pl < tmp/texpr0.ml >texpr0.ml;
- perl perlscript_caml.pl < tmp/generator0.ml >generator0.ml;
- perl perlscript_caml.pl < tmp/manager.mli >manager.mli
- perl perlscript_c.pl < tmp/tcons0_stubs.c >tcons0_caml.c
- perl perlscript_caml.pl < tmp/texpr0.mli >texpr0.mli
- perl perlscript_caml.pl < tmp/tcons0.ml >tcons0.ml;
- perl perlscript_caml.pl < tmp/generator0.mli >generator0.mli
- perl perlscript_caml.pl < tmp/tcons0.mli >tcons0.mli
- perl perlscript_c.pl < tmp/lincons0_stubs.c >lincons0_caml.c
- cp var.idl tmp/var.idl
- perl perlscript_caml.pl < tmp/lincons0.ml >lincons0.ml;
- perl perlscript_c.pl < tmp/abstract0_stubs.c >abstract0_caml.c
- cp environment.idl tmp/environment.idl
- perl perlscript_caml.pl < tmp/abstract0.ml >abstract0.ml;
- perl perlscript_caml.pl < tmp/lincons0.mli >lincons0.mli
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/environment.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/var.idl
- cp linexpr1.idl tmp/linexpr1.idl
- cp lincons1.idl tmp/lincons1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/linexpr1.idl
- perl perlscript_caml.pl < tmp/abstract0.mli >abstract0.mli
- cp generator1.idl tmp/generator1.idl
- cp texpr1.idl tmp/texpr1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/lincons1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/texpr1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/generator1.idl
- cp tcons1.idl tmp/tcons1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/tcons1.idl
- perl perlscript_c.pl < tmp/var_stubs.c >var_caml.c
- perl perlscript_caml.pl < tmp/var.ml >var.ml;
- perl perlscript_caml.pl < tmp/var.mli >var.mli
- cp abstract1.idl tmp/abstract1.idl
- perl perlscript_c.pl < tmp/linexpr1_stubs.c >linexpr1_caml.c
- perl perlscript_caml.pl < tmp/linexpr1.ml >linexpr1.ml;
- perl perlscript_c.pl < tmp/environment_stubs.c >environment_caml.c
- perl perlscript_caml.pl < tmp/linexpr1.mli >linexpr1.mli
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/abstract1.idl
- perl perlscript_caml.pl < tmp/environment.ml >environment.ml;
- perl perlscript_caml.pl < tmp/environment.mli >environment.mli
- cp policy.idl tmp/policy.idl
- cp disjunction.idl tmp/disjunction.idl
- perl perlscript_c.pl < tmp/lincons1_stubs.c >lincons1_caml.c
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/disjunction.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/policy.idl
- perl perlscript_c.pl < tmp/texpr1_stubs.c >texpr1_caml.c
- perl perlscript_caml.pl < tmp/lincons1.ml >lincons1.ml;
- perl perlscript_caml.pl < tmp/texpr1.ml >texpr1.ml;
- perl perlscript_caml.pl < tmp/lincons1.mli >lincons1.mli
- perl perlscript_c.pl < tmp/generator1_stubs.c >generator1_caml.c
- cp version.idl tmp/version.idl
- perl perlscript_caml.pl < tmp/generator1.ml >generator1.ml;
- perl perlscript_caml.pl < tmp/texpr1.mli >texpr1.mli
- perl perlscript_c.pl < tmp/tcons1_stubs.c >tcons1_caml.c
- perl perlscript_caml.pl < tmp/generator1.mli >generator1.mli
- perl perlscript_caml.pl < tmp/tcons1.ml >tcons1.ml;
- perl perlscript_caml.pl < tmp/tcons1.mli >tcons1.mli
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/version.idl
- perl perlscript_c.pl < tmp/disjunction_stubs.c >disjunction_caml.c
- perl perlscript_c.pl < tmp/version_stubs.c >version_caml.c
- perl perlscript_caml.pl < tmp/version.ml >version.ml;
- perl perlscript_caml.pl < tmp/disjunction.ml >disjunction.ml;
- perl perlscript_caml.pl < tmp/version.mli >version.mli
- perl perlscript_caml.pl < tmp/disjunction.mli >disjunction.mli
- perl perlscript_c.pl < tmp/abstract1_stubs.c >abstract1_caml.c
- perl perlscript_caml.pl < tmp/abstract1.ml >abstract1.ml;
- perl perlscript_caml.pl < tmp/abstract1.mli >abstract1.mli
- perl perlscript_c.pl < tmp/policy_stubs.c >policy_caml.c
- perl perlscript_caml.pl < tmp/policy.ml >policy.ml;
- perl perlscript_caml.pl < tmp/policy.mli >policy.mli
- /home/opam/.opam/4.14.2/bin/ocamldep scalar.ml interval.ml coeff.ml dim.ml linexpr0.ml lincons0.ml generator0.ml texpr0.ml tcons0.ml manager.ml abstract0.ml var.ml environment.ml linexpr1.ml lincons1.ml generator1.ml texpr1.ml tcons1.ml abstract1.ml policy.ml disjunction.ml version.ml apron_parser.ml apron_lexer.ml parser.ml scalar.mli interval.mli coeff.mli dim.mli linexpr0.mli lincons0.mli generator0.mli texpr0.mli tcons0.mli manager.mli abstract0.mli var.mli environment.mli linexpr1.mli lincons1.mli generator1.mli texpr1.mli tcons1.mli abstract1.mli policy.mli disjunction.mli version.mli apron_parser.mli apron_lexer.mli parser.mli > depend
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/mlapronidl'
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/mlapronidl'
- cp scalar.idl tmp/scalar.idl
- cp interval.idl tmp/interval.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/scalar.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/interval.idl
- perl perlscript_c.pl < tmp/scalar_stubs.c >scalar_caml.c
- perl perlscript_c.pl < tmp/interval_stubs.c >interval_caml.c
- perl perlscript_caml.pl < tmp/scalar.ml >scalar.ml;
- perl perlscript_caml.pl < tmp/interval.ml >interval.ml;
- cp coeff.idl tmp/coeff.idl
- perl perlscript_caml.pl < tmp/scalar.mli >scalar.mli
- perl perlscript_caml.pl < tmp/interval.mli >interval.mli
- cp dim.idl tmp/dim.idl
- cp linexpr0.idl tmp/linexpr0.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/dim.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/coeff.idl
- cp lincons0.idl tmp/lincons0.idl
- perl perlscript_c.pl < tmp/dim_stubs.c >dim_caml.c
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/lincons0.idl
- perl perlscript_caml.pl < tmp/dim.ml >dim.ml;
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/linexpr0.idl
- cp generator0.idl tmp/generator0.idl
- perl perlscript_caml.pl < tmp/dim.mli >dim.mli
- cp texpr0.idl tmp/texpr0.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/generator0.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/texpr0.idl
- cp tcons0.idl tmp/tcons0.idl
- perl perlscript_c.pl < tmp/coeff_stubs.c >coeff_caml.c
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/tcons0.idl
- perl perlscript_caml.pl < tmp/coeff.ml >coeff.ml;
- perl perlscript_c.pl < tmp/linexpr0_stubs.c >linexpr0_caml.c
- perl perlscript_caml.pl < tmp/coeff.mli >coeff.mli
- perl perlscript_c.pl < tmp/texpr0_stubs.c >texpr0_caml.c
- perl perlscript_caml.pl < tmp/linexpr0.ml >linexpr0.ml;
- perl perlscript_c.pl < tmp/lincons0_stubs.c >lincons0_caml.c
- perl perlscript_caml.pl < tmp/linexpr0.mli >linexpr0.mli
- perl perlscript_caml.pl < tmp/texpr0.ml >texpr0.ml;
- perl perlscript_caml.pl < tmp/lincons0.ml >lincons0.ml;
- perl perlscript_c.pl < tmp/generator0_stubs.c >generator0_caml.c
- cp manager.idl tmp/manager.idl
- perl perlscript_caml.pl < tmp/generator0.ml >generator0.ml;
- perl perlscript_caml.pl < tmp/lincons0.mli >lincons0.mli
- perl perlscript_caml.pl < tmp/texpr0.mli >texpr0.mli
- cp abstract0.idl tmp/abstract0.idl
- perl perlscript_caml.pl < tmp/generator0.mli >generator0.mli
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/manager.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/abstract0.idl
- cp var.idl tmp/var.idl
- cp environment.idl tmp/environment.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/var.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/environment.idl
- perl perlscript_c.pl < tmp/var_stubs.c >var_caml.c
- perl perlscript_c.pl < tmp/manager_stubs.c >manager_caml.c
- perl perlscript_caml.pl < tmp/var.ml >var.ml;
- perl perlscript_c.pl < tmp/abstract0_stubs.c >abstract0_caml.c
- perl perlscript_caml.pl < tmp/var.mli >var.mli
- perl perlscript_c.pl < tmp/environment_stubs.c >environment_caml.c
- perl perlscript_caml.pl < tmp/abstract0.ml >abstract0.ml;
- perl perlscript_caml.pl < tmp/environment.ml >environment.ml;
- perl perlscript_caml.pl < tmp/abstract0.mli >abstract0.mli
- perl perlscript_caml.pl < tmp/manager.ml >manager.ml;
- perl perlscript_c.pl < tmp/tcons0_stubs.c >tcons0_caml.c
- perl perlscript_caml.pl < tmp/environment.mli >environment.mli
- perl perlscript_caml.pl < tmp/tcons0.ml >tcons0.ml;
- perl perlscript_caml.pl < tmp/manager.mli >manager.mli
- cp linexpr1.idl tmp/linexpr1.idl
- cp lincons1.idl tmp/lincons1.idl
- cp generator1.idl tmp/generator1.idl
- cp texpr1.idl tmp/texpr1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/lincons1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/generator1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/texpr1.idl
- perl perlscript_caml.pl < tmp/tcons0.mli >tcons0.mli
- cp tcons1.idl tmp/tcons1.idl
- cp abstract1.idl tmp/abstract1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/tcons1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/linexpr1.idl
- cp disjunction.idl tmp/disjunction.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/abstract1.idl
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/disjunction.idl
- perl perlscript_c.pl < tmp/lincons1_stubs.c >lincons1_caml.c
- perl perlscript_c.pl < tmp/texpr1_stubs.c >texpr1_caml.c
- perl perlscript_caml.pl < tmp/lincons1.ml >lincons1.ml;
- perl perlscript_caml.pl < tmp/texpr1.ml >texpr1.ml;
- perl perlscript_caml.pl < tmp/texpr1.mli >texpr1.mli
- perl perlscript_caml.pl < tmp/lincons1.mli >lincons1.mli
- cp version.idl tmp/version.idl
- perl perlscript_c.pl < tmp/generator1_stubs.c >generator1_caml.c
- /home/opam/.opam/4.14.2/bin/camlidl -no-include -prepro "perl macros.pl" tmp/version.idl
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c apron_caml.c -o apron_caml.o
- perl perlscript_caml.pl < tmp/generator1.ml >generator1.ml;
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from apron_caml.c:11:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- perl perlscript_c.pl < tmp/version_stubs.c >version_caml.c
- perl perlscript_caml.pl < tmp/generator1.mli >generator1.mli
- perl perlscript_caml.pl < tmp/version.ml >version.ml;
- perl perlscript_caml.pl < tmp/version.mli >version.mli
- perl perlscript_c.pl < tmp/disjunction_stubs.c >disjunction_caml.c
- perl perlscript_c.pl < tmp/linexpr1_stubs.c >linexpr1_caml.c
- perl perlscript_caml.pl < tmp/linexpr1.ml >linexpr1.ml;
- perl perlscript_caml.pl < tmp/disjunction.ml >disjunction.ml;
- perl perlscript_caml.pl < tmp/linexpr1.mli >linexpr1.mli
- perl perlscript_c.pl < tmp/abstract1_stubs.c >abstract1_caml.c
- perl perlscript_c.pl < tmp/tcons1_stubs.c >tcons1_caml.c
- perl perlscript_caml.pl < tmp/disjunction.mli >disjunction.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c scalar_caml.c -o scalar_caml.o
- perl perlscript_caml.pl < tmp/tcons1.ml >tcons1.ml;
- perl perlscript_caml.pl < tmp/abstract1.ml >abstract1.ml;
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- perl perlscript_caml.pl < tmp/tcons1.mli >tcons1.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c interval_caml.c -o interval_caml.o
- perl perlscript_caml.pl < tmp/abstract1.mli >abstract1.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c coeff_caml.c -o coeff_caml.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from scalar_caml.c:22:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c dim_caml.c -o dim_caml.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from interval_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c linexpr0_caml.c -o linexpr0_caml.o
- In file included from coeff_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c lincons0_caml.c -o lincons0_caml.o
- In file included from dim_caml.c:22:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c generator0_caml.c -o generator0_caml.o
- 2 warnings generated.
- In file included from linexpr0_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c texpr0_caml.c -o texpr0_caml.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from lincons0_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c tcons0_caml.c -o tcons0_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c manager_caml.c -o manager_caml.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c abstract0_caml.c -o abstract0_caml.o
- In file included from generator0_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- In file included from texpr0_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c var_caml.c -o var_caml.o
- 2 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from tcons0_caml.c:22:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from manager_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c environment_caml.c -o environment_caml.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c linexpr1_caml.c -o linexpr1_caml.o
- In file included from var_caml.c:19:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- In file included from abstract0_caml.c:23:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- In file included from environment_caml.c:22:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- 2 warnings generated.
- var_caml.c:34:19: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
-    34 |   name = (char *) String_val(_v_name);
-       |                   ^
- /home/opam/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:290:23: note: expanded from macro 'String_val'
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c lincons1_caml.c -o lincons1_caml.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c generator1_caml.c -o generator1_caml.o
- In file included from linexpr1_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c texpr1_caml.c -o texpr1_caml.o
- In file included from lincons1_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c tcons1_caml.c -o tcons1_caml.o
- In file included from generator1_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- In file included from texpr1_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c abstract1_caml.c -o abstract1_caml.o
- 2 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c policy_caml.c -o policy_caml.o
- In file included from tcons1_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c disjunction_caml.c -o disjunction_caml.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c version_caml.c -o version_caml.o
- 2 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from abstract1_caml.c:26:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 2 warnings generated.
- In file included from policy_caml.c:23:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c apron_caml.c -o apron_caml_debug.o
- In file included from disjunction_caml.c:20:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 1 warning generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c scalar_caml.c -o scalar_caml_debug.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- disjunction_caml.c:278:89: warning: cast from 'unsigned int *' to 'size_t *' (aka 'unsigned long *') increases required alignment from 4 to 8 [-Wcast-align]
-   278 |   void** tabvoid = ap_disjunction_decompose(manager,false,(ap_disjunction_t*)abs->value,(size_t*)&size);
-       |                                                                                         ^~~~~~~~~~~~~~
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c interval_caml.c -o interval_caml_debug.o
- In file included from apron_caml.c:11:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from scalar_caml.c:22:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c coeff_caml.c -o coeff_caml_debug.o
- In file included from interval_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- gmp_randstate_ptr;
-       |                                 ^
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c dim_caml.c -o dim_caml_debug.o
- 2 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c linexpr0_caml.c -o linexpr0_caml_debug.o
- In file included from coeff_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:2 warnings generated.
- 33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c lincons0_caml.c -o lincons0_caml_debug.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c generator0_caml.c -o generator0_caml_debug.o
- 2 warnings generated.
- In file included from dim_caml.c:22:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c texpr0_caml.c -o texpr0_caml_debug.o
- In file included from linexpr0_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from lincons0_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 2 warnings generated.
- In file included from generator0_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typcc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c tcons0_caml.c -o tcons0_caml_debug.o
- edef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c manager_caml.c -o manager_caml_debug.o
- 2 warnings generated.
- 2 warnings generated.
- In file included from texpr0_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c abstract0_caml.c -o abstract0_caml_debug.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c var_caml.c -o var_caml_debug.o
- In file included from tcons0_caml.c:22:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c environment_caml.c -o environment_caml_debug.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from manager_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c linexpr1_caml.c -o linexpr1_caml_debug.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from var_caml.c:19:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 2 warnings generated.
- In file included from abstract0_caml.c:23:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- In file included from environment_caml.c:22:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c lincons1_caml.c -o lincons1_caml_debug.o
- 2 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- var_caml.c:34:19: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
-    34 |   name = (char *) String_val(_v_name);
-       |                   ^
- /home/opam/.opam/4.14.2/lib/ocaml/caml/mlvalues.h:290:23: note: expanded from macro 'String_val'
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- In file included from linexpr1_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 3 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c generator1_caml.c -o generator1_caml_debug.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- In file included from lincons1_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c texpr1_caml.c -o texpr1_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c tcons1_caml.c -o tcons1_caml_debug.o
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- 2 warnings generated.
- 2 warnings generated.
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c abstract1_caml.c -o abstract1_caml_debug.o
- In file included from generator1_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c policy_caml.c -o policy_caml_debug.o
- In file included from texpr1_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- In file included from tcons1_caml.c:21:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedefwarning:  __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c disjunction_caml.c -o disjunction_caml_debug.o
- 2 warnings generated.
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c version_caml.c -o version_caml_debug.o
- unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- sh /home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/ocamlpack -o apron_ocamldoc.mli -title "APRON Library" -intro introduction.odoc scalar interval coeff dim linexpr0 lincons0 generator0 texpr0 tcons0 manager abstract0 var environment linexpr1 lincons1 generator1 texpr1 tcons1 abstract1 policy disjunction version apron_parser apron_lexer parser
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- 2 warnings generated.
- 2 warnings generated.
- In file included from abstract1_caml.c:26:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c scalar.mli
- 1 warning generated.
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c dim.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c manager.mli
- In file included from disjunction_caml.c:20:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- In file included from policy_caml.c:23:
- In file included from ./apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:/home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c var.mli
- 231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c version.mli
- disjunction_caml.c:278:89: warning: cast from 'unsigned int *' to 'size_t *' (aka 'unsigned long *') increases required alignment from 4 to 8 [-Wcast-align]
-   278 |   void** tabvoid = ap_disjunction_decompose(manager,false,(ap_disjunction_t*)abs->value,(size_t*)&size);
-       |                                                                                         ^~~~~~~~~~~~~~
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib apron_caml.o scalar_caml.o interval_caml.o coeff_caml.o dim_caml.o linexpr0_caml.o lincons0_caml.o generator0_caml.o texpr0_caml.o tcons0_caml.o manager_caml.o abstract0_caml.o var_caml.o environment_caml.o linexpr1_caml.o lincons1_caml.o generator1_caml.o texpr1_caml.o tcons1_caml.o abstract1_caml.o policy_caml.o disjunction_caml.o version_caml.o -L../apron -L/usr/local/lib -lapron -lmpfr -lgmp -lm -o apron_caml
- 3 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c dim.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c manager.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c var.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c version.ml
- 2 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c scalar.ml
- 2 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c interval.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c dim.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c manager.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c var.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c environment.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c version.ml
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib apron_caml_debug.o scalar_caml_debug.o interval_caml_debug.o coeff_caml_debug.o dim_caml_debug.o linexpr0_caml_debug.o lincons0_caml_debug.o generator0_caml_debug.o texpr0_caml_debug.o tcons0_caml_debug.o manager_caml_debug.o abstract0_caml_debug.o var_caml_debug.o environment_caml_debug.o linexpr1_caml_debug.o lincons1_caml_debug.o generator1_caml_debug.o texpr1_caml_debug.o tcons1_caml_debug.o abstract1_caml_debug.o policy_caml_debug.o disjunction_caml_debug.o version_caml_debug.o -L../apron -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm -o apron_caml_debug
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c scalar.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c interval.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c coeff.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c environment.ml
- /usr/bin/sed -i -e 's/{5/{6/g;s/{4/{5/g;s/{3/{4/g;s/{2/{3/g;s/{1/{2/g' apron_ocamldoc.mli
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c environment.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c coeff.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c linexpr0.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c linexpr0.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c lincons0.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c generator0.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c texpr0.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c linexpr1.mli
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c interval.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c lincons0.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c generator0.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c texpr0.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c tcons0.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c linexpr1.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c lincons1.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c generator1.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c texpr1.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c tcons0.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c abstract0.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c texpr1.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c tcons1.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c apron_parser.mli
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c coeff.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c abstract0.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c lincons1.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c generator1.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c tcons1.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c abstract1.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c apron_parser.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c apron_lexer.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c apron_lexer.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c abstract1.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c policy.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c disjunction.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c parser.mli
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c linexpr0.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c policy.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c disjunction.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c parser.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c lincons0.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c generator0.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c texpr0.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c linexpr1.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -pack -o apron.cmo scalar.cmo interval.cmo coeff.cmo dim.cmo linexpr0.cmo lincons0.cmo generator0.cmo texpr0.cmo tcons0.cmo manager.cmo abstract0.cmo var.cmo environment.cmo linexpr1.cmo lincons1.cmo generator1.cmo texpr1.cmo tcons1.cmo abstract1.cmo policy.cmo disjunction.cmo version.cmo apron_parser.cmo apron_lexer.cmo parser.cmo
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c tcons0.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c texpr1.ml
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o apron -oc apron_caml apron.cmo -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c abstract0.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c apron_parser.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c lincons1.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c generator1.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c tcons1.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c apron_lexer.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c abstract1.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c policy.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c disjunction.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -for-pack Apron -c parser.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -pack -o apron.cmx scalar.cmx interval.cmx coeff.cmx dim.cmx linexpr0.cmx lincons0.cmx generator0.cmx texpr0.cmx tcons0.cmx manager.cmx abstract0.cmx var.cmx environment.cmx linexpr1.cmx lincons1.cmx generator1.cmx texpr1.cmx tcons1.cmx abstract1.cmx policy.cmx disjunction.cmx version.cmx apron_parser.cmx apron_lexer.cmx parser.cmx
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o apron -oc apron_caml apron.cmx -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o apron.d -oc apron_caml_debug apron.cmx -lapron_debug -lmpfr -lgmp -lm
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/mlapronidl'
- (cd newpolka; /usr/local/bin/gmake ml)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/newpolka'
- mkdir -p tmp
- cp ../mlapronidl/manager.idl polka.idl tmp/
- cd tmp && /home/opam/.opam/4.14.2/bin/camlidl -no-include -nocpp polka.idl
- cp tmp/polka_stubs.c polka_caml.c
- perl perlscript_caml.pl < tmp/polka.ml >polka.ml
- perl perlscript_caml.pl < tmp/polka.mli >polka.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c polka.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUMINT_MPQ -c -o polka_caml.o polka_caml.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUMINT_MPQ -c -o polka_caml_debug.o polka_caml.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c polka.ml
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c polka.ml
- In file included from polka_caml.c:19:
- In file included from ../mlapronidl/apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- In file included from polka_caml.c:19:
- In file included from ../mlapronidl/apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- polka_caml.c:50:12: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct pk_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-    50 |   *_c2 = *((internal_ptr *) Bp_val(_v1));
-       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- polka_caml.c:57:5: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct pk_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-    57 |   *((internal_ptr *) Bp_val(_v1)) = *_c2;
-       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- polka_caml.c:50:12: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct pk_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-    50 |   *_c2 = *((internal_ptr *) Bp_val(_v1));
-       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- polka_caml.c:57:5: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct pk_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-    57 |   *((internal_ptr *) Bp_val(_v1)) = *_c2;
-       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o polkaMPQ_caml_debug polka_caml_debug.o -L. -lpolkaMPQ_debug -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- 4 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o polkaRll_caml_debug polka_caml_debug.o -L. -lpolkaRll_debug -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o polkaMPQ_caml polka_caml.o -L. -lpolkaMPQ -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o polkaRll_caml polka_caml.o -L. -lpolkaRll -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o polkaMPQ.d -oc polkaMPQ_caml_debug polka.cmx -lpolkaMPQ_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o polkaRll.d -oc polkaRll_caml_debug polka.cmx -lpolkaRll_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o polkaRll -oc polkaRll_caml polka.cmo -lpolkaRll -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o polkaRll -oc polkaRll_caml polka.cmx -lpolkaRll -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o polkaMPQ -oc polkaMPQ_caml polka.cmo -lpolkaMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o polkaMPQ -oc polkaMPQ_caml polka.cmx -lpolkaMPQ -lapron -lmpfr -lgmp -lm
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/newpolka'
- (cd box; /usr/local/bin/gmake ml)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/box'
- mkdir -p tmp
- cp box.idl ../mlapronidl/*.idl tmp/
- cd tmp && /home/opam/.opam/4.14.2/bin/camlidl -no-include -nocpp -I . box.idl
- perl ../mlapronidl/perlscript_c.pl < tmp/box_stubs.c >box_caml.c
- perl perlscript_caml.pl < tmp/box.ml >box.ml
- perl perlscript_caml.pl < tmp/box.mli >box.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c box.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_caml.o box_caml.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o box_caml_debug.o box_caml.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c box.ml
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c box.ml
- In file included from box_caml.c:23:
- In file included from ../mlapronidl/apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 2 warnings generated.
- In file included from box_caml.c:23:
- In file included from ../mlapronidl/apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxMPQ_caml box_caml.o -L. -lboxMPQ -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxD_caml box_caml.o -L. -lboxD -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxMPFR_caml box_caml.o -L. -lboxMPFR -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- 2 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxMPQ_caml_debug box_caml_debug.o -L. -lboxMPQ_debug -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxD_caml_debug box_caml_debug.o -L. -lboxD_debug -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxMPFR_caml_debug box_caml_debug.o -L. -lboxMPFR_debug -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxD -oc boxD_caml box.cmo -lboxD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxD -oc boxD_caml box.cmx -lboxD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxMPQ -oc boxMPQ_caml box.cmo -lboxMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxMPQ -oc boxMPQ_caml box.cmx -lboxMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxMPFR -oc boxMPFR_caml box.cmo -lboxMPFR -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxMPFR -oc boxMPFR_caml box.cmx -lboxMPFR -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxD.d -oc boxD_caml_debug box.cmx -lboxD_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxMPQ.d -oc boxMPQ_caml_debug box.cmx -lboxMPQ_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o boxMPFR.d -oc boxMPFR_caml_debug box.cmx -lboxMPFR_debug -lapron_debug -lmpfr -lgmp -lm
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/box'
- (cd octagons; /usr/local/bin/gmake mlMPQ mlD)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/octagons'
- mkdir -p tmp
- cp oct.idl ../mlapronidl/*.idl tmp
- cd tmp && /home/opam/.opam/4.14.2/bin/camlidl -no-include -nocpp -I . oct.idl
- perl perlscript_c.pl < tmp/oct_stubs.c >oct_caml.c
- perl perlscript_caml.pl < tmp/oct.ml >oct.ml
- perl perlscript_caml.pl < tmp/oct.mli >oct.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c oct.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c -o oct_caml.o oct_caml.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c -o oct_caml_debug.o oct_caml.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c oct.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c oct.ml
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from oct_caml.c:23:
- In file included from ../mlapronidl/apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- In file included from oct_caml.c:23:
- In file included from ../mlapronidl/apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- oct_caml.c:191:12: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct oct_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-   191 |   *_c2 = *((internal_ptr *) Bp_val(_v1));
-       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- oct_caml.c:198:5: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct oct_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-   198 |   *((internal_ptr *) Bp_val(_v1)) = *_c2;
-       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- oct_caml.c:191:12: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct oct_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-   191 |   *_c2 = *((internal_ptr *) Bp_val(_v1));
-       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- oct_caml.c:198:5: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct oct_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-   198 |   *((internal_ptr *) Bp_val(_v1)) = *_c2;
-       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o octMPQ_caml_debug oct_caml_debug.o -L. -loctMPQ_debug -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o octD_caml_debug oct_caml_debug.o -L. -loctD_debug -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- 4 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o octMPQ_caml oct_caml.o -L. -loctMPQ -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o octD_caml oct_caml.o -L. -loctD -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o octD.d -oc octD_caml_debug oct.cmx -loctD_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o octMPQ.d -oc octMPQ_caml_debug oct.cmx -loctMPQ_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o octMPQ -oc octMPQ_caml oct.cmo -loctMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o octMPQ -oc octMPQ_caml oct.cmx -loctMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o octD -oc octD_caml oct.cmo -loctD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o octD -oc octD_caml oct.cmx -loctD -lapron -lmpfr -lgmp -lm
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/octagons'
- (cd taylor1plus; /usr/local/bin/gmake ml)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/taylor1plus'
- mkdir -p tmp
- cp t1p.idl ../mlapronidl/manager.idl tmp/
- cd tmp && /home/opam/.opam/4.14.2/bin/camlidl -no-include -nocpp t1p.idl
- cp tmp/t1p_stubs.c t1p_caml.c
- perl perlscript_caml.pl < tmp/t1p.ml >t1p.ml
- perl perlscript_caml.pl < tmp/t1p.mli >t1p.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c t1p.mli
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_caml.o t1p_caml.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -DNUM_MPQ -c -o t1p_caml_debug.o t1p_caml.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c t1p.ml
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c t1p.ml
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from t1p_caml.c:18:
- In file included from ../mlapronidl/apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- In file included from t1p_caml.c:18:
- In file included from ../mlapronidl/apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- 2 warnings generated.
- 2 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pMPQ_caml t1p_caml.o -L. -lt1pMPQ -L../apron   -L/usr/local/lib -L../box -L../newpolka -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pD_caml t1p_caml.o -L. -lt1pD -L../apron   -L/usr/local/lib -L../box -L../newpolka -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pD_caml_debug t1p_caml_debug.o -L. -lt1pD_debug -L../apron   -L/usr/local/lib -L../box -L../newpolka -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pMPFR_caml t1p_caml.o -L. -lt1pMPFR -L../apron   -L/usr/local/lib -L../box -L../newpolka -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pMPFR_caml_debug t1p_caml_debug.o -L. -lt1pMPFR_debug -L../apron   -L/usr/local/lib -L../box -L../newpolka -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pMPQ_caml_debug t1p_caml_debug.o -L. -lt1pMPQ_debug -L../apron   -L/usr/local/lib -L../box -L../newpolka -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pD.d -oc t1pD_caml_debug t1p.cmx -lt1pD_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pD -oc t1pD_caml t1p.cmo -lt1pD -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pD -oc t1pD_caml t1p.cmx -lt1pD -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pMPQ -oc t1pMPQ_caml t1p.cmo -lt1pMPQ -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pMPQ -oc t1pMPQ_caml t1p.cmx -lt1pMPQ -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pMPQ.d -oc t1pMPQ_caml_debug t1p.cmx -lt1pMPQ_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pMPFR.d -oc t1pMPFR_caml_debug t1p.cmx -lt1pMPFR_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pMPFR -oc t1pMPFR_caml t1p.cmo -lt1pMPFR -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o t1pMPFR -oc t1pMPFR_caml t1p.cmx -lt1pMPFR -lapron -lgmpxx -lmpfr -lgmp -lm
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/taylor1plus'
- (cd avoct; /usr/local/bin/gmake mlMPQ mlD)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/avoct'
- mkdir -p tmp
- cp avo.idl ../mlapronidl/*.idl tmp
- cd tmp && /home/opam/.opam/4.14.2/bin/camlidl -no-include -nocpp -I . avo.idl
- perl perlscript_c.pl < tmp/avo_stubs.c >avo_caml.c
- perl perlscript_caml.pl < tmp/avo.ml >avo.ml
- perl perlscript_caml.pl < tmp/avo.mli >avo.mli
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c avo.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c -o avo_caml.o avo_caml.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv -I/usr/local/include -I/home/opam/.opam/4.14.2/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.14.2/lib/camlidl -I/home/opam/.opam/4.14.2/lib/ocaml -c -o avo_caml_debug.o avo_caml.c
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- /home/opam/.opam/4.14.2/bin/ocamlc.opt -g -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c avo.ml
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- /home/opam/.opam/4.14.2/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.14.2/lib/gmp -I ../mlapronidl -c avo.ml
- In file included from avo_caml.c:23:
- In file included from ../mlapronidl/apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- In file included from avo_caml.c:23:
- In file included from ../mlapronidl/apron_caml.h:15:
- /home/opam/.opam/4.14.2/lib/gmp/gmp_caml.h:26:33: warning: redefinition of typedef 'gmp_randstate_ptr' is a C11 feature [-Wtypedef-redefinition]
-    26 | typedef __gmp_randstate_struct* gmp_randstate_ptr;
-       |                                 ^
- /usr/local/include/gmp.h:231:33: note: previous definition is here
-   231 | typedef __gmp_randstate_struct *gmp_randstate_ptr;
-       |                                 ^
- avo_caml.c:191:12: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct avo_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-   191 |   *_c2 = *((internal_ptr *) Bp_val(_v1));
-       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avo_caml.c:198:5: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct avo_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-   198 |   *((internal_ptr *) Bp_val(_v1)) = *_c2;
-       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avo_caml.c:191:12: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct avo_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-   191 |   *_c2 = *((internal_ptr *) Bp_val(_v1));
-       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- avo_caml.c:198:5: warning: cast from 'char *' to 'internal_ptr *' (aka 'struct avo_internal_t **') increases required alignment from 1 to 8 [-Wcast-align]
-   198 |   *((internal_ptr *) Bp_val(_v1)) = *_c2;
-       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o avoMPQ_caml_debug avo_caml_debug.o -L. -lavoMPQ_debug -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- 4 warnings generated.
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o avoD_caml_debug avo_caml_debug.o -L. -lavoD_debug -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o avoMPQ_caml avo_caml.o -L. -lavoMPQ -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o avoD_caml avo_caml.o -L. -lavoD -L../apron   -L/usr/local/lib -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o avoMPQ.d -oc avoMPQ_caml_debug avo.cmx -lavoMPQ_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o avoD -oc avoD_caml avo.cmo -lavoD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o avoD -oc avoD_caml avo.cmx -lavoD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o avoMPQ -oc avoMPQ_caml avo.cmo -lavoMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o avoMPQ -oc avoMPQ_caml avo.cmx -lavoMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/4.14.2/bin/ocamlmklib -dllpath /home/opam/.opam/4.14.2/share/apron/lib -L/home/opam/.opam/4.14.2/share/apron/lib -o avoD.d -oc avoD_caml_debug avo.cmx -lavoD_debug -lapron_debug -lmpfr -lgmp -lm
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/avoct'
- (cd apronxx; /usr/local/bin/gmake)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apronxx'
- c++ -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow  -I../apron -I../num -I../itv -I/usr/local/include -I../box -I../newpolka -I../octagons -I../taylor1plus  -c -o apronxx.o apronxx.cc
- c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow  -I../apron -I../num -I../itv -I/usr/local/include -I../box -I../newpolka -I../octagons -I../taylor1plus  -c -o apronxx_debug.o apronxx.cc
- c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow  -I../apron -I../num -I../itv -I/usr/local/include -I../box -I../newpolka -I../octagons -I../taylor1plus  -c -o apronxx_test_debug.o apronxx_test.cc
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]
- In file included from apronxx.cc:17:
- In file included from ./apronxx.hh:25:
- In file included from ./apxx_abstract0.hh:1129:
- ./apxx_abstract0_inline.hh:529:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   529 |   ap_abstract0_t* xx[x.size()];
-       |                      ^~~~~~~~
- ./apxx_abstract0_inline.hh:529:22: note: function parameter 'x' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:527:89: note: declared here
-   527 | inline abstract0& meet(manager& m, abstract0& dst, const std::vector<const abstract0*>& x)
-       |                                                                                         ^
- In file included from apronxx.cc:17:
- In file included from ./apronxx.hh:25:
- In file included from ./apxx_abstract0.hh:1129:
- ./apxx_abstract0_inline.hh:529:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   529 |   ap_abstract0_t* xx[x.size()];
-       |                      ^~~~~~~~
- ./apxx_abstract0_inline.hh:542:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract0_inline.hh  542 |   ap_abstract0_t* xx[sz];
-       |                      ^~
- :529:22: note: function parameter 'x' with unknown value cannot be used in a constant expression
- In file included from ./apxx_abstract0_inline.hh:542:22: note: function parameter 'sz' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:527:89: note: declared here
- apronxx_test.cc./apxx_abstract0_inline.hh:540:59: note: declared here
- :  16527:
-   540 | inline abstract0& meet(manager& m, abstract0& dst, size_t sz, const abstract0 * const x[])
-       |                                                           ^
- In file included from ./apronxx.hh:25:
- In file included from ./apxx_abstract0.hh:1129:
- ./apxx_abstract0_inline.hh:529:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  | inline a  529 |   basp_abstract0_t* xx[x.size()];
-       |                      ^~~~~~~~
- t./apxx_abstract0_inline.hh:529:22: note: function parameter 'x' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:527:89: note: declared here
- r  527 | inline abstract0& meet(manager& m, abstract0& dst, conast std::vector<const abstract0*>& x)
-       |                                                                                         ^
- ct0& meet(manager& m, abstract0& dst, const std::vector<const abstract0*>& x)
-       |                                                                                         ^
- ./apxx_abstract0_inline.hh:571:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   571 |   ap_abstract0_t* xx[sz];
-       |                      ^~
- ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh::542571:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- :  542 |   ap_abstract0_t* xx[sz];
-       |                      ^~
- 22: note: function parameter 'sz' with unknown value cannot be used in a constant expression./apxx_abstract0_inline.hh
- ./apxx_abstract0_inline.hh:./apxx_abstract0_inline.hh:542::54256922:::22 59:note:  :function parameter 'sz' with unknown value cannot be used in a constant expressionwarning:  
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]note: ./apxx_abstract0_inline.hh
- declared here  542 |   ap_abstract0_t* xx[sz];
-       |                      ^~
- :
- 540  569 | inline abstract0& joi./apxx_abstract0_inline.hh::542n:59(22: note: declared here
- : note: mfunction parameter 'sz' with unknown value cannot be used in a constant expression  a
- 540n./apxx_abstract0_inline.hh | a:ig540en:rl&59 :imn enote: ,  declared herea
- abb  ss540tt | riraanccltit00&&n  emdes eatt,b( smtasnriaazgceetr_0&& t  msm,ze ,ea btcs(otnmrasancattg0er& m, abstra ct0& dst, size_t sz, const abstract0 * coabstract0 * const x[])
-       |                                                           ^
- nst x[])
-       |                                                           ^
- & dst, size_t sz, const abstract0 * const x[])
-       |                                                           ^
- ./apxx_abstract0_inline.hh:584:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   584 |   ap_abstract0_t* xx[x.size()];
-       |                      ^~~~~~~~
- ./apxx_abstract0_inline.hh:584:22: note: function parameter 'x' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:582:89: note: declared here
-   582 | inline abstra./apxx_abstract0_inline.hh:571:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- c  571 |   ap_abstract0_t* xx[sz];./apxx_abstract0_inline.hh
-       |                      ^~
- t0& join(manager& m, abstract0& dst, const std::vector<const abstract0*>& x)
-       |                                                                                         ^
- ./apxx_abstract0_inline.hh:571:22: note: function parameter 'sz' with unknown value cannot be used in a constant expression
- :./apxx_abstract0_inline.hh:569:59: note: declared here
- 571:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   569 | inline abstract0& join(manager& m, abstract0& dst, size_t sz, const abstract0 * const x[])
-       |                                                           ^
-   571 |   ap_abstract0_t* xx[sz];
-       |                      ^~
- ./apxx_abstract0_inline.hh:571:22: note: function parameter 'sz' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:569:59: note: declared here
-   569 | inline abstract0& join(manager& m, abstract0& dst, size_t sz, ./apxx_abstract0_inline.hh:584:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- c  584 |   ap_abstract0_t* xx[x.size()];
-       |                      ^~~~~~~~
- o./apxx_abstract0_inline.hh:584:22: note: function parameter 'x' with unknown value cannot be used in a constant expression
- nst abstract0 * const x[])
-       |                                                           ^
- ./apxx_abstract0_inline.hh:582:89: note: declared here
-   582 | inline abstract0& join(manager& m, abstract0& dst, const std::vector<const abstract0*>& x)
-       |                                                                                         ^
- ./apxx_abstract0_inline.hh:584:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   584 |   ap_abstract0_t* xx[x.size()];
-       |                      ^~~~~~~~
- ./apxx_abstract0_inline.hh:584:22: note: function parameter 'x' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:582:89: note: declared here
-   582 | inline abstract0& join(manager& m, abstract0& dst, const std::vector<const abstract0*>& x)
-       |                                                                                         ^
- ./apxx_abstract0_inline.hh:719:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   719 |   const linexpr0* ll[l.size()];
-       |                      ^~~~~~~~
- ./apxx_abstract0_inline.hh:719:22: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:715:119: note: declared here
-   715 | inline abstract0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                                                                       ^
- ./apxx_abstract0_inline.hh:720:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   720 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh:720:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:715:78: note: declared here
-   715 | inline abstract0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                              ^
- ./apxx_abstract0_inline.hh:719:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   719 |   const linexpr0* ll[l.size()];
-       |                      ^~~~~~~~
- ./apxx_abstract0_inline.hh:719:22: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:715:119: note: declared here
-   715 | inline abstract0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                                                                       ^
- ./apxx_abstract0_inline.hh:719:22: warning: ./apxx_abstract0_inline.hh:720:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]./apxx_abstract0_inline.hh  
- 720  719 |   const linexpr0* ll[l.size()];
-       |                      ^~~~~~~~
-  | ./apxx_abstract0_inline.hh:719:22: note: function parameter 'l' with unknown value cannot be used in a constant expression
-  :./apxx_abstract0_inline.hh :a751715p::_11922d:i: m _note: twarning: declared here 
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]d
-     751 |   const linexpr0* ll[l715. | siinzlei(n)e] ;a
- b      s| t                     ^~~~~~~~r
- act0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                                                                       ^
- ./apxx_abstract0_inline.hh:751:22: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hhd./apxx_abstract0_inline.hh:[:720d747i::m15146.:s: i warning: znote: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]edeclared here
- (
-   720  747 | inline abstract0& assign(manager& m, abstract0& dst, const abstract0& src, const std::vector)];
-       |               ^~~~~~~~~~
- <./apxx_abstract0_inline.hh:720:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- a | p./apxx_abstract0_inline.hh _: d715aip:m_78_d:ti m>note: _&declared heret 
-  dd[dim.size()];
-       |               ^~~~~~~~~~
- d  i./apxx_abstract0_inline.hh715m: | ,720i: n15cl:io nnnote: esfunction parameter 'dim' with unknown value cannot be used in a constant expression t
- a ./apxx_abstract0_inline.hhb:sst715tdr::a78:c:vt e0cnote: &tdeclared here o
- abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                              ^
-   715 | inline abstract0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                              ^
- r<const linexpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                                                                  ^
- ./apxx_abstract0_inline.hh:751:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract0_inline.hh:752:15:   warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- 751 |   const linexpr0* ll[l.size()];
-       |                      ^~~~~~~~
-   ./apxx_abstract0_inline.hh:751:22: note: function parameter 'l' with unknown value cannot be used in a constant expression
- 752 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh:747:146: note: declared here
- ./apxx_abstract0_inline.hh:752:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
-   747 | inline abstract0& assign(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                                                                  ^
- ./apxx_abstract0_inline.hh:747:105: note: declared here
- ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh  ::747751752 | ::22i15n::l  iwarning: warning: nvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]e
-  
-     751 |   const linexpr0* ll[l.size()];
-       |                      ^~~~~~~~
- 752a | ./apxx_abstract0_inline.hhb s: 751tar:pa22_:dc inote: tmfunction parameter 'l' with unknown value cannot be used in a constant expression0_
- t&./apxx_abstract0_inline.hh  :dad747s[:sd146i:gi nmnote: .(sdeclared herem
- iz  747 | inline abstract0& assign(manager& m, abes(atn)r]aa;cg
- etr0      &&|                 ^~~~~~~~~~d
- st, const abstract0& src, const std::vector<./apxx_abstract0_inline.hh:752:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:747:105: ap_dim_tm>&,  abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                         ^
- dim, const std::vector<const linote: declared here
- n  747 | expr0*>& l, const aibnstract0& inter = abstract0::null)
-       |                                                                                                                                                  ^
- line abstract0& ./apxx_abstract0_inline.hh:752:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- assign(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                         ^
-   752 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh:752:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:747:105: note: declared here
-   747 | inline abstract0& assign(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                         ^
- ./apxx_abstract0_inline.hh:784:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   784 |   const texpr0* ll[l.size()];
-       |                    ^~~~~~~~
- ./apxx_abstract0_inline.hh:784:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:780:117: note: declared here
-   780 | inline abstract0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter)
-       |                                                                                                                     ^
- ./apxx_abstract0_inline.hh:785:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   785 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh:785:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:780:78: note: declared here
-   780 | inline abstract0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter)
-       |                                                                              ^
- ./apxx_abstract0_inline.hh:784:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   784 |   const texpr0* ll[l.size()];
-       |                    ^~~~~~~~
- ./apxx_abstract0_inline.hh:784:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:780:117: note: declared here
-   780 | inline abstract0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter)
-       |                                                                                                                     ^
- ./apxx_abstract0_inline.hh:784:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract0_inline.hh  784 |   const texpr0* ll[l.size()];
-       |                    ^~~~~~~~
- ./apxx_abstract0_inline.hh:./apxx_abstract0_inline.hh::785784::1520::  warning: note: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]function parameter 'l' with unknown value cannot be used in a constant expression
- 
-   785 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh816:./apxx_abstract0_inline.hh780:::20785117:::15 :  note: warning: declared herenote: 
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- function parameter 'dim' with unknown value cannot be used in a constant expression  816 |   const texpr0* ll[l.size()];
-       |                    ^~~~~~~~
- 
-   ./apxx_abstract0_inline.hh780./apxx_abstract0_inline.hh | ::i816780n:l:2078:i n:enote:  function parameter 'l' with unknown value cannot be used in a constant expression 
- note: adeclared hereb
- stract0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter)
-       |                                                                                                                     ^
-   780 | inline abstract0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter)
-       |                                                                              ^
- ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh::812785:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- :144: note: declared here
-   785 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
-   812 | inline abstract0& assign(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                                                                ^
- ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh::816785:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- :./apxx_abstract0_inline.hh20::817 :warning: 15variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]:
-    816 |   const texpr0* ll[l.size()];
-       |                    ^~~~~~~~
- warning: ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hhvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]::
- 780  817 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- 816:./apxx_abstract0_inline.hh78::20::817  :note: note: 15function parameter 'l' with unknown value cannot be used in a constant expressiondeclared here
- :
- ./apxx_abstract0_inline.hh:  780 | inline abstract0& abstract0::assign(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter)
-       |                                                                              ^
- 812:144: note: declared here
-  note: function parameter 'dim' with unknown value cannot be used in a constant expression
-   812 | inline abstract0& assign(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                                                                ^
- ./apxx_abstract0_inline.hh:812:105: note: declared here
-   812 | inline abstract0& assign(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                         ^
- ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh::817:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- 816:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-     816 |   const texpr0* ll[l.size()];
-       |                    ^~~~~~~~
- 817 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh:816:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:817:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:812:144: note: declared here
- ./apxx_abstract0_inline.hh:812:105: note: declared here
-   812 | inline abstract0& assign(manager& m, abstract0& dst, const abstract0& src, const std::  812 | inline abstract0& assign./apxx_abstract0_inline.hh(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, consvt std::vector<const texpr0*>&:e 850c:lt,22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  const abstract0& inter = abstract0::null)
-       |                                                                                                         ^
-   o850 |   const linexpr0* ll[l.size()];
-       |                      ^~~~~~~~
- r<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                                                                ^
- ./apxx_abstract0_inline.hh:850:22: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:846:123: note: declared here
- ./apxx_abstract0_inline.hh:817:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-     817 |   ap_dim_t dd[dim.si./apxx_abstract0_inline.hhze()];
-       |               ^~~~~~~~~~
- :846./apxx_abstract0_inline.hh850 | ::817i22:n15:l :iwarning: n variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]enote: 
-    850 |   const linexpr0* ll[l.size()];
-       |                      ^~~~~~~~
- function parameter 'dim' with unknown value cannot be used in a constant expressiona
- ./apxx_abstract0_inline.hhbstrac:850t0& abstract0::substitute(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                                                                           ^
- :./apxx_abstract0_inline.hh22:: ./apxx_abstract0_inline.hh:851:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- note: 812  function parameter 'l' with unknown value cannot be used in a constant expression:851
- 105 | ./apxx_abstract0_inline.hh:  : note: 846adeclared here:p
- _dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- 123  ./apxx_abstract0_inline.hh:812  | :note: i851declared heren:l15i:n enote:  function parameter 'dim' with unknown value cannot be used in a constant expressiona
- bstract0& assign(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                         ^
- ./apxx_abstract0_inline.hh
- :846:82: note: declared here
-   846 | inline abstract0& abstract0::substitute(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                                                                           ^
-   846 | inline abstract0& abstract0::sub./apxx_abstract0_inline.hhs./apxx_abstract0_inline.hht:i:850t851:u:t2215e:(: mwarning:  avariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]warning: n
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]  850 |   const linexpr0* ll[l.size()];
-       |                      ^~~~~~~~
- a
- ./apxx_abstract0_inline.hhg  :e851850 | r:& 22  :amp ,note: _ dfunction parameter 'l' with unknown value cannot be used in a constant expressionc
- oin./apxx_abstract0_inline.hhm:s846_:t123 :d dnote: [declared hered
- im  846 | inline abstract0& abstract0::substitute(manager& m, const std::vector<ap_dt .std::vector<ap_dim_t>& dim, const sstiidmz_:te:>(v&)e c]dt;i
- om, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                                                                           ^
-       |               ^~~~~~~~~~
- r./apxx_abstract0_inline.hh:851:15: note: ./apxx_abstract0_inline.hh:851:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- function parameter 'dim' with unknown value cannot be used in a constant expression<  c
- 851o./apxx_abstract0_inline.hh | n: s846 t:a 82p:_l diinote: mdeclared heren
- _t dd[dim.size()];
-       |               ^~~~~~~~~~
- e  x./apxx_abstract0_inline.hhp846:r | 8510i:n*15>l:&i  nlnote: e, function parameter 'dim' with unknown value cannot be used in a constant expression ac
- o./apxx_abstract0_inline.hhnb:sst846 t:a82rba:s ctnote: rtdeclared herea
- ct0&0   &846i  | naibtnseltrria)nce
- t       0a| b                                                                                 ^:s
- :substitute(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                                  ^
- tract0& abstract0::substitute(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter)
-       |                                                                                  ^
- ./apxx_abstract0_inline.hh:882:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   882 |   const linexpr0* ll[l.size()];
-       |                      ^~~~~~~~
- ./apxx_abstract0_inline.hh:882:22: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:878:150: note: declared here
-   878 | inline abstract0& substitute(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                                                                      ^./apxx_abstract0_inline.hh
- :./apxx_abstract0_inline.hh882::22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract0_inline.hh882  ::882883 | 22: :15  :cwarning: o nvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]s
- t  882 |   conwarning: svariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]t 
-  linexpr0* ll[l.size(  linexpr0* ll[l.size()];
-       |                      ^~~~~~~~
- 883)./apxx_abstract0_inline.hh:];882 | :22: note: function parameter 'l' with unknown value cannot be used in a constant expression
-   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- 
- ./apxx_abstract0_inline.hh:878:150: note: declared here
- ./apxx_abstract0_inline.hh      :  | 883                     ^~~~~~~~:
- 15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh:878:878 | 882::10922::i n lnote: note: ideclared herefunction parameter 'l' with unknown value cannot be used in a constant expressionn
- 
- e   ./apxx_abstract0_inline.hh878a: | b878si:tnr150la:ic ntnote: 0edeclared here&
-  abstract0& substitute(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                             ^
-    878 | inline abstract0& substitute(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter = abstract0:su:bstitute(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>&./apxx_abstract0_inline.hh:n 915ud:l20i:ml ,)warning:  
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]c      
- onst std::vector<const linexpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                                                                      ^
- |                                                                                                                                                      ^
-   915 |   const texp./apxx_abstract0_inline.hhr:0./apxx_abstract0_inline.hh*: 883l:l88315[::l 15.warning: :svariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] i
- warning:   883 |   ap_zvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]de
- i  883 |   ap_m(d)i_]mt; _td
-  d      d[| dd                   ^~~~~~~~[i
- d./apxx_abstract0_inline.hh:915:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- mi../apxx_abstract0_inline.hhms.:is911z:ie121z:(e ()note: )]declared here]
- ;
-   911 | inline abstract0& abstract0::substitute(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const tex      ;p| 
- r              ^~~~~~~~~~      
- 0./apxx_abstract0_inline.hh:883:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- | *./apxx_abstract0_inline.hh              ^~~~~~~~~~>:
- &878 :./apxx_abstract0_inline.hhl109::,883  note: :cdeclared here15
- o  878 | inline abstract0& substitute(manager& m, abstract0& dst, const abstract0:&  note: nssrtc ,afunction parameter 'dim' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh b:cs878otn:rsa109tc: t s0note: t&declared hered
-  inter)
-       |                                                                                                                         ^
- ::vector<ap_dim_t>& dim, const  ./apxx_abstract0_inline.hh878 | inline : a916sb:tsd15t:r:: avwarning: cecvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- t  t9160 |  or<co & apsn_udsibtms_t l tiinexpr0tdd[*u>te(manager& m, abdim.sizst&e (l),]r ;
- act0& d      c| o              ^~~~~~~~~~n
- st abstract0& inter =./apxx_abstract0_inline.hh:916:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression s
- at./apxx_abstract0_inline.hhb,:s 911tc:roa82c:nts 0t:note:  :declared herena
- ul  911 | inline abstract0& abstract0::substitute(manager& m, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter)
-       |                                                                                  ^
- l)
-       |                                                                                                             ^
- bstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const linexpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                             ^
- ./apxx_abstract0_inline.hh:915:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract0_inline.hh:947:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-     915 |   const texpr947 | 0*   llconst texpr0* ll[l.size()];
-       |                    ^~~~~~~~
- [./apxx_abstract0_inline.hhl.size()];
-       |                    ^~~~~~~~
- :947:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh:915:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ::./apxx_abstract0_inline.hh915943:::91120148:::121  :warning: note:  variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]note: declared here
- declared here
- 
-   915 |   const texpr0* ll[l.size()];
-       |                    ^~~~~~~~
-     911./apxx_abstract0_inline.hh943 | : | 915iin:20:n lnote: ilnien ea basbtrsfunction parameter 'l' with unknown value cannot be used in a constant expressiontract0& abstract0::substitute(manaa
- gc./apxx_abstract0_inline.hhetr:&0 911&m:, 121s :cu bonote: sndeclared heres
- t std::vector<ap_dit  i911mt | _utt>ei&( nmdliaimnn,ae  gcaeobrns&stt r msa,tcd :ta:0bv&se cttraoabrcs<ttc0ro&na scdtt s0tte:,x: pscuro0b*ns>st&t i tla,u btceso(nsmttar naaacbgstet0rr&a mc&t,0 & s criocnn,tst es trd):
- :c      o| v                                                                                                                        ^ne
- st std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                                                                    ^
- ctor<ap_dim_t./apxx_abstract0_inline.hh:948:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- >./apxx_abstract0_inline.hh&   dim:948,916 : | c15 :o  nawarning: spvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]t_
-    916 |   asdpt_im_t dd[dim.size()];
-       |               ^~~~~~~~~~
- dd./apxx_abstract0_inline.hhi:m::_v948te: ct15odr:d<co[ ndnote: sifunction parameter 'dim' with unknown value cannot be used in a constant expressionmt
- . s./apxx_abstract0_inline.hhti:ez943xe:p(109r):0] *;
-       | note: >              ^~~~~~~~~~declared here&
- 
-  ./apxx_abstract0_inline.hh  943 | inline:l 916,a: b15c:so tnnote: rsfunction parameter 'dim' with unknown value cannot be used in a constant expressionat
-  c./apxx_abstract0_inline.hhta:b0911s&:t82 :rs anote: udeclared herecb
- t0& inter)
-       |                                                                                                                         ^
- stitu  911 | inline abstract0& abstract0::substitute(managtee./apxx_abstract0_inline.hh(r:&m916 am:,n15 a:cg eowarning: rnvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]&s
-    916 |   ap_dim_t dd[dim.size()];
-       | m, abstract0& dst, const atb s              ^~~~~~~~~~stt
- r./apxx_abstract0_inline.hh:916:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- da:c./apxx_abstract0_inline.hh:t:v0911e&:c 82ts:ro crnote: ,<declared here a
- const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                             ^
- p_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter)
-       |                                                                                  ^
-   911 | inline abstract0& abstract0::substitute(manager& m, const std::vector<ap_dim_t>& dim, const std./apxx_abstract0_inline.hh::vector<const texpr0*>& l, const abstract0& inter)
-       |                                                                                  ^
- :978:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   978 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh:978:19: note: non-constexpr function 'size' cannot be used in a constant expression
-   978 |   ap_dim_t dd[dim.size()];
-       |                   ^
- /usr/include/c++/v1/vector:594:65: note: declared here
-   594 |  ./apxx_abstract0_inline.hh:947:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI size_type size() const _NOEXCEPT {
-       |                                                                 ^
-   947 |   const texpr0* ll[l.size()];
-       |                    ^~~~~~~~
- ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh:947:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- :./apxx_abstract0_inline.hh:943:148: note: declared here
- 947:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   943 | inline abstract0& substitute(manager& m, abstract0& dst, const  947 |   cons abstracIn file included from apronxx.cc:17:
- In file included from ./apronxx.hh:25:
- In file included from ./apxx_abstract0.hh:1129:
- ./apxx_abstract0_inline.hh:1002:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- t 1002 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
-  tt./apxx_abstract0_inline.hh0e:&x1002 p:s19rr:0c*  ,lnote: l non-constexpr function 'size' cannot be used in a constant expressionc[
- lo. sn1002isz | te  (s )ta]dp;_:
- d:      v| ie                   ^~~~~~~~c
- mt_./apxx_abstract0_inline.hhot: rd947<d:[a20dpi:_m .dnote: siimfunction parameter 'l' with unknown value cannot be used in a constant expression_z
- te>./apxx_abstract0_inline.hh(:&) 943]d:;i
- 148m      :, |                    ^note: cdeclared here
- o/usr/include/c++/v1/vector:594:65: note: declared here
- 
-   594 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI size_type size() const _NOEXCEPT {
-       |                                                                 ^
- n  943 | inline abstract0& substitute(manager& m, abstract0& dst, const std::vector<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                                                                    ^
- st abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                                                                    ^
- ./apxx_abstract0_inline.hh:948:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   948 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh:948:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:943:109: note: declared here
- :948:  15943 | inline abst:ract0& substitute(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vecto warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   r<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                             ^
- In file included from 948apronxx.cc | :  ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- 17./apxx_abstract0_inline.hh:
- :In file included from 948:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- ./apronxx.hh:./apxx_abstract0_inline.hh25:
- In file included from ./apxx_abstract0.hh:1129:
- :943:109: note: ./apxx_abstract0_inline.hhdeclared here:
- 1101:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   943 | inline abst r1101 |   ap_dim_t dd[dim.size()a];
-       |               ^~~~~~~~~~
- c./apxx_abstract0_inline.hh:1101t:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression./apxx_abstract0_inline.hh0
- :./apxx_abstract0_inline.hh:1099:76: note: declared here
- & 1099 | inline abstract0& abstr978act0::fold(manager& m, const std::vector<ap_d :15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- i  978 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ms./apxx_abstract0_inline.hh_u:tb978>s:& tidtim)
-       |                                                                            ^
- ute(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim, const std::vector<const texpr0*>& l, const abstract0& inter = abstract0::null)
-       |                                                                                                             ^
- 19./apxx_abstract0_inline.hh: note: non-constexpr function 'size' cannot be used in a constant expression
- :  1118978:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  |  1118 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
-   ap_dim_t dd[dim.size()];
-       |                   ^
- ./apxx_abstract0_inline.hh:1118:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- /usr/include/c++/v1/vector./apxx_abstract0_inline.hh:1116:103: note: declared here
- : 1116 | inline abstract0& fold(manager& m, abstract0& dst, const a./apxx_abstract0_inline.hh:978:15: warning: 594bvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]:s
- 65t:  r 978anote: c | declared heret 
- 0& src, const std::vector<ap_dim_t>& dim)
-       |                                                                                                       ^
-  ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
-   594 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI size_type size() const _NOEXCEPT {
-       |                                                                 ^
- ./apxx_abstract0_inline.hh:978:19: note: non-constexpr function 'size' cannot be used in a constant expression
-   978 |   ap_dim_t dd[dim.size()];
-       |                   ^
- /usr/include/c++/v1/vector:594:65: note: declared here
-   594 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI size_type size() const _NOEXCEPT {
-       |                                                                 ^
- In file included from apronxx_test.cc:16:
- In file included from ./apronxx.hh:25:
- In file included from ./apxx_abstract0.hh:1129:
- ./apxx_abstract0_inline.hh:1002:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1002 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh:1002:19: note: non-constexpr function 'size' cannot be used in a constant expression
-  1002 |   ap_dim_t dd[dim.size()];
-       |                   ^
- /usr/include/c++/v1/vector:594:65: note: declared here
-   594 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI size_type size() const _NOEXCEPT {
-       |                                                                 ^
- In file included from apronxx.cc:17:
- In file included from ./apronxx.hh:25:
- In file included from ./apxx_abstract0.hh:1129:
- ./apxx_abstract0_inline.hh:1002:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1002 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh:1002:19: note: non-constexpr function 'size' cannot be used in a constant expression
-  1002 |   ap_dim_t dd[dim.size()];
-       |                   ^
- /usr/include/c++/v1/vector:594:65: note: declared here
-   594 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI size_type size() const _NOEXCEPT {
-       |                                                                 ^
- In file included from apronxx_test.cc:16:
- In file included from ./apronxx.hh:25:
- In file included from ./apxx_abstract0.hh:1129:
- ./apxx_abstract0_inline.hh:1101:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1101 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh:1101:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:1099:76: note: declared here
-  1099 | inline abstract0& abstract0::fold(manager& m, const std::vector<ap_dim_t>& dim)
-       |                                                                            ^
- In file included from apronxx.cc:17:
- In file included from ./apronxx.hh:25:
- In file included from ./apxx_abstract0.hh:1129:
- ./apxx_abstract0_inline.hh:1101:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1101 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh./apxx_abstract0_inline.hh::1101:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- 1118:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract0_inline.hh 1118 |   ap_dim_t dd[:dim.size()]1099;:76: note: declared here
- 
-       |               ^~~~~~~~~~
-  ./apxx_abstract0_inline.hh:1118:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- 1099 | inline abstract0& abstract0::fold(manager& m, const std::vector<ap_dim_t>& dim)
-       |                                                                            ^
- ./apxx_abstract0_inline.hh:1116:103: note: declared here
-  1116 | inline abstract0& fold(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim)
-       |                                                                                                       ^
- ./apxx_abstract0_inline.hh:1118:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1118 |   ap_dim_t dd[dim.size()];
-       |               ^~~~~~~~~~
- ./apxx_abstract0_inline.hh:1118:15: note: function parameter 'dim' with unknown value cannot be used in a constant expression
- ./apxx_abstract0_inline.hh:1116:103: note: declared here
-  1116 | inline abstract0& fold(manager& m, abstract0& dst, const abstract0& src, const std::vector<ap_dim_t>& dim)
-       |                                                                                                       ^
- In file included from apronxx_test.cc:16:
- In file included from ./apronxx.hh:27:
- In file included from ./apxx_abstract1.hh:1171:
- ./apxx_abstract1_inline.hh:72:15: In file included from warning: apronxx.ccIn file included from variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- :   72 |   ap_var_t v17:
- apronxx.ccv:In file included from [v.size()];
-       |               ^~~~~~~~
- 17./apxx_abstract1_inline.hh:72:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apronxx.hh:
- :In file included from 27./apronxx.hh./apxx_abstract1_inline.hh:
- :27:
- In file included from ./apxx_abstract1.hh:1171:
- ./apxx_abstract1_inline.hh:72:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- :   72 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~68In file included from ./apxx_abstract1.hh::871171: note: declared here
- :
- ./apxx_abstract1_inline.hh:72:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-    
- 68./apxx_abstract1_inline.hh:72:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
-     | ./apxx_abstract1_inline.hh72i:n | 68l i:n 87e:  aanote: pbdeclared here_s
- var_t vv   68 | tinline abstract1::abstract1(manager &m, const[v environment& e, consr.act1::abstract1(manager &t m, costdsns:i:zveector<var>& v, const interval_array& x)
-       |                                                                                       ^
- t()];
-       |               ^~~~~~~~
-  ./apxx_abstract1_inline.hh:72:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- environment& e, const std::vector<var>& v, const interval_array& x)
-       |                                                                                       ^
- ./apxx_abstract1_inline.hh:68:87: note: declared here
-    68 | inline abstract1::abstract1(manager &m, const environment& e, const std::vector<var>& v, const interval_array& x)
-       |                                                                                       ^
- ./apxx_abstract1_inline.hh:275:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   275 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:275:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:271:92: note: declared here
-   271 | inline abstract1& abstract1::set(manager &m, const environment& e, const std::vector<var>& v./apxx_abstract1_inline.hh:275:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- , const interval_array& x)
-       |                                                                                            ^
-   275 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:275:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hh  :275:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- 275 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:271:92: note: declared here
- ./apxx_abstract1_inline.hh  271 | inline abstract1& abstract1:275:15::set(manager :&m,  note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:271:92: note: declared here
-   271 | inline abstract1&const environment& e, c abstract1::set(manager &m, conston environment& e, const std::vecstto std::vector<var>& v, const interval_array& x)
-       |                                                                                            ^
- r<var>& v, const interval_array& x)
-       |                                                                                            ^
- ./apxx_abstract1_inline.hh:671:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   671 |   ap_abstract1_t xx[x.size()];
-       |                     ^~~~~~~~
- ./apxx_abstract1_inline.hh:671:21: note: function parameter 'x' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:669:89: note: declared here
-   669 | inline abstract1& meet(manager& m, abstract1& dst, const std::vector<const abstract1*>& x)
-       |                                                                                         ^
- ./apxx_abstract1_inline.hh:684:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]./apxx_abstract1_inline.hh:671:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   671 |   ap_abstract1_t xx[x.siz
-   684 |   ap_abstract1_./apxx_abstract1_inline.hh:671:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   t xe(x671[s |  )] z;];a
- p_
-       | a      |                     ^~~~~~~~
-                     ^~
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh::b671:684:21:s21tr note: :a ctfunction parameter 'x' with unknown value cannot be used in a constant expression
- 1./apxx_abstract1_inline.hh_tnote: :669:89: note: declared here
-   669 | inline abstract1& meet(manager& m, abstra function parameter 'sz' with unknown value cannot be used in a constant expressionxxct[x1
- & .sdst, c./apxx_abstract1_inline.hh:682:oinst 59z: snote: tddeclared heree
- ()  682]: | :;vector<
- i      |                     ^~~~~~~~
- n./apxx_abstract1_inline.hh:671:21: note: function parameter 'x' with unknown value cannot be used in a constant expression
- line abstract1& meet(manager./apxx_abstract1_inline.hh&: 669:89: note: declared here
- m  669 | inline abstract1& meet(manager& m, abstract1& dst, const std::vector<const,  aabbssttrraacctt11*&>c &od nssxtt) ,
- a       bs| si                                                                                        ^t
- ze_t sz, const abstract1 * const x[]ract1*>& x)
-       |                                                                                         ^
- ./apxx_abstract1_inline.hh:684:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   684 |   ap_abstract1_t xx[sz];
-       |                     ^~
- ./apxx_abstract1_inline.hh:684:21: note: function parameter 'sz' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh:)682
- :      59| :                                                          ^ 
- note: declared here:
- 684  682 | inline abstract1& meet(manager& m, abstr:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- act1& dst,  684 |   ap_abstract1_t xx[sz];
-       |                     ^~
- ./apxx_abstract1_inline.hh:684:21: note: function parameter 'sz' with unknown value cannot be used in a constant expression size_t sz, const abstract1 * const x[])
-       |                                                           ^
- 
- ./apxx_abstract1_inline.hh:682:59: note: declared here
-   682 | inline abstract1& meet(manager& m, abstract1& dst,./apxx_abstract1_inline.hh:718:21:  size_twarning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-    sz, cons718 |   ap_t absabsttract1 * coranst x[])
-       |                                                           ^
- ct1_t xx[sz];
-       |                     ^~
- ./apxx_abstract1_inline.hh:718:21: note: function parameter 'sz' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:716:59: note: declared here
-   716 | inline abstract1& join(manager& m, abstract1& dst, size_t sz, const abstract1 * const ./apxx_abstract1_inline.hh:718x[]):21
-       |                                                           ^
- : warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   718 |   ap_abstract1_t xx[sz];
-       |                     ^~
- ./apxx_abstract1_inline.hh:718:21: note: function parameter 'sz' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:716:59: note: declared here
-   716 | inline abstract1& join(man./apxx_abstract1_inline.hh:718:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- a  718 |   ap_abstract1_t xx[sz];
-       |                     ^~
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh::718:21: note: function parameter 'sz' with unknown value cannot be used in a constant expressiong
- 731e./apxx_abstract1_inline.hhr::&21716 ::m 59,warning: :  variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]note: 
- declared here  
- ab  731716 |  |  inline abstract1& join(manager& m ap,s taract1& dsb_ts,at rbsasictztre1a&_c td1s_tt ,tx xs[zx,. scioznes (t)s i]az;eb
- _st      tr|  a                    ^~~~~~~~sc
- z, cont./apxx_abstract1_inline.hh:731:21: note: function parameter 'x' with unknown value cannot be used in a constant expression
- 1./apxx_abstract1_inline.hhs :t*729 : a89b:sc tnote: rdeclared hereao
- ct1 * const x[])
-       |                                                           ^
- nst x[])
-       |                                                           ^
-   729 | inline abstract1& join(manager& m, abstract1& dst, const std::vector<const abstract1*>& x)
-       |                                                                                         ^
- ./apxx_abstract1_inline.hh:731:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   731 |   ap_abstract1_t xx[x.size()];
-       |                     ^~~~~~~~
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh::731731:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- :21: note: function parameter 'x' with unknown value cannot be used in a constant expression
-   731 |   ap_abst./apxx_abstract1_inline.hh:729:89: note: declared here
-   729 | inline abstract1& join(manager& m, abstract1& dst, const std::vector<const abstract1*>& x)
-       |                                                                                         ^
- ract1_t xx[x.size()];
-       |                     ^~~~~~~~
- ./apxx_abstract1_inline.hh:731:21: note: function parameter 'x' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:729:89: note: declared here
-   729 | inline abstract1& join(manager& m, abstract1& dst, const std::vector<const abstract1*>& x)
-       |                                                                                         ^
- ./apxx_abstract1_inline.hh:887:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   887 |   ap_linexpr1_t ll[size];
-       |                    ^~~~
- ./apxx_abstract1_inline.hh:887:20: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:885:56: note: declared here
-   885 | inline abstract1& abstract1::assign(manager& m, size_t size, const var v[], const linexpr1 * const l[], const abstract1& inter)
-       |                                                        ^
- ./apxx_abstract1_inline.hh:887:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   887 |   ap_linexpr1_t ll[size];
-       |                    ^~~~
- ./apxx_abstract1_inline.hh:887:20: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:885:56: note: declared here
-   885 | inline abstract1& abstract1::assign(manager& m, size_t ./apxx_abstract1_inline.hh:887:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- s  887 |   ap_linexpr1_t ll[size];
-       |                    ^~~~
- ize, const var v[], const linexpr1 * const l[], const abstract1& inter)
-       |                                                        ^
- ./apxx_abstract1_inline.hh:887:20: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:885:56: note: declared here
-   885 | inline abstract1& abstract1::assign(manager& m, size_t size, const var v[], const linexpr1 * const l[], const abstract1& inter)
-       |                                                        ^
- ./apxx_abstract1_inline.hh:903:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   903 |   ap_linexpr1_t ll[l.size()];
-       |                    ^~~~~~~~
- ./apxx_abstract1_inline.hh:903:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:899:112: note: declared here
-   899 | inline abstract1& abstract1::assign(manager& m, const std::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter)
-       |                                                                                                                ^
- ./apxx_abstract1_inline.hh:904:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   904 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:904:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:899:73: note: declared here
-   899 | inline abstract1& abstract1::assign(manager& m, const std::vector<var>& v, const std::vector<const linexpr1*>& ./apxx_abstract1_inline.hh:./apxx_abstract1_inline.hh903:l903::20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- 20  903 |   ap_linexpr1_t ll[l.size()];
-       |                    ^~~~~~~~
- : warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hh  903 |   ap_linexpr1_t ll[l.size()];
-       |                    ^~~~~~~~
- :./apxx_abstract1_inline.hh:903903:,20: note: :20 function parameter 'l' with unknown value cannot be used in a constant expression
- cons: ./apxx_abstract1_inline.hh:t899:112:note: function parameter 'l' with unknown value cannot be used in a constant expression
-   ./apxx_abstract1_inline.hhnote: declared herea:bs
- 899:  112:t899ra note: c | t1declared herei
- nline abstract1& abstract1::assign(manager& m, const std::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter)
-       |                                                                                                                ^
-   899 | inline abstract1& abstract1::assign(manager& m, const std::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter)
-       |                                                                                                                ^
- &./apxx_abstract1_inline.hh inter)
-       |                                                                         ^
- :904:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hh  :904:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- 904 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
-   904 | ./apxx_abstract1_inline.hh:904:15  ap: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:899:_va73: note: declared here
-   899 | inliner_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:904:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:899:73: note:  abstract1& abstract1::assign(manager& m, condeclared here
- st std::vect  o899 | inline abstract1& abstract1::assign(manager& m, const std::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter)
-       |                                                                         ^
- r./apxx_abstract1_inline.hh<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter)
-       |                                                                         ^
- :935:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   935 |   ap_linexpr1_t ll[size];
-       |                    ^~~~
- ./apxx_abstract1_inline.hh:935:20: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:933:83: note: declared here
-   933 | inline abstract1& assign(manager& m, abstract1& dst, const abstract1& src, size_t size, const v./apxx_abstract1_inline.hha:r v[], const linexpr1 * const l[], const abstract1& inter = abstract1::null)
-       |                                                                                   ^
- 935./apxx_abstract1_inline.hh:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- :  935935 |   ap_linexpr1_t ll[size];
-       |                    ^~~~
- :./apxx_abstract1_inline.hh20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- :  935 |   ap_linexpr1_t ll[size];
-       |                    ^~~~
- 935:20: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh:933:83: note: declared here
- :935:20: note: function parameter 'size' with unknown value cannot be used in a constant expression
-   933 | inline abstract./apxx_abstract1_inline.hh:1933&./apxx_abstract1_inline.hh: :a83953s:: s20note: ideclared here: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- g  953 |   ap_linexpr1_t ll[l
- .s  i933nz | (meia(nn)la]g;
-       |                    ^~~~~~~~eine ab
- ./apxx_abstract1_inline.hhsr& tmr,a catbst1& assr:ac953i:g20n(:t 1m& dst, const abstraacnote: nfunction parameter 'l' with unknown value cannot be used in a constant expressionatg
- 1e&./apxx_abstract1_inline.hhr &:s 949rm:,c 139,:a bs isnote: ztdeclared hereer
- act1& dst, const abstract1& src, size_t size, const var v[], const linexpr1 * const l[], const abstract1& inter = ab_t size, const var v[], const linexpr1 * const l[], sc  ot949nrs | atic ntal1bi:sn:tern auaclbtsl1)t&r
-  a      ic| n                                                                                  ^tt
- er = abstrac1&t1::null)
-       |                                                                                   ^
-  assign(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                                                           ^
- ./apxx_abstract1_inline.hh:953:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hh  :953 |   a./apxx_abstract1_inline.hhp:954_953l::i1520n:: e warning: xwarning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]pvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- r  954 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- 
- 1  953 |   ap_linexpr1_t ll[l.size()];
-       |                    ^~~~~~~~
- ./apxx_abstract1_inline.hh_./apxx_abstract1_inline.hh:t:954 953:l:l1520[::l . note: snote: function parameter 'l' with unknown value cannot be used in a constant expressioni
- function parameter 'v' with unknown value cannot be used in a constant expressionz./apxx_abstract1_inline.hh
- e:./apxx_abstract1_inline.hh(949):]:949139;::
-        100note: :|                    ^~~~~~~~
- declared here
-   949 | i./apxx_abstract1_inline.hh :note: 953declared here:
- 20:  949 | innllin e abstract1& assign(manager& mnote: , abstract1& dst, const abstract1& src, consfunction parameter 'l' with unknown value cannot be used in a constant expressiont
- i ./apxx_abstract1_inline.hhns:t949de:: 139:av:bes tcrnote: atdeclared hereoc
- t1& assign(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                    ^
- r<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                                                           ^
-   949 | inline abstract1& ./apxx_abstract1_inline.hh:954:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- assign(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                                                           ^
-   ./apxx_abstract1_inline.hh:987./apxx_abstract1_inline.hh:954:15954: | 18 ::   apwarning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- _var_t vv[v.size()];
-       |               ^~~~~~~~  954 |   ap_var_t vvwarning: [variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- v./apxx_abstract1_inline.hh:954:15: note: .function parameter 'v' with unknown value cannot be used in a constant expression
- 
- s./apxx_abstract1_inline.hh  i:987z |  949e: (100a):]; note: declared here
- 
- p      _  t949e | | xi              ^~~~~~~~pn
- r./apxx_abstract1_inline.hh:954:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- l1./apxx_abstract1_inline.hhi_:nt949e:  100al:b lsnote: [tdeclared heresr
- ize];
-       |                  ^~~~
-   ./apxx_abstract1_inline.hh:987:18: note: function parameter 'size' with unknown value cannot be used in a constant expression
- a949./apxx_abstract1_inline.hhc: | ti1985n&:l 56ia:ns esnote:  ideclared hereag
- n(mbstract1& assign(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, const std::vector<const linexpr1*>&   la985,n |  aicgnoelnris&tn e m a,ab sabtbsrtsartcartca1tc&1t &1i &na tbdessrtt ,r= a ccatob1sn:ts:rtaas castbi1gs:tn:r(namcutal1n&l )as
- gr      ce| ,r                                                                                                   ^ &
- const std::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                    ^
-  m, size_t size, const var v[], const texpr1 * const l[], const abstract1& inter)
-       |                                                        ^
- ./apxx_abstract1_inline.hh:987:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   987 |   ap_texpr1_t ll[size];
-       |                  ^~~~
- ./apxx_abstract1_inline.hh:987:18: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:985:56: note: declared here
-   985 | inline abstract1& abstract1::assign(manager& m, size_t size, const var v[], const texpr1 * const l[], const abstract1& inter)
-       |                                                        ^
- ./apxx_abstract1_inline.hh:987:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   987 |   ap_texpr1_t ll[size];
-       |                  ^~~~
- ./apxx_abstract1_inline.hh:987:18: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:985:56: note: declared here
-   985 | inline abstract1& abstract1::assign(manager& m, size_t size, const var v[], const texpr1 * const l[], const abstract1& inter)
-       |                                                        ^
- ./apxx_abstract1_inline.hh:1001:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1001 |   ap_texpr1_t ll[l.size()];
-       |                  ^~~~~~~~
- ./apxx_abstract1_inline.hh:1001:18: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:997:110: note: declared here
-   997 | inline abstract1& abstract1::assign(manager& m, const std::vector<var>& v, const std::vector<const texpr1*>& l, const abstract1& inter)
-       |                                                                                                              ^
- ./apxx_abstract1_inline.hh:1002:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1002 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:1001:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hh 1001 |   ap_texpr1_t ll[l.size()];
-       |                  ^~~~~~~~
- :./apxx_abstract1_inline.hh1002:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- :1001:18: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:997:73: note: declared here
- ./apxx_abstract1_inline.hh:  997 | inline abstract1& abstract1::assign(manager& m, const std::vector<var>& v, const std::997./apxx_abstract1_inline.hh::1101001:: 18note: :declared here 
- warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-    1001 |   ap_texpr1_t ll[l.size()];
-       |                  ^~~~~~~~
- 997v./apxx_abstract1_inline.hh | e:ic1001nt:l18io:nr e<note:  function parameter 'l' with unknown value cannot be used in a constant expressionac
- bo./apxx_abstract1_inline.hhsn:st997rt:a 110c:t tnote: 1edeclared here&
- xpr1*>& l, const abstract1& inter)
-       |                                                                         ^
-   997 | inline abstract1& abstract1::assign(manager& m, const std::vector<var>& v, const std::vector<const texpr1*>& l, const abstract1& inter)
-       |                                                                                                              ^
-  abstract1::assign(mana./apxx_abstract1_inline.hh:1002:15: warning: ger& mvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1002, const std |  ::vector<var>& v, const std::vector<const texpr1*>& l, const abstract1& inter)
-       |                                                                                                              ^
-  ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh:::103110021002:::181515:::   warning: warning: note: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]function parameter 'v' with unknown value cannot be used in a constant expression
- 
- 
-  1002 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
-  ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh1031:: | 9971002 :: 73a15::p  _note: note: tedeclared herefunction parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:997
-   xpr:99773: | 1 _note: declared herei
- nline abstract1& abstract1::assign(manager& m, const std::vector<var>& v, const std::vector<const texpr1*>& l, const abstract1& inter)
-       |                                                                         ^
-   t997 | inline abstract1& abstract1::assign(manager& m, const std::vector<var>& v, const std::vector<const texpr1*>& l, const abstract1& inter)
-       |                                                                         ^
-  ll[size];
-       |                  ^~~~
- ./apxx_abstract1_inline.hh:1031:18: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1029:83: note: declared here
-  1029 | inline abstract1& assign(manager& m, abstract1& dst, const abstract1& src, size_t size, const var v[], const texpr1 * const l[], const abstract1& inter = abstract1::null)
-       |                                                                                   ^
- ./apxx_abstract1_inline.hh:1031:18: warning: ./apxx_abstract1_inline.hh:1031:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   1031 |   ap_texpr1_t ll[size];
-       |                  ^~~~
- 1031 |   ap_texpr1_t ll[size];
-       |                  ^~~~
- ./apxx_abstract1_inline.hh:1031:18: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1031:18: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1029:83: note: declared here
- ./apxx_abstract1_inline.hh:1029:83: note: declared here
-  1029 | inline abstract1& assign(manager&./apxx_abstract1_inline.hh  m1029:, | 1049 ia:bn18sl:ti rnwarning: aevariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]c ta
- 1 1049 |   ap_texpr1_t ll[l.size()];
-       |                  ^~~~~~~~
- b&s ./apxx_abstract1_inline.hhtd:sr1049ta:c,18t 1:c& onst abstract1& src, si note: assign(manager& m, abstract1& dst, const abstract1& src, size_t size, const var v[], const texpr1 * const l[], const abstract1& inter = abstract1::null)
-       |                                                                                   ^
- function parameter 'l' with unknown value cannot be used in a constant expressionz
- e_t size, co./apxx_abstract1_inline.hhn:st var v[], const texpr1 * co1045:137: note: declared here
- nst  l[], const abstract1& inter = abstract1::null)
-       |                                                                                   ^1045
-  | inline abstract1& assign(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, const std::vector<const texpr1*>& l,./apxx_abstract1_inline.hh:1049:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  const abstract1& inter = abstr./apxx_abstract1_inline.hha c:1049t1049 | 1:: 18: :na upwarning: _lvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]tl
- e)x 
- p1049r       | | 1                                                                                                                                         ^_ ta
- p_texpr1_t ll[l.size()];
-       |                  ^~~~~~~~
-  ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hhl::l10501049[::l1518.::s i znote: warning: function parameter 'l' with unknown value cannot be used in a constant expressionevariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension](
- 
- )./apxx_abstract1_inline.hh] :;1050
- 1045 | :      137| :                  ^~~~~~~~  
- note: ./apxx_abstract1_inline.hh:1049:18: note: function parameter 'l' with unknown value cannot be used in a constant expression
- adeclared here./apxx_abstract1_inline.hhp:
- 1045:137: note: declared here
- _var_t vv[v.size()];
-       |               ^~~~~~~~
-   10451045 | ./apxx_abstract1_inline.hh | :i1050n:l15i:n ienote: n function parameter 'v' with unknown value cannot be used in a constant expressional
- bi./apxx_abstract1_inline.hhsnt:er 1045aa:cb100st:t1r &anote:  declared herecatssign(m
- 1a&  1045an | saisgnielrgi&nn( emm, abstract1& dst, const abstract1& src, const std::vector<var>& v, const std::vector<coa abstract1& nnsta texpr1*>& l, const abstract1& inter = absatgsersign(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, const std::vector<const texpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                    ^
- r& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, const std::act1v::null)
-       |                                                                                                                                         ^
- ector<const texpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                                                         ^
- ./apxx_abstract1_inline.hh:1050:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1050 |   ap_var_t vv[v.si./apxx_abstract1_inline.hh:1050z:e()];
-       |               ^~~~~~~~
- 15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh: :105010501085: | :15 :20  :anote:  pfunction parameter 'v' with unknown value cannot be used in a constant expressionwarning: _
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]v./apxx_abstract1_inline.hh
- a 1085 |   ap_linexpr1_t ll[s:i1045:100: note: declared here
- r 1045_zte  | ]vi;vn
- l[i      vn.| e                   ^~~~s i
- az./apxx_abstract1_inline.hhbe:s(t1085)];
-       |               ^~~~~~~~
- r:./apxx_abstract1_inline.hha20:c:t1050 1:note: &15 function parameter 'size' with unknown value cannot be used in a constant expression:a
-  s./apxx_abstract1_inline.hhnote: s:function parameter 'v' with unknown value cannot be used in a constant expressioni1083g
- :n./apxx_abstract1_inline.hh60(:m1045:: a100nnote: :declared herea gnote: 
- er& m, abstract1& dst, const abstract1& src, const stdeclared here
-  d1083 : | 1045:i | vneilncliintneoer <a vabasbrtsr>& v, const std::vector<const texpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                    ^
- tract1& assign(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, const std::vector<const texpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                    ^
- act1& abstract1::substitute(manager& m, size_t size./apxx_abstract1_inline.hh:1085:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- , const var v[], const linexpr1 * const l[], const abstr a1085 |   ap_linexpr1_t ll[size];
-       |                    ^~~~
- ct1& inter)
-       |                                                            ^
- ./apxx_abstract1_inline.hh:1085:20: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1083:60: note: declared here
-  1083 | inline abstract1& abstract1::substitute(manager& m, size_t size, const var v[], const linexpr1 * const l[], const ab./apxx_abstract1_inline.hh:1085stra:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hh 1085 |   ap_linexpr1_t ll[size];
-       |                    ^~~~
- :1101:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hhc: 10851101t: | 120& :   ianote: pnfunction parameter 'size' with unknown value cannot be used in a constant expression_t
- lei./apxx_abstract1_inline.hhr:n)e
- xp      1083|                                                            ^
- :r60: note: declared here
- 1_t ll[l.size()];
-       |                    ^~~~~~~~
-  ./apxx_abstract1_inline.hh:1101:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- 1083 | inline abstract1& abstract1::substitute(manager& m, size_t size, const var v[], const linexpr1 * const l[], cons./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh:t:1097 1101:a:116b20:s: t note: rwarning: declared hereavariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- 
- c 1101 |   ap_linexpr1_t ll[l.size()];
-       |                    ^~~~~~~~
-  t./apxx_abstract1_inline.hh1097:1 | 1101&i: 20in:nl tiennote: refunction parameter 'l' with unknown value cannot be used in a constant expression) 
- 
- a./apxx_abstract1_inline.hh      :b| 1097                                                           ^s:t
- 116: note: declared here
- ract1& abstract1::substitute(m a1097 | inline abstract1& abstract1::substitute(mannager&ager& m, const std::vector<var>& v, const std::vector<const linexpr1*./apxx_abstract1_inline.hh:1101:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- > &m  ,l1101 | ,   cc ooanpnss_tt ls itndeaxb:psr:1vt_erctatc otrl1<l&v [ialn.terr)
-       |                                                                                                                    ^
- s>& v,ize()]; cons./apxx_abstract1_inline.hht:
- 1102      :| 15                   ^~~~~~~~:
-  ./apxx_abstract1_inline.hh:1101:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
-  warning: ./apxx_abstract1_inline.hhs:variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]1097t
- :116: note: declared here
- d : 1102:v | 1097  ap_vare | cit_notlri <nvcve[v .size()];
-       |               ^~~~~~~~
- a./apxx_abstract1_inline.hh:1102:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- o./apxx_abstract1_inline.hhbn:ss1097tt:r 77laicn:te 1xnote: &pdeclared here r
- ab 1097 | inline abstract1& abstract1::substitute(manager& m, const std::vector<var>& v, const sts1td*r>:a&: vlc,e cttoc1ro:<:cnsousnbsts atbisttrtuate(manager& m, const std::vector<var>& v, const std::vector<coctn1& inter)
-       |                                                                                                                    ^
-  st linexpr1*>linexp& l, cr1*>onst abst& ./apxx_abstract1_inline.hhract1& inte:l1102r,: 15c:o )nwarning: 
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]      |                                                                                                                    ^
- 
- st abstract1& inter)
-       |                                                                             ^
-  ./apxx_abstract1_inline.hh1102 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- :./apxx_abstract1_inline.hh:1102:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- 1102:15: warning: ./apxx_abstract1_inline.hh:1097:77variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- :  note: declared here
- 1102 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
-  1097 | inline abstract1& abstract1::substi./apxx_abstract1_inline.hh:1102:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- t./apxx_abstract1_inline.hhute(manager& m, const :1097st:d::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter)
-       |                                                                             ^
- 77./apxx_abstract1_inline.hh: note: declared here
- :1133:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-   1133 |   ap_linexpr1_t ll[size];
-       |                    ^~~~
- 1097 | inli./apxx_abstract1_inline.hh:ne abstract1& abstract1::substitute(manager& m, const std::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter)
-       |                                                                             ^1133:
- 20: note: ./apxx_abstract1_inline.hhfunction parameter 'size' with unknown value cannot be used in a constant expression
- :./apxx_abstract1_inline.hh1133:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- : 1133 |   ap_linexpr1_t ll[size];
-       |                    ^~~~
- 1131:87: note: declared here
- ./apxx_abstract1_inline.hh: 1131 | inline abstract1& substitute(manager& m, abs1133:20: note: function parameter 'size' with unknown value cannot be used in a constant expression
- t./apxx_abstract1_inline.hhract1& dst, const abstract1& src, size_t size, co:1131:87nst var v[], const linexpr1 * const l[], const abstract1& inter = abstract1./apxx_abstract1_inline.hh::::1133n :unote: 20l:declared herel 
- )
-       |                                                                                       ^
- warning:  1131 | inline abstract1& substitute(manager& m, abstract1& dst, const abstract1& src, size_t size, const var v[], const linexpvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1133 | r1 * const l[], con  apst abstract1& inter./apxx_abstract1_inline.hh _:=l1151 i:an20be:s xtwarning: prvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]a
- rc t111511_ | :t : n lull[asize];
-       |                    ^~~~
- l)
-       |                                                                                       ^
- p_linexpr1./apxx_abstract1_inline.hh:1133_t ll[l.size()];
-       |                    ^~~~~~~~
- :20./apxx_abstract1_inline.hh: note: function parameter 'size' with unknown value cannot be used in a constant expression
- :./apxx_abstract1_inline.hh:1151:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- 1131./apxx_abstract1_inline.hh:1147:143: note: declared here
- :87 1147 | inl: note: declared here
- in 1131 | inlie abstrane abstract1& substitute(manager& m, abstract1& dst, const abstract1& src, size_t sizcte1,./apxx_abstract1_inline.hh& : c1151so:n20:s utwarning: b variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]svt
- ar v[], const li ni1151tuetxpr | 1 e ( ap*m_ colaninnexstpagr l[1e]r,_&t ll  mc[,l o.asnbisszttr aaebc(st1)t&]r ;adcst, const abt1s
- t&      r | aic                   ^~~~~~~~nt
- t./apxx_abstract1_inline.hh1& src, const:er  1151s=:t 20da:b::st note: function parameter 'l' with unknown value cannot be used in a constant expressionravcetc1
- t:./apxx_abstract1_inline.hho::rn<ull)
-       |                                                                                       ^
- v1147ar>& v, const std::vector<cons:143t: note: declared here
-  linexpr1*>& l, const abstract1& int 1147er  | = abstract1::null)
-       |                                                                                                                                               ^
- inline abstract1& substitute(manager& m, abstract1& dst, co./apxx_abstract1_inline.hhn:./apxx_abstract1_inline.hhs1151:t: 20ab1152:s: t15warning: r:variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]a 
- c 1151 |   ap_linexpr1_t ll[l.size()];
-       |                    ^~~~~~~~
- warning: t./apxx_abstract1_inline.hhvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]1:
- 1151:20: note: function parameter 'l' with unknown value cannot be used in a constant expression
- & ./apxx_abstract1_inline.hh :1152 |  1147: sa143rp:c _,vnote: a declared hererc_o
- t vv[v.size()];
-  n1147s | ti nsltid      n:| :e              ^~~~~~~~ v
- a./apxx_abstract1_inline.hh:1152:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- eb./apxx_abstract1_inline.hhc:ts1147o:tr104<r:va acnote: rtdeclared here>
- 1& 1147 &  | inline abstract1& substisutvbu,st cotient(smutat nesa(tgmeadrn:&:a gvmee,rc t&aob rsm<tc,r actao1bnst&sr tad clsittn1e,& x cpdosnrts1,t abs trc*o>an&sc ttl ,1 a&c osbnrssct,t  racabosctnrtsa1tc& t s1s&trd c:i:,nv eccottenro s= abr<svta rs>t&d :vt,:r vacceotnc1st::null)
-       |                                                                                                                                               ^
- to std::vector<const linexpr1*>& l, consr./apxx_abstract1_inline.hht<: v1152aa:rb15>s:&t  rvwarning: a,cvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] t
- 1& inter = abstract1::null)
-       |                                                                                                        ^
- const std::vector<const li 1152n | expr1*>&  ap_va l, const absrtract1& inter = abstract1::null)
-       |                                                                                                                                               ^
- _t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:1152:./apxx_abstract1_inline.hh15: :1152:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- note:  1152 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1152./apxx_abstract1_inline.hh:1147::15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- 104: note: declared here
- ./apxx_abstract1_inline.hh:1147:104: note: declared here
-  1147 | inline abstract1& substitute(manager& m, abstract1& dst, const abstract1& sr ./apxx_abstract1_inline.hh:1147c1185 | ,:i 18n:cl oiwarning: nnvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]es
-  a 1185b | stt rsatc td 1:&ap:vector<var>& v, const s_ tstdueb:xs:ptvrie1tc_uttto erl(l<[mcsaioznena]sg;et
- r       &| l                  ^~~~im
- n,./apxx_abstract1_inline.hhe :xa1185bp:sr18t1:r *anote: >cfunction parameter 'size' with unknown value cannot be used in a constant expression&t
-  1./apxx_abstract1_inline.hhl&: ,1183d sc:to60:,  nnote: sdeclared herect
- on  1183 | ainline abstract1& abstract1::substitute(manager& m, size_tbs t size, abstrsactcotrn1sat&  cvti1an&rt  esvrrc = abstrac[t1::null)
-       |                                                                                                        ^
- ], const texpr1 * const l[], const abstract1& inter)
-       |                                                            ^
- , const std::vector<var>& v, const std::vector<const linexpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                        ^
- ./apxx_abstract1_inline.hh:1199:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1199 |   ap_texpr1_t ll[l.size()];
-       |                  ^~~~~~~~
- ./apxx_abstract1_inline.hh:1185:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hh 1185 |   ap_texpr1_t ll[size];
-       |                  ^~~~
- :1199:18: note: function parameter 'l' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1185:18: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1195:114: note: declared here
- ./apxx_abstract1_inline.hh:1183:60: note: declared here
-  1195 | inline abstract1&  ./apxx_abstract1_inline.hh1183a | :bis1185ntl:ir18an:c tewarning:  1variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]:a
- : 1185 |   ap_texpr1_t ll[size];
-       |                  ^~~~
- sbu./apxx_abstract1_inline.hhsb:st1185t:ir18tau:c ttnote: e1function parameter 'size' with unknown value cannot be used in a constant expression
- &(./apxx_abstract1_inline.hhm:1183 aanag:eb60rs&t rma,c :tc o1note: n:s:declared herets
-  std::vector<var>& v, const std::vector<const texp ur1183b1 | s*ti>ni&lt iuln,te  caeob(nmssattnr aacabts1g&te rarab&cst tm1r&,a  citsn1ti:ez:rse)_u
- bs      |                                                                                                                  ^
- tt size, const var v[], const texpr1 * const l[], const abstract1& inter)
-       |                                                            ^
- itute(manager& m, size_t size, const var v[], const texpr1 * const l[], const abstract1& inter)
-       |                                                            ^
- ./apxx_abstract1_inline.hh:1200:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1200 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:1200:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1195:77: note: declared here
- ./apxx_abstract1_inline.hh 1195 | inline abstract1& abstract1::substitute(manager& m, const std::vector<var>& v, cons./apxx_abstract1_inline.hht std::vector<const texpr1:*:>11991199:18:& l18:: , warning:  warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]cvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- o 1199 |   ap_texpr1_t ll[l.size()];
-       |                  ^~~~~~~~
- n
- st abstract1& inter)
-       |                                                                             ^
- ./apxx_abstract1_inline.hh:1199:18: note: function parameter 'l' with unknown value cannot be used in a constant expression
-  ./apxx_abstract1_inline.hh:1195:114:1199 |   ap_te xpr1_t ll[l.size()];
-       |                  ^~~~~~~~
- note: ./apxx_abstract1_inline.hh:1199:18: note: function parameter 'l' with unknown value cannot be used in a constant expression
- declared here
- ./apxx_abstract1_inline.hh: 1195 | inline abstract1& abstract1::subst1195i:114: note: declared heretute(manager& m, const std
-  1195 | :i:vectornli<var>& v, const std::vector<const texpr1*>&ne abstract1& abstract1::substitute./apxx_abstract1_inline.hh: l1229,(:18: warning:  mcanovariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]agnster abst
- ract1& inter)
-       |                                                                                                                  ^
- & 1229 |   ap_texpr1_t l./apxx_abstract1_inline.hh:1200:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- l 1200 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- [ smi,z ec./apxx_abstract1_inline.hh]o;n
- :s      t|  s                 ^~~~1200:t
- d15./apxx_abstract1_inline.hh:::: 1229v:note: e18function parameter 'v' with unknown value cannot be used in a constant expressionc:
- t ./apxx_abstract1_inline.hhnote: o:function parameter 'size' with unknown value cannot be used in a constant expressionr1195
- <:./apxx_abstract1_inline.hhv:77: note: declared here1227
- : 1195 | inline absa87tr:r >anote: &cdeclared heret 1
- v, 1227 | &  ianbliscontsrntae  abstract1& substitute(manager& m, abstract1& dst, const abstract1& src, size_t size, const var v[], const tesctxtdp1::r::1v s*eu ccbtosontsri<ttc uoltne[st],( mta encxaopgnre1r*s&>t  m&a, b l, cscotonrasnctstt  1s&at bdisn:t:etrrav ecctt=1o &ra< bvisantrtr>ea&rc )tv
- 1,:       :| cno                                                                                                                 ^unl
- st std::vector<const te./apxx_abstract1_inline.hh:1200:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- xl p)1200r
-  | 1       | *                                                                                       ^a
- >& l, const abstract1& inter)
-       |                                                                             ^
- p_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:1200:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1195:77: note: declared here
-  1195 | inline abstract1& abstract1::substitute(manager& m, const std::vector<var>& v, const std::vector<const texpr1*>& l, const abstract1& inter)
-       |                                                                             ^
- ./apxx_abstract1_inline.hh:1247:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1247 |   ap_texpr1_./apxx_abstract1_inline.hh:1229:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1229 |   ap_texpr1_t t ll[l.size()];
-       |                  ^~~~~~~~
- l./apxx_abstract1_inline.hh:1247:18: note: function parameter 'l' with unknown value cannot be used in a constant expression
- l[size];
-       |                  ^~~~
- ./apxx_abstract1_inline.hh:1243:141: note: declared here
- ./apxx_abstract1_inline.hh:1229:18: note: function parameter 'size' with unknown value cannot be used in a constant expression
-  1243 | inline abstract1& substitute(manager& m, abst./apxx_abstract1_inline.hh:1227:87: note: declared here
- r 1227 | inline ./apxx_abstract1_inline.hh:1229:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- aa bc1229st | 1t& r  adaspct_,tt 1c&eo xnpssrt1u ba_stbt slitlrtu[ascitz1e]t&e (smracn,a ;cg
- oer& m, abstract1& dst, const abstract1& src, size_t size, const var v[      n]| s,                 ^~~~t  c
- s./apxx_abstract1_inline.hh:1229:18: note: function parameter 'size' with unknown value cannot be used in a constant expression
- ot./apxx_abstract1_inline.hhdn::1227s::tv e87tc:e txnote: opdeclared hererr
- <v 1227 | inline abstract1& substitute(manager& m, abstract1& dst, const abstract1& src,ar1 * const  >s& li[], convs,tz  ceoa_nbts stst std::vector<const texpr1*>& l, criazcoet,n 1sc&to  nainstte rvab s=tr r abavsc[t]tr1,& i ancctoetnr1 :=s:t anublslt rtexa)
- ctp      1r:|                                                                                       ^:n
- 1 * coulln)st l[], const abstract1& inter = abstract1::null)
- 
-       |                                                                                                                                             ^
-       |                                                                                       ^
- ./apxx_abstract1_inline.hh:1248:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1248 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:1248:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1243:104: note: declared here
-  1243 | inline abstract1& substitute(manager& m, abstract1& dst, const abst./apxx_abstract1_inline.hh:ra1247:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1247 |   ap_texpr1_t ll[l.size()]./apxx_abstract1_inline.hhc;:t
- 11247&      : | s18                 ^~~~~~~~r:
- c ,./apxx_abstract1_inline.hhwarning:  :variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]c
- 1247 1247 |   ap_texpr1_t ll[l.size()];
-       |                  ^~~~~~~~
- o:n./apxx_abstract1_inline.hh18s:: note: t1247function parameter 'l' with unknown value cannot be used in a constant expression :
- s18t:d./apxx_abstract1_inline.hh ::note: :1243function parameter 'l' with unknown value cannot be used in a constant expressionv:
- e141./apxx_abstract1_inline.hhc::t 1243o:r<141:note:  declared herenote: v
- declared here
- ar>& v, const std::vector<cons t1243 |   t1243e | xipnrl1ii*nn>el& i anbel, cs toarnbassctt tra1a&bcs tt1rs&a ucsbtu1bs&st tiiinttutetuert( me=(a nmaabasgnetraager& m, abstrrca&tc 1t1m,& :a:bnsu tract1& dst, conslltd )sa
- tb      s,| t                                                                                                        ^rc
- act1& src, const std::vector<var>& v, consonst std::vector<const texpr1*>& l, const abstratct1&  abstract1& src, const std::vector<var>& vin, const std:ter = a:vector<const texpr1*>& l, const abstract1& inter = abstbrstract1::null)
-       |                                                                                                                                             ^
- act1::null)
-       |                                                                                                                                             ^
- ./apxx_abstract1_inline.hh:1248:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1248 |   ap_v./apxx_abstract1_inline.hh:1287:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ar./apxx_abstract1_inline.hh:_ t1287  | vv 1248 :a15p:_ var_t vv[v.size()];
-       |               ^~~~~~~~
- warning: [./apxx_abstract1_inline.hhvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]v:.
- 1287:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
-  s./apxx_abstract1_inline.hh1248i:z | 1285e (:) 73a]:;p 
- _note: v      declared herea
- |  1285 | inline abstract1& abstract1::forget(manager& m, const std::vector<var>& v, bool project)
-       |                                                                         ^
- r_t vv[v.size()];
-       |               ^~~~~~~~
-               ^~~~~~~~
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh:1248:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- :1248:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1243:104: note: declared here
- ./apxx_abstract1_inline.hh:1243: 1243 | i104: nlinenote: declared here
-  1243 | inline abstract1& substitute(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, const std::vector<const texpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                        ^
-  ./apxx_abstract1_inline.hhabstract1& substitute(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, con:1313:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- s t1313 std::vector<const texpr1*>& l, const abstract1& inter = abstract1::null)
-       |                                                                                                        ^
-  |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:1313:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1311:100: note: declared here
- ./apxx_abstract1_inline.hh 1311 | inline abstract1& forget(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& v, bool p:1287ro:15: ject = falsewarning: )
-       |                                                                                                    ^variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- 
-  1287 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh:1287:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1285:73: note: declared here
-  1285 | inline abstract1& abstract1::f./apxx_abstract1_inline.hh:orget(1287:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- m 1287 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- anager& m, const std::vector<var>& v, bool project)
-       |                                                                         ^
- ./apxx_abstract1_inline.hh:1287:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1285:73: note: declared here
-  1285 | inline abstract1& abstract1::forget(manager& m, const std::vector<var>& v, bool project)
-       |                                                                         ^
- ./apxx_abstract1_inline.hh:1313:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hh :1313 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- 1383:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- ./apxx_abstract1_inline.hh:1313:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
-  ./apxx_abstract1_inline.hh:1311:100: note: declared here
- 1383 |   a 1311 | inline abstract1& forget(manager& m, abstract1& dst, pco_nst abstract1& src, const std::vector<var>& v, bool project = false)
-       |                                                                                                    ^
- var_t oldvv[oldv.size()];
-       |                  ^~~~~~~~~~~
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh:1383:18: note: function parameter 'oldv' with unknown value cannot be used in a constant expression
- :./apxx_abstract1_inline.hh:1379:73: note: declared here
- 1313 1379 | inline abstract1& abstract1::rename(manager& m, const std::vector<var>& oldv, const std::vector<var>& new:v)
- 15      |                                                                         ^
- : warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1313 |   ap_var_t vv[v.size()];
-       |               ^~~~~~~~
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh:1313:15: note: function parameter 'v' with unknown value cannot be used in a constant expression
- :./apxx_abstract1_inline.hh:1311:100: note: declared here
- 1384:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1311 | inline abstract1& forget(manag 1384 |   ap_var_t nerewvv[newv.size()];
-       |                  ^~~~~~~~~~~
- &./apxx_abstract1_inline.hh:1384:18: note: function parameter 'newv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh m, abstr:1379:103: note: declared here
- a 1379 | inline abstract1& abstract1::rename(manager& m, const std::vector<var>& oldv, const std::vector<var>& newv)
-       |                                                                                                       ^
- ./apxx_abstract1_inline.hhct1& dst, const abstract1& src, const std::vector<var>& v, bool project = false)
-       |                                                                                                    ^
- :1383:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1383 |   ap_var_t oldvv[oldv.size()];
-       |                  ^~~~~~~~~~~
- ./apxx_abstract1_inline.hh:1383:18: note: function parameter 'oldv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1379:73: note: declared here
-  1379 | inline abstract1& abstract1::rename(manager& m, const std::vector<var>& oldv, const std::vector<var>& newv)
-       |                                                                         ^
- ./apxx_abstract1_inline.hh:1413:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1413./apxx_abstract1_inline.hh:1384:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1384 |   ap_var_t newvv[newv.size()];
-       |                  ^~~~~~~~~~~
-  | ./apxx_abstract1_inline.hh:1384:18: note: function parameter 'newv' with unknown value cannot be used in a constant expression
-  ./apxx_abstract1_inline.hh:1379:103: note: declared here
-  ap_var_t oldvv[oldv.size()];
-       |                  ^~~~~~~~~~~
-  ./apxx_abstract1_inline.hh:1413:18: note: function parameter 'oldv' with unknown value cannot be used in a constant expression
- 1379 | inline./apxx_abstract1_inline.hh:1409:100: note: declared here
-   1409 | inline abstabsract1& rename(manatract1& abstract1:g:rename(manager& m, const std::vecer&tor<./apxx_abstract1_inline.hhv am,: abstract1& dst, const abstract1& src, const std::vector<var>& oldv, const std::vector<var>& 1383n:r18e:w vwarning: )
-       |                                                                                                    ^
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- > 1383 |   ap_var_t oldvv[oldv.size()];
-       |                  ^~~~~~~~~~~
- &./apxx_abstract1_inline.hh ./apxx_abstract1_inline.hh:o:1383l:dv, const std::vector<var>& ne18: note: function parameter 'oldv' with unknown value cannot be used in a constant expression
- w1414./apxx_abstract1_inline.hhv:):18
- 1379:      : | 73warning:                                                                                                       ^:
- variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  note: declared here
-  1414 |   ap_ v1379ar_t new | vv[newv.inline abstract1& abstract1::rename(manager& m, const std::vector<var>& oldv,size()];
-       |                  ^~~~~~~~~~~
- ./apxx_abstract1_inline.hh:1414:18: note: function parameter 'newv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1409:130: note: declared here
-  1409 | inline abstract1& rename(manager& m, abstract1& dst, const abstrac./apxx_abstract1_inline.hh:1413:t1&18  :cs rowarning: cn,st std::vector<vvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  ar>& newv)
-  c1413 | o       n|                                                                          ^as
- pt std::vector./apxx_abstract1_inline.hh:1384:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- <_v va1384 | r>ar&_ o t ap_var_t newldvvv ,[on lecwdovvn.vs[stiozl ed(sv).]t;sdi:
- z:      e| v                 ^~~~~~~~~~~(e
- c./apxx_abstract1_inline.hh:1384:18: note: function parameter 'newv' with unknown value cannot be used in a constant expression
- )t./apxx_abstract1_inline.hho]r:;<1379
- v:a      103: r>&|                  ^~~~~~~~~~~
-  newv)./apxx_abstract1_inline.hh:note: 1413declared here
- 
-       |                                                                                                                                   ^:181379 | 
- :inli note: function parameter 'oldv' with unknown value cannot be used in a constant expressionne a
- ./apxx_abstract1_inline.hh:1409:100: note: bsdeclared here
- t 1409 | inlract1&ine abstract1& rename (abstract1::rename(manager& m, const std::vector<var>& oldv, const std::vector<var>& newv)
-       m| a                                                                                                      ^
- nager& m, abstract1& dst, const abstract1& src, const std::vector<var>& oldv, const std::vector<var>& newv)
-       |                                                                                                    ^
- ./apxx_abstract1_inline.hh:1446:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1446 |  ./apxx_abstract1_inline.hh:1414:18: ap_var_t ww[vv.size()];
-        warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- |  1414 |   ap_var_t newvv[              ^~~~~~~~~
- newv.siz./apxx_abstract1_inline.hh:1446:15: note: function parameter 'vv' with unknown value cannot be used in a constant expression
- e(./apxx_abstract1_inline.hh:1444:87: ./apxx_abstract1_inline.hh:1413:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]note: declared here
- 
-   14441413 |   | )];
-        |                  ^~~~~~~~~~~
- aip_var./apxx_abstract1_inline.hh_t oldvv[oldv:.ns1414li:iz18ne:e ( note: )]afunction parameter 'newv' with unknown value cannot be used in a constant expression;b
- 
- s./apxx_abstract1_inline.hh      t:| r1409a                 ^~~~~~~~~~~:c
- t1& a./apxx_abstract1_inline.hhb130:s:1413t :rnote: 18adeclared here:
-  cnote:  t1409function parameter 'oldv' with unknown value cannot be used in a constant expression1 | 
- :i:./apxx_abstract1_inline.hhen:xl1409p:ianne100d (:amb asnote: ntdeclared herearg
- ac 1409 | inline abstract1& rename(manager& m, abstract1& dst, const abstract1& src,er& m,  const st1cto&n srt ednv:aa:mrv&ee (cvm,anager& m, abstract1& dst, const abt ocsro<tnvsartr asc>td&: :tov1le&d cvts,or rcc<ov,na srct>o&n  svsvt)td
-  :      s:| t                                                                                      ^v
- d::vector<var>& oldv, const std::vector<var>& newv)
-       |                                                                                                                                  ^
- ector<var>& newv)
-       |                                                                                                    ^
- ./apxx_abstract1_inline.hh:1414:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1414 |   ap_var_t newvv[newv.size()];
-       |                  ^~~~~~~~~~~
- ./apxx_abstract1_inline.hh:1414:18: note: function parameter 'newv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1409:130: note: declared here
-  1409 | inline abstract1& rename(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& oldv, const std::vector<var>& newv)
-       |                                                                                                                                  ^
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh:1471:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- :1446:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1471 |   ap_var_t ww[vv.size()];
-       |               ^~~~~~~~~
-  1446 |   ap_var_t ww[vv.size()];
-       |               ^~~~~~~~~./apxx_abstract1_inline.hh:
- ./apxx_abstract1_inline.hh:1446:15: note: function parameter 'vv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1444:87: 1471:15: note: function parameter 'vv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1469:114: note: declared here
- note: declared here
-  1469 | inline abstract1& expand(manager& m, abstract1& d 1444 | inline abstracst,t const abstract1& src, const var&./apxx_abstract1_inline.hh1 :&v1446 ,: a15bcs:tr owarning: navariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]sc
- t 1446 |   ap_var_t ww[vvt 1std::vector<var>& vv)
-       |                                                                                                                  ^
- :.:expand(manager& m, const vsiazre()];
-       |               ^~~~~~~~~
- & v./apxx_abstract1_inline.hh:, const std:1446:vector<var>& vv:)
-       |                                                                                       ^
- 15: note: function parameter 'vv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1444:87: note: declared here
-  1444 | inline abstract1& abstract1::expand(manager& m, const var& v, const std::v./apxx_abstract1_inline.hh:1497:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1497 |   ap_vaecr_t ww[tor<var>& vvv.sivze())
-       |                                                                                       ^
- ];
-       |               ^~~~~~~~~
- ./apxx_abstract1_inline.hh:1497:15: note: function parameter 'vv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1495:71: note: declared here
-  1495 | inline abstract1& abstract1::fo./apxx_abstract1_inline.hh:1471l:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1471 |   ap_var_t wd(manager& m, const std::vector<var>& vv)
-       |                                                                       ^
- w[vv.size()];
-       |               ^~~~~~~~~
- ./apxx_abstract1_inline.hh:1471:15: note: function parameter 'vv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1469:114: note: declared here
-  1469 | inline abstract1./apxx_abstract1_inline.hh:1471:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1471 |   ap_var_t ww[vv.size()];
-       |               ^~~~~~~~~
- &./apxx_abstract1_inline.hh:1471:15 ex:pand(manager& m, abstract1& dst, const abstract1& src, const var& v, co note: function parameter 'vv' with unknown value cannot be used in a constant expressionnst
-  std::vector<var>& vv)
-       |                                                                                                                  ^
- ./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh::15191469:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1519 | :114: note: declared here
-  1469 | inline abstr  ap_var_t ww[vv.size()];
-       |               ^~~~~~~~~
- a./apxx_abstract1_inline.hh:1519:15: note: function parameter 'vv' with unknown value cannot be used in a constant expression
- ct1& expand(manager& m, abstract1& dst, const abstract1& src, const var& v, const std::vector./apxx_abstract1_inline.hh./apxx_abstract1_inline.hh<::v14971517a::r1598>::&   warning: vnote: vvariable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]declared here)
- 
- 
-         1497| 1517 |  |                                                                                                                  ^ i
-  ap_var_t ww[vv.size()];
-       |               ^~~~~~~~~
- nline abstract1& fold(manager& m, abstract1& dst, const abstract1& s./apxx_abstract1_inline.hh:1497:15: note: function parameter 'vv' with unknown value cannot be used in a constant expression
- r./apxx_abstract1_inline.hhc, const std::v:ec1495:71: note: declared here
-  1495 | inline abstract1& abstract1::ftor<var>& vv)
-       |                                                                                                  ^
- ./apxx_abstract1_inline.hhold(manager& m, const std::v:1497e:ctor<var>& vv)
-       |                                                                       ^
- 15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1497 |   ap_var_t ww[vv.size()];
-       |               ^~~~~~~~~
- ./apxx_abstract1_inline.hh:1497:15: note: function parameter 'vv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1495:71: note: declared here
-  1495 | inline abstract1& abstract1::fold(manager& m, const std::vector<var>& vv)
-       |                                                                       ^
- ./apxx_abstract1_inline.hh:1519:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
-  1519 |   ap_var_t ww[vv.size()];
-       |               ^~~~~~~~~
- ./apxx_abstract1_inline.hh:1519:15: note: function parameter 'vv' with unknown value cannot be used in a constant expression
- ./apxx_abstract1_inline.hh:1517:98: note: declared here
-  1517 | inline abstract1& fold(manager& m, abstract1& dst,./apxx_abstract1_inline.hh:1519:15:  conswarning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
- t  abs1519 |   tarap_var_t ww[vv.size()];
-       |               ^~~~~~~~~
- c./apxx_abstract1_inline.hh:1519:15: note: function parameter 'vv' with unknown value cannot be used in a constant expressiont
- 1& src, const std:./apxx_abstract1_inline.hh::vec1517:98:t note: declared hereo
- r<var >&1517 vv)
-        | | i                                                                                                 ^
- nline abstract1& fold(manager& m, abstract1& dst, const abstract1& src, const std::vector<var>& vv)
-       |                                                                                                  ^
- In file included from apronxx_test.cc:21:
- In file included from ./apxx_t1p.hh:21:
- In file included from ../taylor1plus/t1p.h:65:
- ../taylor1plus/t1p_otherops.h:32:7: warning: 't1p_expand' has C-linkage specified, but returns incomplete type 't1p_t' (aka '_t1p_t') which could be incompatible with C [-Wreturn-type-c-linkage]
-    32 | t1p_t t1p_expand(ap_manager_t* man,
-       |       ^
- ../taylor1plus/t1p_otherops.h:37:7: warning: 't1p_fold' has C-linkage specified, but returns incomplete type 't1p_t' (aka '_t1p_t') which could be incompatible with C [-Wreturn-type-c-linkage]
-    37 | t1p_t t1p_fold(ap_manager_t* man,
-       |       ^
- ../taylor1plus/t1p_otherops.h:45:7: warning: 't1p_closure' has C-linkage specified, but returns incomplete type 't1p_t' (aka '_t1p_t') which could be incompatible with C [-Wreturn-type-c-linkage]
-    45 | t1p_t t1p_closure(ap_manager_t* man, bool destructive, t1p_t* a);
-       |       ^
- 65 warnings generated.
- /usr/bin/ar rcs libapronxx_debug.a apronxx_debug.o
- c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -shared -o libapronxx_debug.so apronxx_debug.o -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmpxx -lgmp -lm
- /usr/bin/ranlib libapronxx_debug.a
- 65 warnings generated.
- /usr/bin/ar rcs libapronxx.a apronxx.o
- c++ -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -shared -o libapronxx.so apronxx.o -L../apron   -L/usr/local/lib -lapron  -lmpfr -lgmpxx -lgmp -lm
- /usr/bin/ranlib libapronxx.a
- 68 warnings generated.
- c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o apronxx_test apronxx_test_debug.o -L../newpolka -lpolkaMPQ_debug -L../octagons -loctMPQ_debug -L../box -lboxMPQ_debug -L../taylor1plus -lt1pMPQ_debug libapronxx_debug.a -L../apron   -L/usr/local/lib -lapron_debug -lmpfr -lgmpxx -lgmp -lm
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apronxx'
-> compiled  apron.0.9.14
Processing 34/36: [apron: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14)
- (cd num; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/num'
- gmake[1]: Nothing to be done for 'all'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/num'
- (cd itv; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/itv'
- gmake[1]: Nothing to be done for 'all'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/itv'
- (cd apron; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apron'
- gmake[1]: Nothing to be done for 'all'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apron'
- (cd newpolka; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/newpolka'
- gmake[1]: Nothing to be done for 'all'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/newpolka'
- (cd box; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/box'
- gmake[1]: Nothing to be done for 'all'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/box'
- (cd octagons; /usr/local/bin/gmake MPQ D)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/octagons'
- gmake[1]: Nothing to be done for 'MPQ'.
- gmake[1]: Nothing to be done for 'D'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/octagons'
- (cd taylor1plus; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/taylor1plus'
- gmake[1]: Nothing to be done for 'all'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/taylor1plus'
- (cd avoct; /usr/local/bin/gmake MPQ D)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/avoct'
- gmake[1]: Nothing to be done for 'MPQ'.
- gmake[1]: Nothing to be done for 'D'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/avoct'
- (cd mlapronidl; /usr/local/bin/gmake INCLUDE_DEPEND=no depend; /usr/local/bin/gmake all)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/mlapronidl'
- /home/opam/.opam/4.14.2/bin/ocamldep scalar.ml interval.ml coeff.ml dim.ml linexpr0.ml lincons0.ml generator0.ml texpr0.ml tcons0.ml manager.ml abstract0.ml var.ml environment.ml linexpr1.ml lincons1.ml generator1.ml texpr1.ml tcons1.ml abstract1.ml policy.ml disjunction.ml version.ml apron_parser.ml apron_lexer.ml parser.ml scalar.mli interval.mli coeff.mli dim.mli linexpr0.mli lincons0.mli generator0.mli texpr0.mli tcons0.mli manager.mli abstract0.mli var.mli environment.mli linexpr1.mli lincons1.mli generator1.mli texpr1.mli tcons1.mli abstract1.mli policy.mli disjunction.mli version.mli apron_parser.mli apron_lexer.mli parser.mli > depend
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/mlapronidl'
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/mlapronidl'
- gmake[1]: Nothing to be done for 'all'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/mlapronidl'
- (cd newpolka; /usr/local/bin/gmake ml)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/newpolka'
- gmake[1]: Nothing to be done for 'ml'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/newpolka'
- (cd box; /usr/local/bin/gmake ml)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/box'
- gmake[1]: Nothing to be done for 'ml'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/box'
- (cd octagons; /usr/local/bin/gmake mlMPQ mlD)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/octagons'
- gmake[1]: Nothing to be done for 'mlMPQ'.
- gmake[1]: Nothing to be done for 'mlD'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/octagons'
- (cd taylor1plus; /usr/local/bin/gmake ml)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/taylor1plus'
- gmake[1]: Nothing to be done for 'ml'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/taylor1plus'
- (cd avoct; /usr/local/bin/gmake mlMPQ mlD)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/avoct'
- gmake[1]: Nothing to be done for 'mlMPQ'.
- gmake[1]: Nothing to be done for 'mlD'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/avoct'
- (cd apronxx; /usr/local/bin/gmake)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apronxx'
- gmake[1]: Nothing to be done for 'all'.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apronxx'
- (cd num; /usr/local/bin/gmake install)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/num'
- mkdir -p /home/opam/.opam/4.14.2/share/apron/include
- cp num_config.h num.h num_numint.h num_numrat.h num_numflt.h numint.h numint_native.h numint_mpz.h numrat.h numrat_native.h numrat_mpq.h numflt.h numflt_native.h numflt_mpfr.h num_name.h bound.h bound_def.h /home/opam/.opam/4.14.2/share/apron/include
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/num'
- (cd itv; /usr/local/bin/gmake install)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/itv'
- /usr/bin/install -d /home/opam/.opam/4.14.2/share/apron/include /home/opam/.opam/4.14.2/share/apron/lib
- /usr/bin/install itv.h itv_fun.h itv_config.h itv_linexpr.h itv_linearize.h /home/opam/.opam/4.14.2/share/apron/include
- for i in libitvIl.a libitvIll.a libitvRl.a libitvRll.a libitvMPZ.a libitvMPQ.a libitvD.a libitvMPFR.a libitv.a libitvDl.a; do \
- 	if test -f $i; then /usr/bin/install  $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- for i in libitvIl_debug.a libitvIll_debug.a libitvRl_debug.a libitvRll_debug.a libitvMPZ_debug.a libitvMPQ_debug.a libitvD_debug.a libitvMPFR_debug.a libitv_debug.a libitvDl_debug.a; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/itv'
- (cd apron; /usr/local/bin/gmake install)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apron'
- mkdir -p /home/opam/.opam/4.14.2/share/apron/include
- cp ap_config.h ap_scalar.h ap_interval.h ap_coeff.h ap_dimension.h ap_linexpr0.h ap_lincons0.h ap_generator0.h ap_texpr0.h ap_tcons0.h ap_expr0.h ap_manager.h ap_abstract0.h ap_policy.h ap_generic.h ap_var.h ap_environment.h ap_linexpr1.h ap_lincons1.h ap_generator1.h ap_texpr1.h ap_tcons1.h ap_expr1.h ap_abstract1.h ap_global0.h ap_global1.h ap_linearize.h ap_linearize_aux.h ap_reducedproduct.h ap_disjunction.h ap_version.h /home/opam/.opam/4.14.2/share/apron/include
- mkdir -p /home/opam/.opam/4.14.2/share/apron/lib
- for i in libapron.a libapron.so; do if test -f $i; then /usr/bin/install  $i /home/opam/.opam/4.14.2/share/apron/lib; fi; done
- for i in libapron_debug.a libapron_debug.so; do if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.14.2/share/apron/lib; fi; done
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apron'
- (cd newpolka; /usr/local/bin/gmake install)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/newpolka'
- /usr/bin/install -d /home/opam/.opam/4.14.2/share/apron/include /home/opam/.opam/4.14.2/share/apron/lib
- /usr/bin/install pk.h pkeq.h /home/opam/.opam/4.14.2/share/apron/include
- for i in libpolkaMPQ.a libpolkaRll.a libpolkaMPQ.so libpolkaRll.so; do \
- 	if test -f $i; then /usr/bin/install  $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- for i in libpolkaMPQ_debug.a libpolkaRll_debug.a libpolkaMPQ_debug.so libpolkaRll_debug.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/newpolka'
- (cd box; /usr/local/bin/gmake install)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/box'
- /usr/bin/install -d /home/opam/.opam/4.14.2/share/apron/include /home/opam/.opam/4.14.2/share/apron/lib
- /usr/bin/install box.h /home/opam/.opam/4.14.2/share/apron/include
- for i in libboxMPQ.a libboxD.a libboxMPFR.a libboxMPQ.so libboxD.so libboxMPFR.so; do \
- 	if test -f $i; then /usr/bin/install  $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- for i in libboxMPQ_debug.a libboxD_debug.a libboxMPFR_debug.a libboxMPQ_debug.so libboxD_debug.so libboxMPFR_debug.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/box'
- (cd octagons; /usr/local/bin/gmake install)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/octagons'
- /usr/bin/install -d /home/opam/.opam/4.14.2/share/apron/include /home/opam/.opam/4.14.2/share/apron/include/oct /home/opam/.opam/4.14.2/share/apron/lib /home/opam/.opam/4.14.2/share/apron/bin
- /usr/bin/install oct.h /home/opam/.opam/4.14.2/share/apron/include
- /usr/bin/install oct_internal.h oct_fun.h /home/opam/.opam/4.14.2/share/apron/include/oct
- for i in octtop* octrun*; do \
- 	if test -f $i; then /usr/bin/install  $i /home/opam/.opam/4.14.2/share/apron/bin; fi; \
- done
- for i in liboctIl.a liboctIll.a liboctMPZ.a liboctRl.a liboctRll.a  liboctMPQ.a liboctD.a  liboctDl.a  liboctMPFR.a liboctIl.so liboctIll.so liboctMPZ.so liboctRl.so liboctRll.so  liboctMPQ.so liboctD.so  liboctDl.so  liboctMPFR.so; do \
- 	if test -f $i; then /usr/bin/install  $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- for i in liboctIl_debug.a liboctIll_debug.a liboctMPZ_debug.a liboctRl_debug.a liboctRll_debug.a  liboctMPQ_debug.a liboctD_debug.a  liboctDl_debug.a  liboctMPFR_debug.a liboctIl_debug.so liboctIll_debug.so liboctMPZ_debug.so liboctRl_debug.so liboctRll_debug.so  liboctMPQ_debug.so liboctD_debug.so  liboctDl_debug.so  liboctMPFR_debug.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/octagons'
- (cd taylor1plus; /usr/local/bin/gmake install)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/taylor1plus'
- /usr/bin/install -d /home/opam/.opam/4.14.2/share/apron/include /home/opam/.opam/4.14.2/share/apron/lib
- /usr/bin/install t1p.h /home/opam/.opam/4.14.2/share/apron/include
- for i in libt1pMPQ.a libt1pD.a libt1pMPFR.a libt1pMPQ.so libt1pD.so libt1pMPFR.so; do \
- 	if test -f $i; then /usr/bin/install  $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- for i in libt1pMPQ_debug.a libt1pD_debug.a libt1pMPFR_debug.a libt1pMPQ_debug.so libt1pD_debug.so libt1pMPFR_debug.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/taylor1plus'
- (cd avoct; /usr/local/bin/gmake install)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/avoct'
- /usr/bin/install -d /home/opam/.opam/4.14.2/share/apron/include /home/opam/.opam/4.14.2/share/apron/include/avo /home/opam/.opam/4.14.2/share/apron/lib /home/opam/.opam/4.14.2/share/apron/bin
- /usr/bin/install avo.h /home/opam/.opam/4.14.2/share/apron/include
- /usr/bin/install avo_internal.h avo_fun.h /home/opam/.opam/4.14.2/share/apron/include/avo
- for i in avotop* avorun*; do \
- 	if test -f $i; then /usr/bin/install  $i /home/opam/.opam/4.14.2/share/apron/bin; fi; \
- done
- for i in libavoIl.a libavoIll.a libavoMPZ.a libavoRl.a libavoRll.a  libavoMPQ.a libavoD.a  libavoDl.a  libavoMPFR.a libavoIl.so libavoIll.so libavoMPZ.so libavoRl.so libavoRll.so  libavoMPQ.so libavoD.so  libavoDl.so  libavoMPFR.so; do \
- 	if test -f $i; then /usr/bin/install  $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- for i in libavoIl_debug.a libavoIll_debug.a libavoMPZ_debug.a libavoRl_debug.a libavoRll_debug.a  libavoMPQ_debug.a libavoD_debug.a  libavoDl_debug.a  libavoMPFR_debug.a libavoIl_debug.so libavoIll_debug.so libavoMPZ_debug.so libavoRl_debug.so libavoRll_debug.so  libavoMPQ_debug.so libavoD_debug.so  libavoDl_debug.so  libavoMPFR_debug.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.14.2/share/apron/lib; fi; \
- done
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/avoct'
- /home/opam/.opam/4.14.2/bin/ocamlfind remove apron
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.14.2/lib/apron/META
- /home/opam/.opam/4.14.2/bin/ocamlfind install apron mlapronidl/META mlapronidl/apron.cmi mlapronidl/apron.cmx mlapronidl/apron.cma mlapronidl/apron.cmxa mlapronidl/apron.a mlapronidl/libapron_caml.a mlapronidl/apron.d.cmxa mlapronidl/apron.d.a mlapronidl/libapron_caml_debug.a mlapronidl/dllapron_caml.so box/box.mli box/box.cmi box/box.cmx box/boxD.cma box/boxD.cmxa box/boxD.a box/libboxD_caml.a box/boxD.d.cmxa box/boxD.d.a box/libboxD_caml_debug.a box/dllboxD_caml.so box/boxMPQ.cma box/boxMPQ.cmxa box/boxMPQ.a box/libboxMPQ_caml.a box/boxMPQ.d.cmxa box/boxMPQ.d.a box/libboxMPQ_caml_debug.a box/dllboxMPQ_caml.so box/boxMPFR.cma box/boxMPFR.cmxa box/boxMPFR.a box/libboxMPFR_caml.a box/boxMPFR.d.cmxa box/boxMPFR.d.a box/libboxMPFR_caml_debug.a box/dllboxMPFR_caml.so octagons/oct.mli octagons/oct.cmi octagons/oct.cmx octagons/octD.cma octagons/octD.cmxa octagons/octD.a octagons/liboctD_caml.a octagons/octD.d.cmxa octagons/octD.d.a octagons/liboctD_caml_debug.a octagons/dlloctD_caml.so octagons/octMPQ.cma octagons/octMPQ.cmxa octagons/octMPQ.a octagons/liboctMPQ_caml.a octagons/octMPQ.d.cmxa octagons/octMPQ.d.a octagons/liboctMPQ_caml_debug.a octagons/dlloctMPQ_caml.so newpolka/polka.mli newpolka/polka.cmi newpolka/polka.cmx newpolka/polkaMPQ.cma newpolka/polkaMPQ.cmxa newpolka/polkaMPQ.a newpolka/libpolkaMPQ_caml.a newpolka/polkaMPQ.d.cmxa newpolka/polkaMPQ.d.a newpolka/libpolkaMPQ_caml_debug.a newpolka/dllpolkaMPQ_caml.so newpolka/polkaRll.cma newpolka/polkaRll.cmxa newpolka/polkaRll.a newpolka/libpolkaRll_caml.a newpolka/polkaRll.d.cmxa newpolka/polkaRll.d.a newpolka/libpolkaRll_caml_debug.a newpolka/dllpolkaRll_caml.so taylor1plus/t1p.mli taylor1plus/t1p.cmi taylor1plus/t1p.cmx taylor1plus/t1pD.cma taylor1plus/t1pD.cmxa taylor1plus/t1pD.a taylor1plus/libt1pD_caml.a taylor1plus/t1pD.d.cmxa taylor1plus/t1pD.d.a taylor1plus/libt1pD_caml_debug.a taylor1plus/dllt1pD_caml.so taylor1plus/t1pMPQ.cma taylor1plus/t1pMPQ.cmxa taylor1plus/t1pMPQ.a taylor1plus/libt1pMPQ_caml.a taylor1plus/t1pMPQ.d.cmxa taylor1plus/t1pMPQ.d.a taylor1plus/libt1pMPQ_caml_debug.a taylor1plus/dllt1pMPQ_caml.so taylor1plus/t1pMPFR.cma taylor1plus/t1pMPFR.cmxa taylor1plus/t1pMPFR.a taylor1plus/libt1pMPFR_caml.a taylor1plus/t1pMPFR.d.cmxa taylor1plus/t1pMPFR.d.a taylor1plus/libt1pMPFR_caml_debug.a taylor1plus/dllt1pMPFR_caml.so avoct/avo.mli avoct/avo.cmi avoct/avo.cmx avoct/avoD.cma avoct/avoD.cmxa avoct/avoD.a avoct/libavoD_caml.a avoct/avoD.d.cmxa avoct/avoD.d.a avoct/libavoD_caml_debug.a avoct/dllavoD_caml.so avoct/avoMPQ.cma avoct/avoMPQ.cmxa avoct/avoMPQ.a avoct/libavoMPQ_caml.a avoct/avoMPQ.d.cmxa avoct/avoMPQ.d.a avoct/libavoMPQ_caml_debug.a avoct/dllavoMPQ_caml.so mlapronidl/scalar.idl mlapronidl/interval.idl mlapronidl/coeff.idl mlapronidl/dim.idl mlapronidl/linexpr0.idl mlapronidl/lincons0.idl mlapronidl/generator0.idl mlapronidl/texpr0.idl mlapronidl/tcons0.idl mlapronidl/manager.idl mlapronidl/abstract0.idl mlapronidl/var.idl mlapronidl/environment.idl mlapronidl/linexpr1.idl mlapronidl/lincons1.idl mlapronidl/generator1.idl mlapronidl/texpr1.idl mlapronidl/tcons1.idl mlapronidl/abstract1.idl mlapronidl/policy.idl mlapronidl/disjunction.idl mlapronidl/apron_caml.h mlapronidl/apron_ocamldoc.mli
- Installed /home/opam/.opam/4.14.2/lib/apron/apron_ocamldoc.mli
- Installed /home/opam/.opam/4.14.2/lib/apron/apron_caml.h
- Installed /home/opam/.opam/4.14.2/lib/apron/disjunction.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/policy.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/abstract1.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/tcons1.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/texpr1.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/generator1.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/lincons1.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/linexpr1.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/environment.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/var.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/abstract0.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/manager.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/tcons0.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/texpr0.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/generator0.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/lincons0.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/linexpr0.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/dim.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/coeff.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/interval.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/scalar.idl
- Installed /home/opam/.opam/4.14.2/lib/apron/libavoMPQ_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/avoMPQ.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/avoMPQ.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libavoMPQ_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/avoMPQ.a
- Installed /home/opam/.opam/4.14.2/lib/apron/avoMPQ.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/avoMPQ.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/libavoD_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/avoD.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/avoD.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libavoD_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/avoD.a
- Installed /home/opam/.opam/4.14.2/lib/apron/avoD.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/avoD.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/avo.cmx
- Installed /home/opam/.opam/4.14.2/lib/apron/avo.cmi
- Installed /home/opam/.opam/4.14.2/lib/apron/avo.mli
- Installed /home/opam/.opam/4.14.2/lib/apron/libt1pMPFR_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pMPFR.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pMPFR.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libt1pMPFR_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pMPFR.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pMPFR.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pMPFR.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/libt1pMPQ_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pMPQ.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pMPQ.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libt1pMPQ_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pMPQ.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pMPQ.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pMPQ.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/libt1pD_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pD.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pD.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libt1pD_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pD.a
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pD.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/t1pD.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/t1p.cmx
- Installed /home/opam/.opam/4.14.2/lib/apron/t1p.cmi
- Installed /home/opam/.opam/4.14.2/lib/apron/t1p.mli
- Installed /home/opam/.opam/4.14.2/lib/apron/libpolkaRll_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/polkaRll.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/polkaRll.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libpolkaRll_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/polkaRll.a
- Installed /home/opam/.opam/4.14.2/lib/apron/polkaRll.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/polkaRll.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/libpolkaMPQ_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/polkaMPQ.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/polkaMPQ.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libpolkaMPQ_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/polkaMPQ.a
- Installed /home/opam/.opam/4.14.2/lib/apron/polkaMPQ.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/polkaMPQ.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/polka.cmx
- Installed /home/opam/.opam/4.14.2/lib/apron/polka.cmi
- Installed /home/opam/.opam/4.14.2/lib/apron/polka.mli
- Installed /home/opam/.opam/4.14.2/lib/apron/liboctMPQ_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/octMPQ.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/octMPQ.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/liboctMPQ_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/octMPQ.a
- Installed /home/opam/.opam/4.14.2/lib/apron/octMPQ.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/octMPQ.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/liboctD_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/octD.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/octD.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/liboctD_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/octD.a
- Installed /home/opam/.opam/4.14.2/lib/apron/octD.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/octD.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/oct.cmx
- Installed /home/opam/.opam/4.14.2/lib/apron/oct.cmi
- Installed /home/opam/.opam/4.14.2/lib/apron/oct.mli
- Installed /home/opam/.opam/4.14.2/lib/apron/libboxMPFR_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxMPFR.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxMPFR.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libboxMPFR_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxMPFR.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxMPFR.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/boxMPFR.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/libboxMPQ_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxMPQ.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxMPQ.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libboxMPQ_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxMPQ.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxMPQ.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/boxMPQ.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/libboxD_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxD.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxD.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libboxD_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxD.a
- Installed /home/opam/.opam/4.14.2/lib/apron/boxD.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/boxD.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/box.cmx
- Installed /home/opam/.opam/4.14.2/lib/apron/box.cmi
- Installed /home/opam/.opam/4.14.2/lib/apron/box.mli
- Installed /home/opam/.opam/4.14.2/lib/apron/libapron_caml_debug.a
- Installed /home/opam/.opam/4.14.2/lib/apron/apron.d.a
- Installed /home/opam/.opam/4.14.2/lib/apron/apron.d.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/libapron_caml.a
- Installed /home/opam/.opam/4.14.2/lib/apron/apron.a
- Installed /home/opam/.opam/4.14.2/lib/apron/apron.cmxa
- Installed /home/opam/.opam/4.14.2/lib/apron/apron.cma
- Installed /home/opam/.opam/4.14.2/lib/apron/apron.cmx
- Installed /home/opam/.opam/4.14.2/lib/apron/apron.cmi
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllavoMPQ_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllavoMPQ_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllavoD_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllavoD_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllt1pMPFR_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllt1pMPFR_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllt1pMPQ_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllt1pMPQ_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllt1pD_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllt1pD_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllpolkaRll_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllpolkaRll_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllpolkaMPQ_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllpolkaMPQ_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dlloctMPQ_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dlloctMPQ_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dlloctD_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dlloctD_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllboxMPFR_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllboxMPFR_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllboxMPQ_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllboxMPQ_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllboxD_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllboxD_caml.so.owner
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllapron_caml.so
- Installed /home/opam/.opam/4.14.2/lib/stublibs/dllapron_caml.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14.2/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14.2/lib/apron/META
- (cd apronxx; /usr/local/bin/gmake install)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apronxx'
- /usr/bin/install -d /home/opam/.opam/4.14.2/share/apron/include /home/opam/.opam/4.14.2/share/apron/include/apronxx /home/opam/.opam/4.14.2/share/apron/lib
- /usr/bin/install apronxx.hh                  apxx_generator1.hh         apxx_polka_inline.hh apxx_abstract0.hh           apxx_generator1_inline.hh  apxx_ppl.hh apxx_abstract0_inline.hh    apxx_interval.hh           apxx_ppl_inline.hh apxx_abstract1.hh           apxx_interval_inline.hh    apxx_ppl_product.hh apxx_abstract1_inline.hh    apxx_lincons0.hh           apxx_ppl_product_inline.hh apxx_box.hh                 apxx_lincons0_inline.hh    apxx_scalar.hh apxx_box_inline.hh          apxx_lincons1.hh           apxx_scalar_inline.hh apxx_coeff.hh               apxx_lincons1_inline.hh    apxx_tcons0.hh apxx_coeff_inline.hh        apxx_linexpr0.hh           apxx_tcons0_inline.hh apxx_dimension.hh           apxx_linexpr0_inline.hh    apxx_tcons1.hh apxx_dimension_inline.hh    apxx_linexpr1.hh           apxx_tcons1_inline.hh apxx_environment.hh         apxx_linexpr1_inline.hh    apxx_texpr0.hh apxx_environment_inline.hh  apxx_manager.hh            apxx_texpr0_inline.hh apxx_expr0.hh               apxx_manager_inline.hh     apxx_texpr1.hh apxx_expr1.hh               apxx_oct.hh                apxx_texpr1_inline.hh apxx_generator0.hh          apxx_oct_inline.hh         apxx_var.hh apxx_generator0_inline.hh   apxx_polka.hh              apxx_var_inline.hh apxx_t1p.hh apxx_t1p_inline.hh	 /home/opam/.opam/4.14.2/share/apron/include/apronxx
- /usr/bin/install  libapronxx.a libapronxx.so /home/opam/.opam/4.14.2/share/apron/lib
- /usr/bin/install libapronxx_debug.a libapronxx_debug.so /home/opam/.opam/4.14.2/share/apron/lib
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/apron.0.9.14/apronxx'
-> installed apron.0.9.14
Processing 35/36: [apronext: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "apronext" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/apronext.1.0.4)
-> compiled  apronext.1.0.4
-> installed apronext.1.0.4
Done.
2025-05-02 22:51.48 ---> saved as "ccc846c8b3a62033611fc6425c82a77ba4ab8314e4c954eca30fb430c5d125ff"
Job succeeded