-
Notifications
You must be signed in to change notification settings - Fork 50
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
Quick change request on your demo makefile #13
Comments
When I try this with latest Erlang version (17.3 rev2), I get errors when trying to access from the browser (chrome or safari). Any ideas where to look? =ERROR REPORT==== 3-Dec-2014::11:34:20 === =ERROR REPORT==== 3-Dec-2014::11:34:20 === |
Thanks for the error report. I got the same error. The latest version which should now work is at Hope it works now [ what happened: the cowboy interface changed in a non compatible way - /Joe On Wed, Dec 3, 2014 at 5:36 PM, davidrutt1 [email protected] wrote:
|
I just forked the repo and using rebar I tried to build and run it.
Turns out that there's currently a new dependency on cowboy called cowlib. This means your make file in the demos directory doesn't work with the new cowlib dependency.
One way to fix this is to update line 5 in demos/Makefile to be:
-pa ../deps/*/ebin\
I guess with this change you wont need the "-pa ../deps/cowboy/ebin\ " in line 4.
Thanks
P/S: I'm a great fan. Can't stop reading everything you do
The text was updated successfully, but these errors were encountered: