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 error on OTP >= 23 #28

Open
andrhua opened this issue May 14, 2021 · 0 comments
Open

Compilation error on OTP >= 23 #28

andrhua opened this issue May 14, 2021 · 0 comments

Comments

@andrhua
Copy link

andrhua commented May 14, 2021

Installation fails on OTP 24/Elixir 1.11.3.

[  1%] Building C object CMakeFiles/modest_worker.dir/utils/eterm_vec.c.o
In file included from .../deps/modest_ex/target/modest_worker/utils/eterm_vec.c
:1:
.../deps/modest_ex/target/modest_worker/utils/eterm_vec.h:22:10: fatal error: e
rl_interface.h: No such file or directory
   22 | #include "erl_interface.h"
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.

As stated in OTP 23 release under Potential Incompatibilities

erl_interface: Removed the deprecated parts of erl_interface(erl_interface.h and essentially all C functions with prefix erl_)

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

1 participant