archaelus / ejango

A Django-ish web framework for Erlang
18 stars 1 forks source link

Fresh clone + make = error #1

Open asonge opened 15 years ago

asonge commented 15 years ago

It seems most of the initial make goes fine, until this:

{"init terminating in do_boot",{undef,[{erlydtl_compiler,compile,["src/field_template.dtl",'ejango.field_template']},{erl_eval,do_apply,5},{erl_eval,expr,5},{init,start_it,1},{init,start_em,1}]}}

archaelus commented 15 years ago

The form->html generator code relies on erlydtl being on the code path in order to compile. Erlydtl being missing gives this error.

I'm not using the form generation myself at the moment, so possibly this stuff could be moved to a non-default make target. (Or we could write an xmerl based generator?)