Hi,<div><br></div><div>I'm trying to get a little bit more familiar with Erlang, and so far have only done the very basics: playing with the shell, writing a basic network server with gen_tcp and gen_server, etc.</div>

<div><br></div><div>I am now interested in Sinan to help me build a bigger app. I started with sinan gen which builds what looks like a sensible template to me. But sinan build fails to compile anything :</div><div><br></div>

<div><div>$ sinan build</div><div>[build] start</div><div>[build] Building /Users/Taum/Documents/Erlang/testapp/lib/foo/src/foo_sup.erl</div><div>[build] /Users/Taum/Documents/Erlang/testapp/lib/foo/src/foo_sup.erl:none:error:internal error in beam_asm;</div>

<div>crash reason: {{badmatch,{error,enoent}},</div><div>               [{filename,absname,1},</div><div>                {compile,beam_asm,1},</div><div>                {compile,'-internal_comp/4-anonymous-1-',2},</div>

<div>                {compile,fold_comp,3},</div><div>                {compile,internal_comp,4},</div><div>                {compile,internal,3}]}</div><div><br></div><div><br></div><div>On a side note, I'm also having a very hard time finding basic documentation about how to manage an app in Erlang/OTP: how to get started, run it, etc. Are there any good ressources out there I might have overlooked ?</div>

<div><br></div><div>Cheers,</div><div>Thomas</div></div>