-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation on Windows/mingw #44
Comments
It ought to be possible to build ocaml-ctypes (either the 0.1 release or the current master HEAD) on Windows. The dependencies are: libffi, Oasis, OCamlfind and (optionally) OUnit. Although ctypes hasn't yet been tested on Windows, build/test failures should generally be considered bugs, so please let us know how you get on. |
The dependency on Oasis should disappear at some point (issue #21). |
Great! libffi compiles fine with Mingw, Ocamlfind also. So removing the dependency with Oasis should solve the issue. |
The build-time dependency on Oasis has now been removed (issue #45). |
Fixed by #190. |
Is there any way to install ocaml-ctypes without OPAM which does'nt compile on Windows ?
Is it possible to just compile ocaml-ctypes with ocamlbuild ?
I would like to compile and try ocaml-ctypes on windows with ocaml/mingw : I'm using in cygwin the mingw cross-compiler (i686-w64-mingw32-gcc).
The text was updated successfully, but these errors were encountered: