You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localhost:zfor zym$ make PREFIX=/opt/zfor
==> rel (compile)
==> zfor (compile)
Compiled src/zfor_app.erl
Compiled src/zfor_caretaker.erl
src/zfor_config.erl:138: Warning: crypto:md5_init/0 is deprecated and will be removed in in a future release; use crypto:hash_init/1
src/zfor_config.erl:140: Warning: crypto:md5_final/1 is deprecated and will be removed in in a future release; use crypto:hash_final/2
src/zfor_config.erl:153: Warning: crypto:md5_update/2 is deprecated and will be removed in in a future release; use crypto:hash_update/3
src/zfor_config.erl:240: Warning: call to http:request/4 will fail, since it was removed in R15B; use httpc:request/4
src/zfor_config.erl:295: Warning: crypto:md5_init/0 is deprecated and will be removed in in a future release; use crypto:hash_init/1
src/zfor_config.erl:297: Warning: crypto:md5_final/1 is deprecated and will be removed in in a future release; use crypto:hash_final/2
src/zfor_config.erl:312: Warning: crypto:md5_update/2 is deprecated and will be removed in in a future release; use crypto:hash_update/3
src/zfor_config.erl:360: Warning: crypto:md5_init/0 is deprecated and will be removed in in a future release; use crypto:hash_init/1
src/zfor_config.erl:364: Warning: crypto:md5_final/1 is deprecated and will be removed in in a future release; use crypto:hash_final/2
src/zfor_config.erl:378: Warning: crypto:md5_update/2 is deprecated and will be removed in in a future release; use crypto:hash_update/3
src/zfor_config.erl:461: Warning: call to http:request/4 will fail, since it was removed in R15B; use httpc:request/4
Compiled src/zfor_config.erl
Compiled src/zfor_httpclient.erl
src/zfor_hostlist.erl:80: Warning: call to http:request/4 will fail, since it was removed in R15B; use httpc:request/4
Compiled src/zfor_hostlist.erl
Compiled src/zfor_main.erl
Compiled src/zfor_sup.erl
src/zfor_server.erl:50: Warning: NOT OPTIMIZED: called function handle_req/3 does not begin with a suitable binary matching instruction
src/zfor_server.erl:99: Warning: NOT OPTIMIZED: sub binary used by erlang:binary_to_list/1
Compiled src/zfor_server.erl
Compiled src/zfor_util.erl
==> zfor (dialyze)
ERROR: No PLT found
make: *** [dialyze] Error 1
localhost:zfor zym$ sudo port info erlang
erlang @R16B03-1 (lang, erlang)
Variants: [+]hipe, nohipe, odbc, [+]ssl, wxwidgets
Description: Erlang is a programming language designed at the Ericsson Computer Science Laboratory. Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson. We are releasing free of charge:
The entire source code of the current Erlang system. Extensive libraries of code for building robust fault-tolerant distributed applications. All with documentation. All the above software has been battle tested in a
number of Ericsson products, for example the new Ericsson ATM switch.
Homepage: http://www.erlang.org/
Build Dependencies: gawk, perl5
Library Dependencies: ncurses, openssl
Platforms: darwin
License: MPL
Maintainers: ciserlohn@macports.org
localhost:zfor zym$
用R16的erlang,在Mac下编译,报了好多Warning,还有个错误。
localhost:zfor zym$ make PREFIX=/opt/zfor
==> rel (compile)
==> zfor (compile)
Compiled src/zfor_app.erl
Compiled src/zfor_caretaker.erl
src/zfor_config.erl:138: Warning: crypto:md5_init/0 is deprecated and will be removed in in a future release; use crypto:hash_init/1
src/zfor_config.erl:140: Warning: crypto:md5_final/1 is deprecated and will be removed in in a future release; use crypto:hash_final/2
src/zfor_config.erl:153: Warning: crypto:md5_update/2 is deprecated and will be removed in in a future release; use crypto:hash_update/3
src/zfor_config.erl:240: Warning: call to http:request/4 will fail, since it was removed in R15B; use httpc:request/4
src/zfor_config.erl:295: Warning: crypto:md5_init/0 is deprecated and will be removed in in a future release; use crypto:hash_init/1
src/zfor_config.erl:297: Warning: crypto:md5_final/1 is deprecated and will be removed in in a future release; use crypto:hash_final/2
src/zfor_config.erl:312: Warning: crypto:md5_update/2 is deprecated and will be removed in in a future release; use crypto:hash_update/3
src/zfor_config.erl:360: Warning: crypto:md5_init/0 is deprecated and will be removed in in a future release; use crypto:hash_init/1
src/zfor_config.erl:364: Warning: crypto:md5_final/1 is deprecated and will be removed in in a future release; use crypto:hash_final/2
src/zfor_config.erl:378: Warning: crypto:md5_update/2 is deprecated and will be removed in in a future release; use crypto:hash_update/3
src/zfor_config.erl:461: Warning: call to http:request/4 will fail, since it was removed in R15B; use httpc:request/4
Compiled src/zfor_config.erl
Compiled src/zfor_httpclient.erl
src/zfor_hostlist.erl:80: Warning: call to http:request/4 will fail, since it was removed in R15B; use httpc:request/4
Compiled src/zfor_hostlist.erl
Compiled src/zfor_main.erl
Compiled src/zfor_sup.erl
src/zfor_server.erl:50: Warning: NOT OPTIMIZED: called function handle_req/3 does not begin with a suitable binary matching instruction
src/zfor_server.erl:99: Warning: NOT OPTIMIZED: sub binary used by erlang:binary_to_list/1
Compiled src/zfor_server.erl
Compiled src/zfor_util.erl
==> zfor (dialyze)
ERROR: No PLT found
make: *** [dialyze] Error 1
localhost:zfor zym$ sudo port info erlang
erlang @R16B03-1 (lang, erlang)
Variants: [+]hipe, nohipe, odbc, [+]ssl, wxwidgets
Description: Erlang is a programming language designed at the Ericsson Computer Science Laboratory. Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson. We are releasing free of charge:
The entire source code of the current Erlang system. Extensive libraries of code for building robust fault-tolerant distributed applications. All with documentation. All the above software has been battle tested in a
number of Ericsson products, for example the new Ericsson ATM switch.
Homepage: http://www.erlang.org/
Build Dependencies: gawk, perl5
Library Dependencies: ncurses, openssl
Platforms: darwin
License: MPL
Maintainers: ciserlohn@macports.org
localhost:zfor zym$
The text was updated successfully, but these errors were encountered:
用R16的erlang,在Mac下编译,报了好多Warning,还有个错误。
用R16的erlang,在Mac下编译,报了好多Warning,还有个错误。
The text was updated successfully, but these errors were encountered: