Did you install erlang from the standard Ubuntu repository, or did you install from the erlang-solutions packages? Or did you compile from source?
My recommendation, as a fellow Ubuntu user, is to install from the erlang-solutions website. The standard erlang packages are a usability nightmare to get working properly. -- Jesse Gumm Owner, Sigma Star Systems 414.940.4866 || sigma-star.com || @jessegumm On Sep 7, 2014 5:38 AM, "Alexey Marunin" <[email protected]> wrote: > Hi, all! > > What I do wrong? > > git clone https://github.com/ChicagoBoss/ChicagoBoss.git > ./rebar get-deps > make > > ==> aleppo (compile) > Compiling > /home/user/Documents/IdeaProjects/ChicagoBoss/ChicagoBoss/deps/aleppo/src/aleppo_parser.yrl > failed: > ERROR: compile failed while processing > /home/user/Documents/IdeaProjects/ChicagoBoss/ChicagoBoss/deps/aleppo: > rebar_abort > make: *** [all] Error 1 > > > cd deps/aleppo > make > > > erlc -o src/ src/aleppo_parser.yrl > Compiler function yecc:compile/3 failed: > {undef,[{yecc,compile, > > ["/home/user/Documents/IdeaProjects/ChicagoBoss/ChicagoBoss/deps/aleppo/src/aleppo_parser", > > > "/home/user/Documents/IdeaProjects/ChicagoBoss/ChicagoBoss/deps/aleppo/src/aleppo_parser", > {options,[], > > "/home/user/Documents/IdeaProjects/ChicagoBoss/ChicagoBoss/deps/aleppo/src", > undefined,[],1,false,999,[],[], > > "/home/user/Documents/IdeaProjects/ChicagoBoss/ChicagoBoss/deps/aleppo"}], > []}, > {erl_compile,compile_file,4,[{file,"erl_compile.erl"},{line,181}]}, > {erl_compile,compile3,3,[{file,"erl_compile.erl"},{line,162}]}, > > {erl_compile,compiler_runner,1,[{file,"erl_compile.erl"},{line,82}]}]} > make: *** [src/aleppo_parser.erl] Error 1 > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/73bebb36-add7-4616-bf50-d9b1a2d117f8%40googlegroups.com > <https://groups.google.com/d/msgid/chicagoboss/73bebb36-add7-4616-bf50-d9b1a2d117f8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CAPTXyXc3czLzjiK-X46aGHXuMyCMHSv8CZdKM_WNsPa3hSgPnQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
