<br><br><div class="gmail_quote">2009/2/13 Bengt Kleberg <span dir="ltr"><<a href="mailto:bengt.kleberg@ericsson.com">bengt.kleberg@ericsson.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Greetings,<br>
<br>
Can you change the Emakefile to have your target first in the tuple?<br>
<br>
I have not worked with ASN1, but from what I know of Emakefiles the<br>
first entry in the tuple should be the target (module). According to the<br>
compile documentation ASN1 files are the source for targets, not<br>
targets.<br>
<br>
</blockquote><br>Now my Emakefile is:<br><br>{"SSWConn", [{outdir, "."}]}.<br></div><br>There is SSWConn.asn file in directory. "erl -make" prints:<br><br>$ erl -make<br>Recompile: SSWConn<br>
./SSWConn.erl:none: no such file or directory<br clear="all"><br><br>BTW, for .erl files my Emakefile is:<br>{"src/*", [debug_info, {i, "../asn"}, {warn_format, 1}, {outdir, "ebin"}]}.<br><br>
and all works fine.<br><br><br>-- <br>Maxim Treskin<br>