私は、Erlang Cowboy リリースを生成しようとしています。
https://github.com/extend/cowboy/blob/master/guide/getting_started.md
作成Makefile
して実行するまではすべてうまくいきます$ make
。コンパイル プロセスは次のように終了します。
...
make[1]: Leaving directory `/home/lloyd/hello_erlang/deps/cowboy'
ERLC hello_erlang_app.erl hello_handler.erl hello_erlang_sup.erl
compile: warnings being treated as errors
src/hello_handler.erl:3: behaviour cowboy_http_handler undefined
make: *** [ebin/hello_erlang.app] Error 1
コードをトリプルチェックしましたが、見逃したものは何もありません。
それで、これは私のエラーですか?それとも、はじめにの説明やカウボーイ自体のバグですか? それが私の間違いである場合、どうすれば修正できますか?
にこの質問をしましessen@ninenines.eu
たが、今のところ回答がありません。