Kind people,
I downloaded 0.8.12, ensured that I had the latest version of rebar and did the following
./rebar get-deps <no problems>
./rebar compile
toward the end of the compilation phase I see:
==> erlydtl (compile)
make: *** /merl: no such file or directory. Stop.
ERROR: Command [compile] failed!
If I run make from the erlydtl directory directly, I get a similar results
make: *** /merl: no such file or directory. Stop.
ERROR: Command [compile] failed!
make: *** [compile] Error 1
I am using R16B01
Anyone help me out?