-
Notifications
You must be signed in to change notification settings - Fork 119
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
Unable to install erlang 21.0 on Arch Linux #318
Comments
The same trouble here... |
The build.log shows this error: drivers/common/inet_drv.c:1419:30: error: static declaration of ‘in6addr_loopback’ follows non-static declaration
1419 | static const struct in6_addr in6addr_loopback =
| ^~~~~~~~~~~~~~~~ which suggests that the compiler in the system is more stict than what was used when developing Erlang/OTP 21. I suggest using an Erlang version that is still supported (24+), or disable that check in gcc using the relevant CFLAGS. |
If you have the time, the |
I'm getting this for OTP 26 as well. EDIT I just found a comment I made back in May #286 (comment) |
What is the "this" that you are getting? |
I meant to say I was receiving the same issue that #318 (comment) referenced. I resolved this by installing some missing
Installed just fine. I can install OTP27 without having to do any exports. |
which wx components specifically? |
I installed |
Already installed, to no avail, same for the flag :c |
I am unable to install erlang 21.0 on Arch Linux.
Here is my log file :
Here is my error message :
For the record, I have followed the "Before asdf install" until this part : "Older OTP builds may require wxgtk2, in that case install wxgtk2-dev from AUR." because wxgtk2-dev does not exist on the AUR.
Thanks !
The text was updated successfully, but these errors were encountered: