6/heroku-erlang-example

webmachine, "1.9.*" no more?

Closed this issue · 1 comments

on my Ubuntu I cant make at all:

==> heroku-erlang-example (get-deps)
ERROR: Dependency dir /home/z/heroku-erlang-example/deps/webmachine failed application validation with reason:
{version_mismatch,{"/home/z/heroku-erlang-example/deps/webmachine/src/webmachine.app.src",
                   {expected,"1.9.*"},
                   {has,"1.10.5-17-g7e40434"}}}.

I did change rebar.config but then I get Heroku problems, I also manually got webmachine 1.9.3 and

make all
==> mochiweb (get-deps)
==> webmachine (get-deps)
==> heroku-erlang-example (get-deps)
==> mochiweb (compile)
src/mochifmt_records.erl:12: parameterized modules are no longer supported
src/mochifmt_records.erl:19: variable 'Recs' is unbound

Any way out? Thanks!

6 commented

hey, thanks for the issue report @reppolice . I actually hadn't updated this code since 2011 -- it should work now though (I updated to webmachine 1.10.*)