Devtalk

Devtalk

Erlang OTP-24.0.1 released!

A new Erlang news item has been posted!

Posted via Devtalk.

Most Liked

dimitarvp

dimitarvp

There’s no ElixirForum announcement forum post to comment on yet but I’ve just installed Erlang 24.0.1 without having to downgrade autoconf or specify any env vars on the command line! :partying_face:

It was just a matter of a simple asdf install erlang 24.0.1

EDIT: Oh, there was a forum post after all, missed it by an hour or so. :smiley:

AstonJ

AstonJ

You missed it Dimi… moved your post to it :003:

APB9785

APB9785

Creator of ECSx

I just tried asdf install erlang 24.0.1 and am still getting the same error as before:

ERROR: /Users/Macbook/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.1/otp_src_24.0.1/lib/crypto/configure failed!

(This is on macOS Mojave)

pbayer

pbayer

With autoconf@2.29 I the kerl build works flawlessly on my Mac:

➜  ~  /usr/local/bin/kerl update releases
The available releases are:
....
24.0
24.0.1
➜  ~  kerl build 24.0.1
Downloading OTP-24.0.1.tar.gz to /Users/paul/.kerl/archives...
....
Building Erlang/OTP 24.0.1 (24.0.1), please wait...
....
Erlang/OTP 24.0.1 (24.0.1) has been successfully built
➜  ~  kerl install 24.0.1 /usr/local/kerl/24.0.1
Installing Erlang/OTP 24.0.1 (24.0.1) in /usr/local/kerl/24.0.1...
....

➜  ~  iex
Erlang/OTP 24 [erts-12.0.1] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit]

Interactive Elixir (1.12.0) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> ...

I’m on macOS 11.3.1 (20E241), Intel.

I followed that advise to get autoconf@2.69:

conradwt

conradwt

I was also able to get this installed after installing properly installing wxWidgets 3.1.5 from the source. Please see my post here.

Where Next?

Popular in Erlang News Top

erlangforums
This thread will be used to cross-post official Erlang News via erlangforums.com (and will replace the Devtalk Erlang news cross-poster)....
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 24.1.1 · erlang/otp · GitHub
New
AstonJ
Erlang/OTP 20.1 is the first service release for the 20 major release. The service release contains mostly bug fixes and characteristics...
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 23.3.2 · erlang/otp · GitHub Posted via Devtalk.
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 22.3.4.22 · erlang/otp · GitHub
New
kennethL
Read the new Blog post by John Högberg at the OTP team. It is a brief primer on BEAM, the virtual machine that executes user code in th...
New
erlangforums
This thread posts alerts to all publicly viewable threads on the new erlangforums.com (that haven’t been posted by the Erlang Core Team)....
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 23.3.4.6 · erlang/otp · GitHub Posted via Devtalk.
New
bjorng
The third release candidate for Erlang/OTP 22.0 has been released. Erlang/OTP 22 is a new major release with new features and improveme...
New
lpil
Hello everyone! The latest version of Gleam is out, v0.13. I’ve written a blog post detailing what’s new in this release here: I hope ...
New

Other popular topics Top

lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1140 51847 244
New
jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod -- where is this set? Thanks.
New
sergio
I couldn’t find any guides that worked well with Phoenix 1.6.0 and esbuild. I hope this helps people test the waters and eases you into t...
New
myronmarston
The Elixir Typespec docs show the following syntax for keyword lists in typespecs: # ... | [key: type] # keyword lis...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
aesmail
Hello guys, I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New

We're in Beta

About us Mission Statement