I'm trying the new 0.8.9 version of CB.
When I do the following:
$ tar xf orig/ChicagoBoss-0.8.9.tar.gz
$ cd ChicagoBoss-0.8.9
$ make
I get the following error:
[snip]
Compiled src/boss/boss_sup.erl
Compiled src/tests/ct/make_app_SUITE.erl
Compiled src/boss/boss_controller_compiler.erl
ERROR: Compiling template src/boss/boss_html_error_template.dtl failed:
{ok,boss_html_error_template}
ERROR: compile failed while processing /home/dkuhlman/a1/Erlang/ChicagoBoss/ChicagoBoss-0.8.9: rebar_abort
make: *** [all] Error 1
I get the same error when I use clone the Git repository.
I do not get that error with v. 0.8.8.
Is there something that I can do to track this down? Or, do I need to provide more information? If so, what information?
I believe that I read somewhere that CB does not work with the latest versions of Erlang. Is that still true?
I'm using this version of Erlang/erl for ChicagoBoss -- Erlang R16B02 (erts-5.10.3) [source] [64-bit] [smp:3:3] [async-threads:10] [hipe] [kernel-poll:false]
I'm running on Ubuntu GNU/Linux 13.10.
Dave