samoht / assemblage

A collection of tools to manage the configuration of OCaml projects
54 stars 4 forks source link

Bootstraping and install issues #167

Open Drup opened 9 years ago

Drup commented 9 years ago

When bootstraping, the assemblage.install generated contains references to _build/dir-lib (and other dir-things) however, the build system doesn't generate such directories, and the installation fails.

rizo commented 9 years ago

Are there any workarounds for this?

Drup commented 9 years ago

To try to go further, I manually replaced things in .install but I then hit the fact that the META is not generated and give up at this point.

dbuenzli commented 9 years ago

The makefile backend is not functional at the moment. There's no point in installing assemblage at the moment, it is unfinished software.

rizo commented 9 years ago

I wasn't hoping to use it in production, just tried for the sake of curiosity ;)