Closed modlfo closed 3 years ago
The library installs correctly with opam. So it's just probably some issue with my environment.
Are you using dune build
to build? In that case, dune builds not only the raylib bindings but also the examples and the util code I use to generate parts of the binding code.
In the CI, the main raylib bindings are built with 4.12 and 4.06, so 4.09 should work. The examples and utils code are only built with 4.12 though.
To only build the bindings, you can use dune build -p raylib
. I would expect this to work with your version
I ran dune build
.
I ended up using installing it using opam and just compiling the examples manually. The examples work without any issues!
Hi,
which OCaml version are you using to build? I'm using 4.09.1 and I got the following compilation error.
By looking at the
Seq
documentation from the OCaml Stdlib, looks like that function does not exists. I guess that it is taken from other library?