nitrogen / simple_bridge

A simple, standardized interface library to Erlang HTTP Servers.
MIT License
112 stars 76 forks source link

yaws deps #48

Closed stuart-thackray closed 8 years ago

stuart-thackray commented 8 years ago

Hi Jesse,

Just FYI for erlang 18 we need yaws 2.0 I don't know the exact changes required. The one would be to update simple_bridge/rebar_deps/yaws.deps but not getting it to compile/make.

==> yaws (compile) yaws.erl:13: can't find include file "yaws_appdeps.hrl" yaws.erl:221: undefined macro 'YAWS_APPDEPS' yaws.erl:175: function start_app_deps/0 undefined yaws.erl:195: function start_app_deps/0 undefined

stuart-thackray commented 8 years ago

I am not sure if it just an issue with yaws and Mac as yaws says to install from repo rather than using the configure script.

but for erlang 18 yaws 2.0 is required.

choptastic commented 8 years ago

Thanks Stuart!

I was not aware of this. I'll have to find out about this.

-Jesse

Jesse Gumm Owner, Sigma Star Systems 414.940.4866 || sigma-star.com || @jessegumm On Sep 5, 2015 1:39 PM, "stuart-thackray" notifications@github.com wrote:

I am not sure if it just an issue with yaws and Mac as yaws says to install from repo rather than using the configure script.

but for erlang 18 yaws 2.0 is required.

— Reply to this email directly or view it on GitHub https://github.com/nitrogen/simple_bridge/issues/48#issuecomment-137985696 .

stuart-thackray commented 8 years ago

I am closing this and will create a PR for using yaws 2.0.2 which builds as expected.

choptastic commented 8 years ago

Oh sweet!