ocaml-toml / To.ml

OCaml library for TOML
https://ocaml-toml.github.io/To.ml
Other
82 stars 20 forks source link

2.2.0 does not compile #31

Closed sagotch closed 9 years ago

sagotch commented 9 years ago

setup.ml is missing

$ make build 
ocaml setup.ml -configure 
Cannot find file setup.ml

I will generate gh-pages and fix opam file as soon as Makefile will be fixed.

mackwic commented 9 years ago

Yeah, the workflow is:

You need to configure only once. You can ./configure --enable-tests and make normal build, it's only a little bit longer (and will use bisect when it's not strictly necessary).

sagotch commented 9 years ago

Oups, sorry about that. :+1:

mackwic commented 9 years ago

I'm just happy it's working. :)

sagotch commented 9 years ago

Nevertheless, ditributing the project without the configure file add a dependency (oasis). Not a big deal but the configuration script should be the same for everyone(I guess) so we should include it in versionned files.

mackwic commented 9 years ago

yes, it's an error, should have included that. I'll push it now