-
Notifications
You must be signed in to change notification settings - Fork 24
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
Problems building (dependencies) #5
Comments
Hi @RichardMullins I solved the dependencies with this snippet:
But I got the same error you got:
|
Thanks @vincenzobluesparklabs, I tried again with your modification and it ran through ok (failing that same test of course) but after the build was complete the script still failed trying to copy files in ebin and priv directories - specifically there are no priv directories to copy. Not sure if this is a showstopper or not (and trying to avoid having to learn erlang to find out :)) Any other ideas? |
Fix version of ejwt to avoid softapalvelin#5
Hey,
I am having some trouble building, specifically with dependencies. I am running Ubuntu 14.04 but I've also tried on Ubuntu 15.04 and on my MacBook Pro. I used apt-get to install rebar on the Ubuntu machines and brew to install on the MBP.
When I run the build script it fails trying to get the jsx (a dependency of ejwt) with the message
Dependency not available: jsx-2.8.0 (undefined)
I received this message on the Ubuntu and MBP. So I tried adding the git param to the rebar.config in ejwt (using https://github.com/talentdeficit/jsx as the git project) and that did run further but one of the tests failed (decode_malformed_dots_test).
So I removed the eunit param from the build step and tried to install the plugin - that seemed to work but I'm a bit nervous about blowing up couch.
I then tied using rebar3 which worked for the build phase but it seems it copies files into different locations so when it was moving around the ebin and priv directories it had trouble.
So I'm sure it something to do with my environment but I'm not sure where to start looking. Any ideas?
The text was updated successfully, but these errors were encountered: