shijiang1130 发表于 2015-03-30 16:19

Erlang/OTP 18.0-rc1 出来了

Erlang/OTP 18.0-rc1 is available for testing.


This is an alpha release, which will be followed by a planned beta release in May and a final OTP 18.0 product release in June 2015.

http://www.erlang.org/news/85

shijiang1130 发表于 2015-03-30 17:06

$ git branch
* maint$ git fetch
remote: Counting objects: 1479, done.
remote: Compressing objects: 100% (584/584), done.
remote: Total 1479 (delta 795), reused 541 (delta 541), pack-reused 354
接收对象中: 100% (1479/1479), 3.29 MiB | 407.00 KiB/s, 完成.
处理 delta 中: 100% (921/921), 完成.
来自 https://github.com/erlang/otp
   433ea30..41f2a54maint      -> origin/maint
   7409949..bf3b377master   -> origin/master
* [新tag]         OTP-18.0-rc1 -> OTP-18.0-rc1

shijiang1130 发表于 2015-03-30 17:06

$ git tag
OTP-17.0
OTP-17.0.1
OTP-17.0.2
OTP-17.1
OTP-17.1.1
OTP-17.1.2
OTP-17.2
OTP-17.2.1
OTP-17.2.2
OTP-17.3
OTP-17.3.1
OTP-17.3.2
OTP-17.3.3
OTP-17.3.4
OTP-17.4
OTP-17.4.1
OTP-18.0-rc1
OTP_17.0-rc1
OTP_17.0-rc2
OTP_R13B03
OTP_R13B04
OTP_R14A
OTP_R14B
OTP_R14B01
OTP_R14B02
OTP_R14B03
OTP_R14B04
OTP_R15A
OTP_R15B
OTP_R15B01
OTP_R15B02
OTP_R15B03
OTP_R15B03-1
OTP_R16A_RELEASE_CANDIDATE
OTP_R16B
OTP_R16B01
OTP_R16B01_RC1
OTP_R16B02
OTP_R16B03
OTP_R16B03-1
OTP_R16B03_yielding_binary_to_term
R16B02_yielding_binary_to_term
erl_1252

shijiang1130 发表于 2015-03-30 17:06

本帖最后由 shijiang1130 于 2015-03-30 17:22 编辑

$ git checkout OTP-18.0-rc1
Note: checking out 'OTP-18.0-rc1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b new_branch_name

HEAD 目前位于 bf3b377... Release Candidate 1
把附件放到lib\gs\tcl\binaries目录下

shijiang1130 发表于 2015-03-30 17:07

$ export ERL_COMPILER_OPTIONS=nowarn_deprecated_function

shijiang1130 发表于 2015-03-30 17:08

$ eval `./otp_build env_win32 x64`
$ export MAKEFLAGS=-j8
$ ./otp_build autoconf
***************************************************
***************************************************
*** WARNING: System might fail to configure or
***          might be erroneously configured
***          since autoconf version 2.69 is used
***          instead of version 2.59!
***************************************************
***************************************************

=== running autoconf in lib

=== running autoconf in lib/common_test

=== running autoconf in lib/erl_interface
=== running autoheader in lib/erl_interface

=== running autoconf in lib/gs

=== running autoconf in lib/megaco

=== running autoconf in lib/odbc

=== running autoconf in lib/snmp

=== running autoconf in lib/wx

=== running autoconf in lib/test_server/src

=== running autoconf in erts
=== running autoheader in erts

=== running autoconf in .

shijiang1130 发表于 2015-03-30 17:28

=== Entering application ose
make: Entering directory '/cygdrive/d/program/erlang/otp/lib/ose/src'
ERLC   ../ebin/ose.beam
VSN    ../ebin/ose.app
VSN    ../ebin/ose.appup
make: Leaving directory '/cygdrive/d/program/erlang/otp/lib/ose/src'
make: Entering directory '/cygdrive/d/program/erlang/otp/lib/ose/doc/src'
make: Nothing to be done for 'opt'.
make: Leaving directory '/cygdrive/d/program/erlang/otp/lib/ose/doc/src'
=== Leaving application ose
make: Leaving directory '/cygdrive/d/program/erlang/otp/lib/ose'
make: Leaving directory '/cygdrive/d/program/erlang/otp/lib'
make: Entering directory '/cygdrive/d/program/erlang/otp/erts'
make: Entering directory '/cygdrive/d/program/erlang/otp/erts/start_scripts'
GEN    /cygdrive/d/program/erlang/otp/erts/start_scripts/start_clean.rel
GEN    /cygdrive/d/program/erlang/otp/erts/start_scripts/start_sasl.rel
GEN    /cygdrive/d/program/erlang/otp/erts/start_scripts/no_dot_erlang.rel
GEN    /cygdrive/d/program/erlang/otp/erts/start_scripts/start_all_example.rel
GEN    /cygdrive/d/program/erlang/otp/erts/start_scripts/start_sasl.boot
GEN    /cygdrive/d/program/erlang/otp/erts/start_scripts/start_sasl.script
GEN    /cygdrive/d/program/erlang/otp/erts/start_scripts/start_clean.script
GEN    /cygdrive/d/program/erlang/otp/erts/start_scripts/start_clean.boot
GEN    /cygdrive/d/program/erlang/otp/erts/start_scripts/no_dot_erlang.boot
GEN    /cygdrive/d/program/erlang/otp/erts/start_scripts/no_dot_erlang.script
make: Leaving directory '/cygdrive/d/program/erlang/otp/erts/start_scripts'
make: Entering directory '/cygdrive/d/program/erlang/otp/erts/start_scripts'
GEN    /cygdrive/d/program/erlang/otp/bin/start.script
GEN    /cygdrive/d/program/erlang/otp/bin/start_sasl.script
GEN    /cygdrive/d/program/erlang/otp/bin/start_clean.script
GEN    /cygdrive/d/program/erlang/otp/bin/no_dot_erlang.script
make: Leaving directory '/cygdrive/d/program/erlang/otp/erts/start_scripts'
make: Leaving directory '/cygdrive/d/program/erlang/otp/erts'

shijiang1130 发表于 2015-03-30 17:29

Erlang/OTP 18

Eshell V7.0(abort with ^G)
页: [1]
查看完整版本: Erlang/OTP 18.0-rc1 出来了