Hi again Andreas, [Cc-ing upstream]
On Tue, Oct 25, 2022 at 01:40:19PM +0200, Joost van Baal-Ilić wrote: > On Tue, Oct 25, 2022 at 09:42:01AM +0200, Andreas Tille wrote: > > > > cimfomfa was quickly accepted in unstable thanks to ftpmaster. So I > > wanted to build the latest version of mcl but I stumbled upon > > > > caml/caml_mcl.c:2:10: fatal error: util/rand.h: No such file or > > directory > > 2 | #include "util/rand.h" > > | ^~~~~~~~~~~~~ > > > > Do you have any idea where to obtain util/rand.h? > > It came with cimfomfa-18-238/util/rand.h > > does current cimfomfa no longer ship it? I think you have to patch it: replace #include "util/rand.h" with #include <tingea/rand.h> . Bye, Joost

