Behavior undefined warning
Sean Hinde
sean.hinde@REDACTED
Sat Apr 29 01:10:23 CEST 2006
http://www.erlang.org/doc/doc-5.4.13/doc/design_principles/
spec_proc.html#6.3
Sean
On 28 Apr 2006, at 23:38, Joel Reymont wrote:
> Folks,
>
> How do I fix this warning?
>
> src/xmpp_echo_behaviour.erl:9: Warning: behaviour gen_xmpp_client
> undefined
>
> The code looks like this
>
> -module(xmpp_echo_behaviour).
> -behaviour(gen_xmpp_client).
>
> and I definitely have gen_xmpp_client.beam
>
> Thanks, Joel
>
> --
> http://wagerlabs.com/
>
>
>
>
>
More information about the erlang-questions
mailing list