Hi Wilson,<br><br>all the issues you are referring to concern type specs definitions.<br><br>On R13, tid() was a built-in type, and it has been changed on R14 to be a remote type [which in my opinion is more correct]. Thus the error you are getting while compiling on R13.<br>
<br>I did report this question here:<br><a href="http://erlang.org/pipermail/erlang-questions/2011-August/060838.html">http://erlang.org/pipermail/erlang-questions/2011-August/060838.html</a><br><br>Kostis answered "But I would really recommend to the users of R13 to switch to R14. There are many good reasons to do that". It's not the first time I hear this, even the OTP team has recommended on many occasions to upgrade [I remember some SSL issues too].<br>
<br>Therefore, I haven't added support to R13 on misultin 0.8. At least until now.<br><br>r.<br><br><br><div class="gmail_quote">On Mon, Sep 5, 2011 at 3:08 AM, Wilson MacGyver <span dir="ltr"><<a href="mailto:wmacgyver@gmail.com">wmacgyver@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Does misultin no longer support R13 series?<br>
<br>
I tried to build it via make<br>
and get<br>
<br>
make<br>
erlc -W -I include -o ebin src/*.erl<br>
src/misultin_acceptor.erl:85: referring to built-in type tid as a<br>
remote type; please take out the module name<br>
src/misultin_acceptor.erl:149: referring to built-in type tid as a<br>
remote type; please take out the module name<br>
src/misultin_acceptor.erl:168: referring to built-in type tid as a<br>
remote type; please take out the module name<br>
make: *** [all] Error 1<br>
<br>
<br>
on R14 it builds fine.<br>
<br>
Thanks<br></blockquote></div>