-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails with "Path.Local.parent called on the root" #28
Comments
Same symptoms as #15 -- are you using a jbuilder that includes the fix for that? |
1.0+beta3 was released yesterday and includes the fix for #15 BTW |
Sweet, this worked for me. Thank you. |
Ok, so getting farther. How does one use ppx_jane? I couldn't seem to get
that to work with a preprocess entry in my jbuild file like the manual
says.
…On Thu, Mar 16, 2017 at 03:38 Jérémie Dimino ***@***.***> wrote:
1.0+beta3 was released yesterday and includes the fix for #15
<#15> BTW
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABGYaWNGpUmekQRMU-27YiQJ3GvM0y7mks5rmObogaJpZM4MeW9H>
.
|
With the development version of JS packages (stable release coming soon), |
rgrinberg
pushed a commit
to rgrinberg/jbuilder
that referenced
this issue
Jan 6, 2022
* nojb-master: configure: minimum libcurl version 7.28.0 (for curl_multi_wait) Multi.wait: fix Add optional argument ?timeout_ms Fix Bind to curl_multi_wait instead of curl_multi_fdset
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After I got the most basic hello world program running from the quick start guide, I then tried to build a program that depends on Core. It failed with the error message mentioned in the issue title.
More concretely, this bash snippet
yields
The text was updated successfully, but these errors were encountered: