OCamlPro / ocplib-endian

Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays, based on primitives added in version 4.01.
Other
14 stars 22 forks source link

Jbuilder build failing on master #13

Closed bryphe closed 4 years ago

bryphe commented 6 years ago

When trying to build the latest sources via jbuilder build, I get the following error:

         Multiple rules generated for
     _build/install/default/lib/ocplib-endian/endianBytes.ml:
         - <internal location>
         - <internal location>
         Multiple rules generated for
     _build/install/default/lib/ocplib-endian/bigstring/endianBigstring.ml:
         - <internal location>
         - <internal location>

I tried with a few different jbuilder / dune versions:

And all exhibited this error.

avsm commented 5 years ago

this will be fixed by #14

hhugo commented 4 years ago

Should be closed