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


Building on rosemary

(from freebsd)
2026-04-30 08:12.27 ---> 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"))
2026-04-30 08:12.28 ---> 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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd"))
2026-04-30 08:12.28 ---> using "a177c471d0888790349bbade238440cdc07b7131b43519843785111a4fd1e6ac" 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.
2026-04-30 08:12.29 ---> using "8e06c93f8ed3fe3d527264091b6ca0c0a43d2eab8ca321cda1654d9cd14c5759" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-compiler.5.3.0  (cached)
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3.0)
2026-04-30 08:12.29 ---> using "9ae1344d087b481137637ec2dd523522b404e6a71064d6337380a6dad5713d67" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2026-04-30 08:12.30 ---> using "1fe0e0d41f116ee1a2e0fd005f79b9b6836ad275085fe5461d16ca3dd420f37a" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "opam remove -y glpk.0.1.8\
               \nopam install -vy glpk.0.1.8\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: glpk.0.1.8 | 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] glpk.0.1.8 is not installed.

Nothing to do.
The following actions will be performed:
=== install 2 packages
  - install glpk      0.1.8
  - install ocamlfind 1.9.8 [required by glpk]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/6: [glpk.0.1.8: http]
Processing  2/6: [glpk.0.1.8: http] [ocamlfind.1.9.8: extract]
-> retrieved ocamlfind.1.9.8  (cached)
Processing  2/6: [glpk.0.1.8: http]
Processing  3/6: [glpk.0.1.8: http] [ocamlfind: ./configure]
Processing  3/6: [glpk.0.1.8: extract] [ocamlfind: ./configure]
-> retrieved glpk.0.1.8  (https://github.com/smimram/ocaml-glpk/releases/download/0.1.8/ocaml-glpk-0.1.8.tar.gz)
Processing  3/6: [ocamlfind: ./configure]
+ /home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/./configure "-bindir" "/home/opam/.opam/5.3.0/bin" "-sitelib" "/home/opam/.opam/5.3.0/lib" "-mandir" "/home/opam/.opam/5.3.0/man" "-config" "/home/opam/.opam/5.3.0/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/5.3.0/.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...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- 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 (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- 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/5.3.0/lib/ocaml
-     Binaries:              /home/opam/.opam/5.3.0/bin
-     Manual pages:          /home/opam/.opam/5.3.0/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/5.3.0/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/5.3.0/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/5.3.0/bin
-     Manual pages:          /home/opam/.opam/5.3.0/man
-     topfind script:        /home/opam/.opam/5.3.0/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  3/6: [ocamlfind: gmake all]
+ /usr/local/bin/gmake "all" (CWD=/home/opam/.opam/5.3.0/.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/5.3.0/.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/5.3.0/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/5.3.0/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/5.3.0/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/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake all-config
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.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/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/5.3.0/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/5.3.0/lib/ocaml:/home/opam/.opam/5.3.0/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/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
Processing  3/6: [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "opt" (CWD=/home/opam/.opam/5.3.0/.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/5.3.0/.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/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled  ocamlfind.1.9.8
Processing  4/6: [ocamlfind: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8)
- if [ "0" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/5.3.0/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/5.3.0/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/5.3.0/bin"
- install -d "/home/opam/.opam/5.3.0/man"
- /usr/local/bin/gmake install-config
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/5.3.0/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/5.3.0/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/5.3.0/lib/findlib.conf"
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.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/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/5.3.0/lib/findlib"
- install -d "/home/opam/.opam/5.3.0/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/5.3.0/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/5.3.0/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/5.3.0/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/5.3.0/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/5.3.0/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/5.3.0/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/5.3.0/lib/findlib/"; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake install-meta
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- for x in bytes ; do install -d "/home/opam/.opam/5.3.0/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/5.3.0/lib/$x/META.tmp" && mv "/home/opam/.opam/5.3.0/lib/$x/META.tmp" "/home/opam/.opam/5.3.0/lib/$x/META"; done
- install -d "/home/opam/.opam/5.3.0/lib/findlib"; cp Makefile.packages "/home/opam/.opam/5.3.0/lib/findlib/Makefile.packages"
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.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/5.3.0/bin"
- /usr/local/bin/gmake install-doc
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/5.3.0/man/man1" "/home/opam/.opam/5.3.0/man/man3" "/home/opam/.opam/5.3.0/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/5.3.0/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/5.3.0/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/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8
Processing  5/6: [glpk: rm]
+ /bin/rm "src/oldapi/lpx.o" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8)
Processing  5/6: [glpk: gmake byte]
+ /usr/local/bin/gmake "byte" "opt" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8)
- make -C src byte
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:17: Invalid line "ifndef SOURCES"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:19: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:20: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:22: Invalid line "ifndef RES_CLIB_SUF"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:24: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:25: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:27: Invalid line "ifndef RESULT"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:29: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:30: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:32: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:34: Invalid line "ifndef DOC_FILES"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:35: warning: Invalid character " " in variable name "filter %.mli, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:36: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:37: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:39: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:40: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:42: Invalid line "ifndef TOPSUFFIX"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:44: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:45: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:53: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:54: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:55: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:56: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:58: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:59: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:60: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:61: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:62: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:64: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:65: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:67: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:68: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:69: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:71: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:72: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:73: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:75: Invalid line "ifndef OCAMLCPFLAGS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:77: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:79: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:81: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:83: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:84: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:86: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:88: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:90: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:92: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:95: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:99: Invalid line "ifdef MINGW"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:100: Invalid line "  export MINGW"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:103: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:104: Invalid line "ifdef MSVC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:105: Invalid line "  export MSVC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:107: Invalid line "  ifndef STATIC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:109: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:113: Invalid line "  ifeq ($(CC),gcc)", expanded to "  ifeq "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:115: Invalid line "    ifdef THREADS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:117: Invalid line "    else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:119: Invalid line "    endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:120: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:121: Invalid line "  ifeq ($(CXX),g++)", expanded to "  ifeq "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:124: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:126: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:127: Invalid line "ifdef WIN32"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:130: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:132: Invalid line "ifndef EXT_OBJ"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:134: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:135: Invalid line "ifndef EXT_LIB"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:137: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:138: Invalid line "ifndef EXT_CXX"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:140: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:141: Invalid line "ifndef EXE"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:143: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:144: Invalid line "ifndef CFLAG_O"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:146: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:148: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:149: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:150: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:151: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:152: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:153: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:155: Invalid line "ifndef RPATH_FLAG"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:157: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:158: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:160: Invalid line "ifndef MSVC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:161: Invalid line "ifndef PIC_CFLAGS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:163: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:164: Invalid line "ifndef PIC_CPPFLAGS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:166: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:167: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:169: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:170: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:172: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:173: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:174: warning: Invalid character " " in variable name "addsuffix .top, foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:176: Invalid line "ifndef OCAMLFIND"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:178: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:179: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:181: Invalid line "ifndef OCAMLC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:183: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:184: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:186: Invalid line "ifndef OCAMLOPT"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:188: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:189: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:191: Invalid line "ifndef OCAMLMKTOP"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:193: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:194: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:196: Invalid line "ifndef OCAMLCP"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:198: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:199: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:201: Invalid line "ifndef OCAMLDEP"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:203: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:204: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:206: Invalid line "ifndef OCAMLLEX"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:208: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:209: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:211: Invalid line "ifndef OCAMLYACC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:213: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:214: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:216: Invalid line "ifndef OCAMLMKLIB"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:218: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:219: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:221: Invalid line "ifndef OCAML_GLADECC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:223: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:224: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:226: Invalid line "ifndef OCAML_GLADECC_FLAGS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:228: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:229: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:231: Invalid line "ifndef CAMELEON_REPORT"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:233: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:234: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:236: Invalid line "ifndef CAMELEON_REPORT_FLAGS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:238: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:239: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:241: Invalid line "ifndef CAMELEON_ZOGGY"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:243: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:244: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:246: Invalid line "ifndef CAMELEON_ZOGGY_FLAGS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:248: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:249: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:251: Invalid line "ifndef OXRIDL"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:253: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:254: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:256: Invalid line "ifndef CAMLIDL"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:258: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:259: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:261: Invalid line "ifndef CAMLIDLDLL"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:263: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:264: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:266: Invalid line "ifndef NOIDLHEADER"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:268: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:269: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:271: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:273: Invalid line "ifndef CAMLP4"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:275: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:276: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:278: Invalid line "ifndef REAL_OCAMLFIND"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:279: Invalid line "  ifdef PACKS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:280: Invalid line "    ifndef CREATE_LIB"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:281: Invalid line "      ifdef THREADS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:283: Invalid line "      endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:284: Invalid line "    endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:288: Invalid line "    ifdef PREDS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:289: warning: Invalid character " " in variable name "subst  ,,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:290: warning: Invalid character " " in variable name "subst  ,,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:291: warning: Invalid character " " in variable name "subst  ,,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:293: warning: Invalid character " " in variable name "subst  ,,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:293: warning: Invalid character " " in variable name "subst  ,,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:294: warning: Invalid character " " in variable name "subst  ,,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:295: Invalid line "    else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:296: warning: Invalid character " " in variable name "subst  ,,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:298: Invalid line "    endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:301: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:302: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:304: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:305: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:306: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:307: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:309: Invalid line "ifndef OCAMLDOC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:311: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:312: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:314: Invalid line "ifndef LATEX"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:316: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:317: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:319: Invalid line "ifndef DVIPS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:321: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:322: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:324: Invalid line "ifndef PS2PDF"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:326: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:327: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:329: Invalid line "ifndef OCAMLMAKEFILE"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:331: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:332: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:334: Invalid line "ifndef OCAMLLIBPATH"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:335: warning: Invalid character " " in variable name "shell ocamlc 2>/dev/null -where || echo /usr/lib/ocaml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:337: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:338: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:340: Invalid line "ifndef OCAML_LIB_INSTALL"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:341: warning: Invalid character " " in variable name "shell ocamlc 2>/dev/null -where || echo /usr/lib/ocaml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:342: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:343: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:355: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:356: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:357: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:358: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:359: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:360: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:361: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:362: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:363: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:364: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:365: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:377: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:378: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:378: warning: Invalid character " " in variable name "dir $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:378: warning: Invalid character " " in variable name "sort "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:378: warning: Invalid character " " in variable name "filter-out ./, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:378: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:378: warning: Invalid character " " in variable name "dir $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:378: warning: Invalid character " " in variable name "sort "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:378: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:378: warning: Invalid character " " in variable name "dir $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:378: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:380: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:380: warning: Invalid character " " in variable name "filter %.rep, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:380: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:381: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:381: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:381: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:382: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:382: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:382: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:384: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:384: warning: Invalid character " " in variable name "filter %.zog, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:384: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:385: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:385: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:385: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:386: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:386: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:386: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:388: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:388: warning: Invalid character " " in variable name "filter %.glade, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:388: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:389: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:389: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:389: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:390: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:390: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:390: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:392: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:392: warning: Invalid character " " in variable name "filter %.ml, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:392: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:393: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:393: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:393: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:395: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:395: warning: Invalid character " " in variable name "filter %.mli, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:395: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:396: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:396: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:396: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:398: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:398: warning: Invalid character " " in variable name "filter %.mll, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:398: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:399: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:399: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:399: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:400: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:400: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:400: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:402: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:402: warning: Invalid character " " in variable name "filter %.mly, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:402: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:403: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:403: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:403: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:403: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:403: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:403: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:404: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:404: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:404: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:404: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:404: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:404: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:406: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:406: warning: Invalid character " " in variable name "filter %.idl, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:406: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:407: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:407: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:407: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:407: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:407: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:407: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:408: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:408: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:408: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:409: Invalid line "ifndef NOIDLHEADER"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:411: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:412: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:412: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:412: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.c %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.c %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:413: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:415: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:415: warning: Invalid character " " in variable name "filter %.oxridl, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:415: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:416: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:416: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:416: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:416: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:416: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:416: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:417: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:417: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:417: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:417: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:417: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:417: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:419: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:419: warning: Invalid character " " in variable name "filter %.c %.cc, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:419: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:420: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:420: warning: Invalid character " " in variable name "filter %.c %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:420: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:421: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:421: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:421: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:425: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.d, $(filter %.ml, $(filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.mli, $(filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.mll, $(filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.mly, $(filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.mly, $(filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.idl, $(filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.idl, $(filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.oxridl, $(filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.oxridl, $(filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.zog, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml)) $(filter %.rep, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml)) $(filter %.glade, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml))"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:427: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.di, $(filter %.ml, $(filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.mli, $(filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.mll, $(filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.mly, $(filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.mly, $(filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.idl, $(filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.idl, $(filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.oxridl, $(filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.oxridl, $(filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml)) $(filter %.zog, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml)) $(filter %.rep, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml)) $(filter %.glade, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml))"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:428: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.di,            "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:429: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.di,            "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:430: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:432: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:432: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, $(filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:432: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:434: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:434: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:434: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "foreach file, $(filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, $(filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)),  .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:435: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "foreach file, ,  .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter-out %.mli.cmo, $(foreach file, $(filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, $(filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)),  $(basename $(file)).cmi $(basename $(file)).cmo)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "foreach file, ,  .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:437: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "foreach file, ,  .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "foreach file, ,  .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:438: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:440: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.cmi, $(filter-out %.mli.cmo, $(foreach file, $(filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, $(filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)), $(basename $(file)).cmi $(basename $(file)).cmo))"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:442: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.cmo, $(filter-out %.mli.cmo, $(foreach file, $(filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, $(filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml)), $(basename $(file)).cmi $(basename $(file)).cmo))"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:443: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:444: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:445: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:446: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:448: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:448: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:448: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:448: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:448: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:448: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:449: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "addsuffix .top, foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "sort $(addsuffix .top, foo) $(addsuffix $(BCSUFFIX), foo) $(addsuffix $(NCSUFFIX), foo)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "addsuffix ,  "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "addsuffix .top, foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "sort $(addsuffix .top, foo) $(addsuffix $(BCSUFFIX), foo) $(addsuffix $(NCSUFFIX), foo)"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "addsuffix .top, foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:451: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:453: Invalid line "ifdef WIN32"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:455: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:458: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:458: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:458: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:458: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:458: warning: Invalid character " " in variable name "strip  "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:458: Invalid line "ifneq ($(strip $(OBJ_LINK)),)", expanded to "ifneq "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:460: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:462: Invalid line "ifdef WIN32"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:464: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:466: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.cmi, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.ml %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.ml %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mli %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mli %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.ml %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.ml %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.mli %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.mli %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.ml %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.ml %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.c %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.c %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.h %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.h %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.mli %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.mli %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.ml %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.ml %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.ml %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.ml %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.ml %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.ml %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:468: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:475: Invalid line "ifndef STATIC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:477: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:479: Invalid line "ifndef LIBINSTALL_FILES"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:482: Invalid line "  ifndef STATIC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:483: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:483: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:483: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:483: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:483: warning: Invalid character " " in variable name "strip  "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:483: Invalid line "    ifneq ($(strip $(OBJ_LINK)),)", expanded to "    ifneq "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:485: Invalid line "    endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:486: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:487: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:489: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:491: Invalid line "ifdef WIN32"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:494: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix .top, foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "sort   "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix ,  "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix .top, foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "sort   "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix .top, foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.cmi, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.ml %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.ml %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mli %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mli %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.ml %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.ml %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.mli %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.mli %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.ml %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.ml %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.c %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.c %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.h %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.h %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.mli %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.mli %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.ml %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.ml %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.ml %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.ml %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.ml %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.ml %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:496: warning: Invalid character " " in variable name "addsuffix , foo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:499: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:499: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:499: warning: Invalid character " " in variable name "strip "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:499: Invalid line "ifneq ($(strip $(FILTERED_IDL)),)", expanded to "ifneq "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:501: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:503: Invalid line "ifdef USE_CAMLP4"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:504: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:506: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:507: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:508: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "dir "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "sort "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "filter-out ./, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "dir "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "sort "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "dir "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:510: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "filter-out -I ./, -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:511: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:514: Invalid line "ifndef MSVC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:518: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:520: Invalid line "ifndef PROFILING"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:522: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:523: Invalid line "  ifndef THREADS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:525: Invalid line "  else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:528: Invalid line "    ifndef REAL_OCAMLC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:529: warning: Invalid character " " in variable name "error Profiling of multithreaded byte code not yet supported by OCaml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:529: Invalid line "      $(error Profiling of multithreaded byte code not yet supported by OCaml)", expanded to "      "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:530: Invalid line "    endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:532: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:533: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:535: Invalid line "ifndef MSVC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:536: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:536: warning: Invalid character " " in variable name "dir "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:536: warning: Invalid character " " in variable name "sort "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:536: warning: Invalid character " " in variable name "filter-out ./, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:536: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:536: warning: Invalid character " " in variable name "dir "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:536: warning: Invalid character " " in variable name "sort "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:536: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:536: warning: Invalid character " " in variable name "dir "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:536: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:540: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:541: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:541: warning: Invalid character " " in variable name "dir "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:541: warning: Invalid character " " in variable name "sort "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:541: warning: Invalid character " " in variable name "filter-out ./, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:541: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:541: warning: Invalid character " " in variable name "dir "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:541: warning: Invalid character " " in variable name "sort "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:541: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:541: warning: Invalid character " " in variable name "dir "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:541: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:544: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:547: Invalid line "ifdef MSVC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:548: Invalid line "  ifndef STATIC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:551: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:552: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:554: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:554: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:554: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:554: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:554: warning: Invalid character " " in variable name "strip  "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:554: Invalid line "ifneq ($(strip $(OBJ_LINK)),)", expanded to "ifneq "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:555: Invalid line "  ifdef CREATE_LIB"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:557: Invalid line "  else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:558: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:558: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:558: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:558: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:558: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:558: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:559: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:560: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:562: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:565: Invalid line "ifndef REAL_OCAMLC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:573: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:573: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:573: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:573: warning: Invalid character " " in variable name "addsuffix .cma,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:573: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:573: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:573: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:573: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:573: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:573: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:578: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:579: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.d,            "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter ._bcdi/%.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._bcdi/%.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._bcdi/%.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._bcdi/%.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.di,            "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter ._bcdi/%.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter ._bcdi/%.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._bcdi/%.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._bcdi/%.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._bcdi/%.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._bcdi/%.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._bcdi/%.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._bcdi/%.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:583: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:585: Invalid line "  ifdef CREATE_LIB"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:588: Invalid line "    ifndef STATIC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:589: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:589: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:589: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:589: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:589: warning: Invalid character " " in variable name "strip  "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:589: Invalid line "      ifneq ($(strip $(OBJ_LINK)),)", expanded to "      ifneq "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:592: Invalid line "      endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:593: Invalid line "    endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:594: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:596: Invalid line "  ifndef NO_CUSTOM"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:597: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:597: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:597: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:597: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:597: warning: Invalid character " " in variable name "strip    -cclib -lcamlidl glpk"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:597: Invalid line "    ifneq "$(strip $(OBJ_LINK) $(THREADS) $(MAYBE_IDL) $(CLIBS))" """, expanded to "    ifneq "" """
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:599: Invalid line "    endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:600: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:606: Invalid line "  ifdef THREADS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:607: Invalid line "    ifdef VMTHREADS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:609: Invalid line "    else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:611: Invalid line "    endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "filter-out -I ./, -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: Unknown modifier ":./, -LIBPATH"
- 	while evaluating variable "filter-out -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-custom $(INCFLAGS) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  $(COMMON_LDFLAGS) $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-custom $(INCFLAGS) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  $(COMMON_LDFLAGS) $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: Unknown modifier ":%.ml -LIBPATH"
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-custom $(INCFLAGS) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  $(COMMON_LDFLAGS) $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: Unknown modifier ":%.mll -LIBPATH"
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-custom $(INCFLAGS) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  $(COMMON_LDFLAGS) $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-custom $(INCFLAGS) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  $(COMMON_LDFLAGS) $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: Unknown modifier ":%.ml -LIBPATH"
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-custom $(INCFLAGS) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  $(COMMON_LDFLAGS) $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-custom $(INCFLAGS) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  $(COMMON_LDFLAGS) $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:612
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:613: Invalid line "    ifndef CREATE_LIB"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:614: Invalid line "      ifndef REAL_OCAMLFIND"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "filter-out -I ./, -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: Unknown modifier ":./, -LIBPATH"
- 	while evaluating variable "filter-out -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -custom -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -custom -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: Unknown modifier ":%.ml -LIBPATH"
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -custom -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: Unknown modifier ":%.mll -LIBPATH"
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -custom -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -custom -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: Unknown modifier ":%.ml -LIBPATH"
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -custom -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -custom -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS) $(OCAMLBLDFLAGS)  -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cma)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:615
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:616: Invalid line "      endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:617: Invalid line "    endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:618: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:621: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:622: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:622: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:622: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:622: warning: Invalid character " " in variable name "addsuffix .cmxa,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:622: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:622: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:622: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:622: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:622: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:622: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:623: Invalid line "  ifndef PROFILING"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:626: Invalid line "  else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:629: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter %.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:631: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:632: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.d,            "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter ._ncdi/%.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._ncdi/%.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._ncdi/%.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._ncdi/%.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.di,            "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter ._ncdi/%.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter ._ncdi/%.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._ncdi/%.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._ncdi/%.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._ncdi/%.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._ncdi/%.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._ncdi/%.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._ncdi/%.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:638: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "filter-out -I ./, -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: Unknown modifier ":./, -LIBPATH"
- 	while evaluating variable "filter-out -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: Unknown modifier ":%.ml -LIBPATH"
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: Unknown modifier ":%.mll -LIBPATH"
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: Unknown modifier ":%.ml -LIBPATH"
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "COMMON_LDFLAGS" with value "-ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) ""
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:640
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:644: Invalid line "  ifndef CREATE_LIB"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:646: Invalid line "  else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:649: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:651: Invalid line "  ifdef THREADS"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "filter-out -I ./, -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: Unknown modifier ":./, -LIBPATH"
- 	while evaluating variable "filter-out -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: Unknown modifier ":%.ml -LIBPATH"
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: Unknown modifier ":%.mll -LIBPATH"
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: Unknown modifier ":%.ml -LIBPATH"
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:653
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:654: Invalid line "    ifndef CREATE_LIB"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:655: Invalid line "      ifndef REAL_OCAMLFIND"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "filter-out -I ./, -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: Unknown modifier ":./, -LIBPATH"
- 	while evaluating variable "filter-out -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: Unknown modifier ":%.ml -LIBPATH"
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: Unknown modifier ":%.mll -LIBPATH"
- 	while evaluating variable "sort -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: Unknown modifier ":%.ml -LIBPATH"
- 	while evaluating variable "dir -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656: Unknown modifier ":%.mli -LIBPATH"
- 	while evaluating variable "filter -LIBPATH" with value ""
- 	while evaluating variable "ALL_LDFLAGS" with value "-thread -p -I $(shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4) -I $(filter-out -I ./, -I $(sort -I $(dir -I $(filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml)))) $(OCAML_DEFAULT_DIRS:%=-I %) $(INCDIRS:%=-I %) $(OCAMLLDFLAGS)  $(OCAMLNLDFLAGS) -ccopt "/link -NODEFAULTLIB:LIBC  -LIBPATH:$(filter-out -LIBPATH:./, -LIBPATH:$(sort -LIBPATH:$(dir -LIBPATH:$(filter -LIBPATH:%.mli -LIBPATH:%.ml -LIBPATH:%.mll -LIBPATH:%.mly -LIBPATH:%.idl -LIBPATH:%.oxridl -LIBPATH:%.c -LIBPATH:%.cc -LIBPATH:%.rep -LIBPATH:%.zog -LIBPATH:%.glade, -LIBPATH:foo.ml))))  $(LIBDIRS:%=-LIBPATH:%) $(EXTLIBDIRS:%=-LIBPATH:%)  $(OCAML_DEFAULT_DIRS:%=-LIBPATH:%) " $(LIBS:%=%.cmxa)"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:656
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:657: Invalid line "      endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:658: Invalid line "    endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:659: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:660: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:662: Variable/Value missing from "export"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:664: Invalid line "ifdef ANNOTATE"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:666: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:667: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "shell camlp4 -where 2>/dev/null || echo /usr/lib/camlp4"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "filter-out -I ./, -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "sort -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "dir -I "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:669: warning: Invalid character " " in variable name "filter -I %.mli -I %.ml -I %.mll -I %.mly -I %.idl -I %.oxridl -I %.c -I %.cc -I %.rep -I %.zog -I %.glade, -I foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:672: Invalid line "ifdef make_deps"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.d,            "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli ._d/%.d %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.ml, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter ._ncdi/%.di %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml ._d/%.d %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mll, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._d/%.d %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll ._ncdi/%.di %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mly, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._d/%.d %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly ._ncdi/%.di %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._d/%.d %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl ._ncdi/%.di %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.oxridl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep ._d/%.d %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.zog, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc ._d/%.d %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.rep, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: warning: Invalid character " " in variable name "filter %.di,            "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:673: Invalid line "  -include $(MAKE_DEPS)", expanded to "  -include  "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:675: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:733: Invalid line "ifdef WIN32"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:750: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:847: warning: Invalid character " " in variable name "addsuffix .cmxa,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:853: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:853: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:853: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:853: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:853: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:853: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:853: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:853: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:853: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:853: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:855: Invalid line "ifdef WIN32"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:856: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:856: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:856: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:856: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:856: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:856: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:856: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:856: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:856: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:856: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:859: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:861: warning: Invalid character " " in variable name "addsuffix .cmxa,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:871: Invalid line "ifndef STATIC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:872: Invalid line "ifdef MINGW"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:873: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:873: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:873: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:873: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:879: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:880: Invalid line "ifdef MSVC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:881: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:881: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:881: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:881: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:882: warning: duplicate script for target "dllfoo_stubs.so" ignored
- make[1]: OCamlMakefile:874: warning: using previous script for "dllfoo_stubs.so" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:886: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:887: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:887: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:887: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:887: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:888: warning: duplicate script for target "dllfoo_stubs.so" ignored
- make[1]: OCamlMakefile:874: warning: using previous script for "dllfoo_stubs.so" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:891: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:892: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:893: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:895: Invalid line "ifndef LIB_PACK_NAME"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:896: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:896: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:896: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:896: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:896: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:896: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:896: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:896: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:896: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:896: warning: Invalid character " " in variable name "addsuffix .cmxa,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:900: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:900: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:900: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:900: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:900: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:900: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:900: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:900: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:900: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:900: warning: Invalid character " " in variable name "addsuffix .cmxa,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:903: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:904: Invalid line "ifdef BYTE_OCAML"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:905: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:905: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:905: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:905: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:905: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:905: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:907: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:908: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:908: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:908: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:908: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:908: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:908: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:910: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:912: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:912: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:912: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:912: warning: Invalid character " " in variable name "addsuffix .cmxa,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:913: warning: duplicate script for target "foo.cma" ignored
- make[1]: OCamlMakefile:897: warning: using previous script for "foo.cma" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:916: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:916: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:916: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:916: warning: Invalid character " " in variable name "addsuffix .cmxa,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:917: warning: duplicate script for target "foo.cmxa" ignored
- make[1]: OCamlMakefile:901: warning: using previous script for "foo.cmxa" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:917: warning: duplicate script for target "foo.a" ignored
- make[1]: OCamlMakefile:901: warning: using previous script for "foo.a" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:919: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:921: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:921: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:921: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:921: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:922: Invalid line "ifndef MSVC"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:923: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:923: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:923: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:923: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:923: warning: Invalid character " " in variable name "strip  "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:923: Invalid line "  ifneq ($(strip $(OBJ_LINK)),)", expanded to "  ifneq "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:924: warning: duplicate script for target "ifneq" ignored
- make[1]: OCamlMakefile:591: warning: using previous script for "ifneq" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:924: warning: duplicate script for target "(,)" ignored
- make[1]: OCamlMakefile:591: warning: using previous script for "(,)" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:925: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:926: Invalid line "else"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:927: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:927: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:927: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:927: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:927: warning: Invalid character " " in variable name "strip  "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:927: Invalid line "  ifneq ($(strip $(OBJ_LINK)),)", expanded to "  ifneq "
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:928: warning: duplicate script for target "ifneq" ignored
- make[1]: OCamlMakefile:591: warning: using previous script for "ifneq" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:928: warning: duplicate script for target "(,)" ignored
- make[1]: OCamlMakefile:591: warning: using previous script for "(,)" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:929: Invalid line "  endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:930: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:932: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:932: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:932: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:932: warning: Invalid character " " in variable name "addsuffix .cmxa,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:950: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:950: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:950: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:950: warning: Invalid character " " in variable name "addsuffix .cmxa,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:964: Invalid line "ifdef PACK_LIB"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "filter %.mli.__ %.ml %.mll %.mly %.idl %.oxridl %.rep %.zog %.glade, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "basename "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "foreach file, , .cmi .cmo"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "filter-out %.mli.cmo, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %_stubs.o %.oxridl %.c %.cc %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "filter %.idl, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "filter %.mli %.ml %.mll %.mly %.idl %.oxridl %.o %.o %.rep %.zog %.glade, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "filter %.o %.cc, "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "findstring /,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "if ,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "foreach i,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:965: warning: Invalid character " " in variable name "addsuffix .cmxa,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:968: Invalid line "endif"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:976: warning: duplicate script for target "%.ml" ignored
- make[1]: OCamlMakefile:972: warning: using previous script for "%.ml" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:977: warning: duplicate script for target "%.ml" ignored
- make[1]: OCamlMakefile:972: warning: using previous script for "%.ml" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:992: warning: duplicate script for target "%.ml" ignored
- make[1]: OCamlMakefile:972: warning: using previous script for "%.ml" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:996: warning: duplicate script for target "%.ml" ignored
- make[1]: OCamlMakefile:972: warning: using previous script for "%.ml" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1000: warning: duplicate script for target "%.ml" ignored
- make[1]: OCamlMakefile:972: warning: using previous script for "%.ml" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1004: warning: duplicate script for target "%.ml" ignored
- make[1]: OCamlMakefile:972: warning: using previous script for "%.ml" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1004: warning: duplicate script for target "%.mli" ignored
- make[1]: OCamlMakefile:977: warning: using previous script for "%.mli" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1008: warning: duplicate script for target "%.ml" ignored
- make[1]: OCamlMakefile:972: warning: using previous script for "%.ml" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1008: warning: duplicate script for target "%.mli" ignored
- make[1]: OCamlMakefile:977: warning: using previous script for "%.mli" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1010: warning: duplicate script for target "%.ml" ignored
- make[1]: OCamlMakefile:972: warning: using previous script for "%.ml" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1010: warning: duplicate script for target "%.mli" ignored
- make[1]: OCamlMakefile:977: warning: using previous script for "%.mli" defined here
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1045: warning: Invalid character " " in variable name "filter %.mli, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1059: warning: Invalid character " " in variable name "filter %.mli, foo.ml"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1084: Invalid line "define make_subproj"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1091: Invalid line "endef"
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1093: warning: Invalid character " " in variable name "call make_subproj,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1093: warning: Invalid character " " in variable name "eval "
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1093: warning: Invalid character " " in variable name "foreach subproj,,"
- make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1093: Invalid line "$(foreach subproj,$(SUBPROJS),$(eval $(call make_subproj,$(subproj))))", expanded to ""
- 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
- 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
- make[1]: Fatal errors encountered -- cannot continue
- make[1]: stopped making "byte" in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src
- gmake: *** [Makefile:12: byte] Error 1
[ERROR] The compilation of glpk.0.1.8 failed at "gmake byte opt".

#=== ERROR while compiling glpk.0.1.8 =========================================#
# context              2.5.1 | freebsd/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository
# path                 ~/.opam/5.3.0/.opam-switch/build/glpk.0.1.8
# command              /usr/local/bin/gmake byte opt
# exit-code            2
# env-file             ~/.opam/log/glpk-78760-3b5205.env
# output-file          ~/.opam/log/glpk-78760-3b5205.out
### output ###
# [...]
# make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1091: Invalid line "endef"
# 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
# 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
# make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1093: warning: Invalid character " " in variable name "call make_subproj,"
# make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1093: warning: Invalid character " " in variable name "eval "
# make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1093: warning: Invalid character " " in variable name "foreach subproj,,"
# make[1]: /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/OCamlMakefile:1093: Invalid line "$(foreach subproj,$(SUBPROJS),$(eval $(call make_subproj,$(subproj))))", expanded to ""
# 	in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src/Makefile:22
# 	in make[1] in directory "/home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src"
# make[1]: Fatal errors encountered -- cannot continue
# make[1]: stopped making "byte" in /home/opam/.opam/5.3.0/.opam-switch/build/glpk.0.1.8/src
# gmake: *** [Makefile:12: byte] Error 1



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build glpk 0.1.8
+- 
+- The following changes have been performed
| - install ocamlfind 1.9.8
+- 

The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/5.3.0/.opam-switch/backup/state-20260430081233.export"
'opam install -vy glpk.0.1.8' failed.
jail: /usr/bin/su -l opam -c cd '/' && env OPAM_HEALTH_CHECK_CI='true' CI='true' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' 'opam remove -y glpk.0.1.8
opam install -vy glpk.0.1.8
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: glpk.0.1.8 | grep -q '\''freebsd'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi 


exit $res': failed
"jail" "-c" "name=obuilder_1233_12222" "mount.fstab=/tmp/obuilder-jail-4f83bb/fstab" "mount.devfs" "path=/obuilder/result/5648bc8d822ca4a2128d55fb5303db4b7b82d1a351210cd4bc57176fdf216c8a/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/' && env OPAM_HEALTH_CHECK_CI='true' CI='true' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' 'opam remove -y glpk.0.1.8
opam install -vy glpk.0.1.8
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: glpk.0.1.8 | grep -q '\''freebsd'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi 


exit $res'" failed with exit status 1
Failed: Build failed