zeromq / chumak

Pure Erlang implementation of ZeroMQ Message Transport Protocol.
Mozilla Public License 2.0
197 stars 47 forks source link

Chumak simply doesn't build #13

Closed ghost closed 7 years ago

ghost commented 7 years ago
# git clone https://github.com/zeromq/chumak
Cloning into 'chumak'...
remote: Counting objects: 498, done.
remote: Total 498 (delta 0), reused 0 (delta 0), pack-reused 498
Receiving objects: 100% (498/498), 2.32 MiB | 0 bytes/s, done.
Resolving deltas: 100% (327/327), done.
# cd chumak/
# ./rebar3 compile
===> Verifying dependencies...
===> Compiling chumak
===> Compiling src/chumak_sup.erl failed
src/chumak_sup.erl:25: syntax error before: '{'
src/chumak_sup.erl:30: syntax error before: '{'

src/chumak_sup.erl:16: function init/1 undefined
src/chumak_sup.erl:17: function start_socket/2 undefined
src/chumak_sup.erl:27: spec for undefined function chumak_sup:start_socket/2
c-rack commented 7 years ago

Hi @covertcodes, just tried to reproduce this, but for me, the project builds without problems. Could you please provide additional information about your OS, erlang version, rebar3 version?

ghost commented 7 years ago

@c-rack - Upgrading to the latest Erlang version fixed it, sorry for the trouble.