[erlang-questions] custom behaviour
stewart mackenzie
setori88@REDACTED
Tue Feb 16 16:48:40 CET 2010
Steve that worked! (with a sharp sounding slap to the forehead)
but Dizzy, this is what my rebar.config file looks like:
{erl_first_files,["src/gen_gist.erl"]}.
{erl_opts, [debug_info, fail_on_warning]}.
and I still get the warning.
src/rtree.erl:2: Warning: behaviour gen_gist undefined
make: *** [all] Error 1
* the behaviour is in the same directory as the dependent module.
* i used rebar to create the otp standard file structure for the project
thanks for your responsive help.
Ill have a look at rebar src to see if there is a bug on thursday
Stewart
More information about the erlang-questions
mailing list