erica
erica copied to clipboard
bootstrap.bat fails on Windows
As per my StackOverflow question, running bootstrap.bat on Windows 8 throws an error:
c:/Programming/couchapp/erica/src/erica.erl:none: redefining macro 'WITH_MOCHIJSON'
ERROR: compile failed while processing C:/Programming/couchapp/erica: rebar_abort
As per asvyazin's answer, it should really just be:
rebar get-deps
rebar compile
escript bootstrap