AI-Planning / pddl-generators

A collection of PDDL generators, some of which have been used to generate benchmarks for the International Planning Competition (IPC).
71 stars 12 forks source link

Error when running `build_all` #27

Closed Martin36 closed 1 year ago

Martin36 commented 1 year ago

I get the following error when running build_all:

Domain: crewplanning
ocamlbuild main.native
make: ocamlbuild: Command not found
make: *** [Makefile:5: main.native] Error 127

Is ocamlbuild required? If that is the case then maybe it should be added to the documentation

jendrikseipp commented 1 year ago

I agree. Can you add the necessary installation commands to the docs, please?

guicho271828 commented 1 year ago

It is already in my branch, I remember fixing this.

guicho271828 commented 1 year ago

ah, nevermind, I thought I added it to environment.yml in my branch, but I did not commit it.

If you are an ubuntu user, here is the command for installation. https://github.com/AI-Planning/pddl-generators/commit/03890ae6172dd06d8793ea235076f447da84cd23#diff-6640e8c668a6deeb426558faaa2b0f535d95814c09a05c044a1df27a008dd544R23