Version: 3.0 (using Devel) OS: Linux When i try to compile Kalzium with "solver" support (with ocaml and facile), and if ocaml version is 3.11.2 i get this error: File "_none_", line 1, characters 0-1: Error: Files /usr/lib64/ocaml/facile/facile.cmxa and /usr/lib64/ocaml/stdlib.cmxa make inconsistent assumptions over interface Buffer When I downgrade ocaml to 3.10.2 — kalzium compiling fine. Reproducible: Always Steps to Reproduce: 1) Install Ocaml 3.11.2 2) Install Facile 1.1 3) Try to compile Kalzium 4) Fail. Actual Results: Failing while compilation. Expected Results: Normal compilation.
Uhm... I try to build it with 3.11.2 again and it builded fine. I'll try to investigate reasons of failing and reopen bug later. //With best regards, mva.