Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation errors with erlang 20 #117

Open
rolfn opened this issue Aug 7, 2017 · 1 comment
Open

compilation errors with erlang 20 #117

rolfn opened this issue Aug 7, 2017 · 1 comment

Comments

@rolfn
Copy link

rolfn commented Aug 7, 2017

I tried to compile erica with erlang 20. There are many error because of changed functions like "crypto:md5_init" or "crypto:md5_final". After replacing all obsolete functions with the new ones I get a erica binary. Unfortunately it throws

Uncaught error in erica: {'EXIT',
                             {undef,
                                 [{couchbeam,start,[],[]},
                                  {erica_core,run,1,
                                      [{file,"src/erica_core.erl"},{line,41}]},
                                  {erica,main,1,
                                      [{file,"src/erica.erl"},{line,12}]},
                                  {escript,run,2,
                                      [{file,"escript.erl"},{line,759}]},
                                  {escript,start,1,
                                      [{file,"escript.erl"},{line,277}]},
                                  {init,start_em,1,[]},
                                  {init,do_boot,3,[]}]}}

Now I don't know what to do. Can you help? Many thanks in advance.

@AZatsepa
Copy link

I have the same problem but with elrang 21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants