rgrinberg / onanomsg

nanomsg bindings for ocaml
Do What The F*ck You Want To Public License
38 stars 9 forks source link

Unable to build #24

Open ghost opened 7 years ago

ghost commented 7 years ago

During the oasis setup stage the following is reported on my Mac with OCaml 4.04.2:

W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
W: Cannot find source file matching module 'Nanomsg_generated' in library nanomsg.
W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".

During the ocaml.ml -build steps this happens:


Error: Unbound type constructor Result.result
Command exited with code 2.
ghost commented 7 years ago

A log produced in the _build directory: _log.log

Would you be interested in me porting the build system to Jbuilder? Do you have any advice?

rgrinberg commented 7 years ago

I'd take a PR to port this project to jbuilder.

ghost commented 7 years ago

Will take it on, thanks.