<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yes.<div>I did a post about that just the other day.</div><div>if you know how, you can edit the erts/configure.in a rebuild erlang.</div><div>If you can live with 32-bit or build from git Dan also had some nice ways around this.</div><div><br></div><div>I will see if I can produce some easy instructions on how to start with cl.</div><div>But in this case it was never possible to get started ;-) </div><div><br></div><div>Thanks</div><div><br></div><div>/Tony</div><div><br></div><div><blockquote type="cite"></blockquote><blockquote type="cite"><blockquote type="cite">Hi!<div><br></div><div>Found a workaround for cl (<a href="https://github.com/tonyrog/cl">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/configure.in</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><div><br></div><div><br></div><div>/Tony</div></blockquote></blockquote><div><br></div><div><br></div><div><div>On 17 jan 2013, at 02:26, Alex Babkin <<a href="mailto:ababkin@gmail.com">ababkin@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi<div><br></div><div style="">I was trying to play around with this code (<a href="https://github.com/tonyrog/cl">https://github.com/tonyrog/cl</a>) and get it going on my mac (Air, <span style="font-family:'Lucida Grande';font-size:11px">OS X 10.8.2</span>), but wasn't all that successful </div>
<div style=""><br></div><div style="">I have some experience running erlang programs but usually bootstrapped with rebar.</div><div style=""><br></div><div style="">I've gotten as far as getting "Trace/BPT trap: 5" as soon as i run some examples (and this error doesn't really help/tell me much)</div>
<div style=""><br></div><div style="">It'd be really great if there would be a step by step instructions on how to get the examples running and how to set the system up in general. A lot of people use macs for development nowadays, so mac specific instructions and gotchas would be great (and i can help with this however i can)</div>
<div style=""><br></div><div style="">here are the steps i followed:</div><div style=""> </div><div style="">$mkdir opencl</div><div style="">$cd opencl</div><div style="">$git clone git://<a href="http://github.com/tonyrog/cl.git">github.com/tonyrog/cl.git</a></div>
<div style="">$cd cl</div><div style="">$make</div><div style="">$cd examples</div><div style="">$make</div><div style="">$ cd ../..</div><div style="">$erl -pa cl/ebin</div><div style=""><div>Erlang R15B03 (erts-5.9.3) [source] [64-bit] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:false]</div>
<div><br></div><div>Eshell V5.9.3  (abort with ^G)</div><div>1> cl_bandwidth:test().</div><div>Trace/BPT trap: 5</div><div><br></div><div><br></div><div style="">Thanks</div></div><div style=""><br></div></div>
</blockquote></div><br></div></body></html>