I have this current version.
erlang 25.3.2.2
elixir 1.13.2-otp-25
installed cmake, make, g++ as well.
getting this issue on my latest ubuntu version: 24.04.1
[ 52%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based/full_filter_block.cc.o
gmake[6]: *** [CMakeFiles/rocksdb.dir/build.make:2148: CMakeFiles/rocksdb.dir/table/block_based/data_block_hash_index.cc.o] Error 1
gmake[6]: *** Waiting for unfinished jobs…
gmake[5]: *** [CMakeFiles/Makefile2:139: CMakeFiles/rocksdb.dir/all] Error 2
gmake[4]: *** [CMakeFiles/Makefile2:146: CMakeFiles/rocksdb.dir/rule] Error 2
gmake[3]: *** [Makefile:169: rocksdb] Error 2
gmake[2]: *** [CMakeFiles/rocksdb.dir/build.make:86: rocksdb-prefix/src/rocksdb-stamp/rocksdb-build] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/rocksdb.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
- exit 1
===> Hook for compile failed!
==> jetzy
** (Mix) Could not compile dependency :rocksdb, “/home/ubuntu/.asdf/installs/elixir/1.13.2-otp-25/.mix/rebar3 bare compile --paths /home/ubuntu/projects/jetzy/_build/dev/lib/*/ebin” command failed. Errors may have been logged above. You can recompile this dependency with “mix deps.compile rocksdb”, update it with “mix deps.update rocksdb” or clean it with “mix deps.clean rocksdb”