> A new version 1.1.0 has been released.
Thanks.
I have dared to activate also a current OCaml version by the command
“opam switch create 4.12.0”.
I have tried to rebuild your software accordingly.
elfring@Sonne:~/Projekte/Coccinelle/20160205> make distclean && git checkout
master && git pull && ./autogen && ./configure && echo "$(./version.sh)" &&
grep VERSION=1 Makefile.config
Now I stumble on the following error message.
elfring@Sonne:~/Projekte/Coccinelle/20160205> LANG=C make world
make -C bundles/stdcompat all
make[1]: Entering directory
'/home/elfring/Projekte/Coccinelle/20160205/bundles/stdcompat'
cd stdcompat-current; make && cp *.mli *.cmi *.cmx *.cma *.cmxa *.a *.h ..
make[2]: Entering directory
'/home/elfring/Projekte/Coccinelle/20160205/bundles/stdcompat/stdcompat-current'
make all-am
make[3]: Entering directory
'/home/elfring/Projekte/Coccinelle/20160205/bundles/stdcompat/stdcompat-current'
ocamlfind ocamlopt -c -package seq -package uchar -bin-annot -no-alias-deps -I
. -alert -deprecated stdcompat__arg_s.mli -o stdcompat__arg_s.cmi
File "stdcompat__arg_s.mli", lines 3-17, characters 0-38:
3 | type spec = Arg.spec =
4 | | Unit of (unit -> unit)
5 | | Bool of (bool -> unit)
6 | | Set of bool ref
7 | | Clear of bool ref
...
14 | | Tuple of spec list
15 | | Symbol of string list * (string -> unit)
16 | | Rest of (string -> unit)
17 | | Expand of (string -> string array).
Error: This variant or record definition does not match that of type Arg.spec
Constructors number 14 have different names, Rest_all and Expand.
make[3]: *** [Makefile:1612: stdcompat__arg_s.cmi] Error 2
…
Would you like to point any corresponding adjustments out?
Regards,
Markus
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci