-
Notifications
You must be signed in to change notification settings - Fork 38
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
Release/Compilation issue in linux #23
Comments
That error message is saying you didn't include jiffy in your release. This isn't a port compiler bug. You must depend on jiffy in your |
thanks for your fast reply, |
jiffy is an otp application. |
this is what i get adding it to my
|
What is in |
What's the status here? |
we are using jsone right now, I think we can close it given that it seems anyone has the same issue |
I see the same problem |
Hi, i was trying to use jiffy with the example you provide in the readme but i had some issues with it, first of all, it compiles but it didn't include it in the release, so when i run
rebar3 shell
it worked but it didn't withrunning
jiffy:decode(<<"{\"foo\": \"bar\"}">>).
throws** exception error: undefined function jiffy:decode/1
there is a related discussion going on in davisp/jiffy#118 about this because it seems to work in mac davisp/jiffy#118 (comment) but not in linux, so i think the issue should go here. thanks
The text was updated successfully, but these errors were encountered: