<div dir="ltr">+1 for this issue. OpenCL is an excellent complement to Erlang when it comes to high performance numerical computing.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jan 8, 2013 at 5:41 AM, Tony Rogvall <span dir="ltr"><<a href="mailto:tony@rogvall.se" target="_blank">tony@rogvall.se</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi!<div><br></div><div>Found a workaround for cl (<a href="https://github.com/tonyrog/cl" target="_blank">https://github.com/tonyrog/cl</a>) not starting on erlang 64-bit mac os x</div>
<div>The fix is to add "-framework Foundation" to  LIBCARBON in erts/<a href="http://configure.in" target="_blank">configure.in</a></div><div><br></div><div>--- Like this ---</div><div><div>case $ARCH-$OPSYS in</div>
<div>        amd64-darwin*)</div><div>                LIBCARBON="-framework Foundation"</div><div>                AC_MSG_RESULT([no])</div><div>                ;;</div><div>        *-darwin*)</div><div>                LIBCARBON="-framework Carbon -framework Foundation"</div>
<div>                AC_MSG_RESULT([yes])</div><div>                ;;</div></div><div>--</div><div><br></div><div>Any chans that this might be fixed in a future release ?</div><span class="HOEnZb"><font color="#888888"><div>
<br></div><div><br></div><div>/Tony</div><div><br></div><div><div><br>
</div>
<br></div></font></span></div><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Evan Miller<br><a href="http://www.evanmiller.org/">http://www.evanmiller.org/</a>
</div>