ocaml-ppx / ppx_derivers

deriving plugin registry
Other
4 stars 1 forks source link

does not compile on byte-code-only architectures #2

Closed treinen closed 6 years ago

treinen commented 6 years ago

Hello, ppx_derivers does not compile on architectures which only have a bytecode compiler, like mips. It fails with the message

jbuilder build @install No rule found for _build/default/src/ppx_derivers.cmx make[1]: *** [Makefile:5: all] Error 1

a complete build log is here:

https://buildd.debian.org/status/fetch.php?pkg=ppx-derivers&arch=mips&ver=1.2-1&stamp=1520289651&raw=0

ghost commented 6 years ago

This was fixed in jbuilder beta18: https://github.com/ocaml/dune/issues/330

treinen commented 6 years ago

Yes, it compiles now on bytecode-only archs using recent dune. -Ralf.