Hi - I'm new to ocaml - I've been using f#, but want to use a native solution.
So, I'm using ocaml version 4.04.0, because that is what comes with MSys2. I've gotten your bindings to compile, but when I try the examples folder, I get this error:
make test
ocamlopt -g -I ../src sdl2.cmxa
ex_version.ml -o "ex_version.exe"
flexlink: unknown option '-Wall'.
FlexDLL version 0.34
Hi - I'm new to ocaml - I've been using f#, but want to use a native solution.
So, I'm using ocaml version 4.04.0, because that is what comes with MSys2. I've gotten your bindings to compile, but when I try the examples folder, I get this error: