ReasonNativeProject icon indicating copy to clipboard operation
ReasonNativeProject copied to clipboard

Building the project without esy fails

Open slightlytyler opened this issue 7 years ago • 4 comments

Error: Library "sub" is private, it cannot be a dependency of a public library.
You need to give "sub" a public name.

slightlytyler avatar Apr 16 '18 20:04 slightlytyler

Any update on this?

chu-rh avatar May 08 '18 21:05 chu-rh

Yeah, stumbled upon same issue. Not able to build without esy.

satansdeer avatar Aug 18 '18 10:08 satansdeer

Actually same issue with esy

# Unformatted Error Output:
# File "lib/jbuild", line 7, characters 17-20:
# Error: Library "sub" is private, it cannot be a dependency of a public library.

satansdeer avatar Aug 18 '18 10:08 satansdeer

Good news everyone, i've got a PR fixing this: https://github.com/reasonml/ReasonNativeProject/pull/43

satansdeer avatar Aug 18 '18 19:08 satansdeer