| Summary: | Kalzium fails while compilation with ocaml-3.11.2 | ||
|---|---|---|---|
| Product: | [Applications] kalzium | Reporter: | Vadim A. Misbakh-Soloviov (mva) <kde> |
| Component: | general | Assignee: | Kalzium Developers <kalzium> |
| Status: | RESOLVED LATER | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.0 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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. |
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.