[erlang-questions] openCL darwin 64
Tony Rogvall
tony@REDACTED
Tue Jan 8 12:41:36 CET 2013
Hi!
Found a workaround for cl (https://github.com/tonyrog/cl) not starting on erlang 64-bit mac os x
The fix is to add "-framework Foundation" to LIBCARBON in erts/configure.in
--- Like this ---
case $ARCH-$OPSYS in
amd64-darwin*)
LIBCARBON="-framework Foundation"
AC_MSG_RESULT([no])
;;
*-darwin*)
LIBCARBON="-framework Carbon -framework Foundation"
AC_MSG_RESULT([yes])
;;
--
Any chans that this might be fixed in a future release ?
/Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130108/f8b0dd09/attachment.htm>
More information about the erlang-questions
mailing list