[erlang-questions] [ANN] Erlang/OTP 17.0-rc1 has been released.
Anthony Ramine
n.oxyde@REDACTED
Sat Feb 1 14:36:24 CET 2014
All worked out of the box with no peculiar configure script. Are you sure your setup isn’t broken?
--
Anthony Ramine
Le 1 févr. 2014 à 12:09, Max Lapshin <max.lapshin@REDACTED> a écrit :
> Small notice.
>
> As apple is doing everything to make compilation hard, I had to compile with following keys:
>
> CC=clang CXX=clang++ LDD=clang ./configure --prefix=/usr/local/Cellar/erlang/R17.0 --enable-dirty-schedulers --with-dynamic-trace=dtrace --enable-smp-support --enable-kernel-poll --enable-vm-probes --enable-m64-build
>
> and also I had to move /usr/bin/xcrun to /usr/bin/xcrun-orig and replace original apple file with following bash script:
>
> #!/bin/bash
> $@
>
> without this manipulation I couldn't even configure erlang under Mac OS X 10.8.5
>
>
>
> ------
>
> Right after compilation I have problems:
>
> flussonic max$ ./rebar clean
> ERROR: Failed to extract name from /Users/max/Sites/flussonic/deps/lhttpc/src/lhttpc.app.src: {27,
> file_io_server,
> invalid_unicode}
>
> Line 27 of lhttpc.app.src is:
>
> %%% @author Oscar Hellström <oscar@REDACTED>
>
>
> It is umlaut in documentation.
>
> How should this be handled?
>
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list