<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">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><div><br></div><div><div apple-content-edited="true"><br class="Apple-interchange-newline">
</div>
<br></div></body></html>