wxe_impl.cpp:669:55: error: ordered comparison between pointer and zero ('void *' and 'long') if((index < memenv->next) && ((index == 0) || (temp > NULL))) ~~~~ ^ ~~~~ wxe_impl.cpp:681:55: error: ordered comparison between pointer and zero ('void *' and 'long') if((index < memenv->next) && ((index == 0) || (temp > NULL))) { ~~~~ ^ ~~~~ build log: http://package18.nyi.freebsd.org/data/headamd64PR216008-default/2017-01-29_16h09m05s/logs/errors/erlang-wx-19.2.1.log regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Got it - let me check the other ports...
A commit references this bug: Author: olgeni Date: Wed Feb 1 11:32:51 UTC 2017 New revision: 433002 URL: https://svnweb.freebsd.org/changeset/ports/433002 Log: lang/erlang-runtime16: fix build with clang 4.0. PR: 216615 Submitted by: Jan Beich Changes: head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime16/files/patch-lib_wx_c__src_wxe__impl.cpp
A commit references this bug: Author: olgeni Date: Wed Feb 1 11:33:06 UTC 2017 New revision: 433003 URL: https://svnweb.freebsd.org/changeset/ports/433003 Log: lang/erlang-runtime17: fix build with clang 4.0. PR: 216615 Submitted by: Jan Beich Changes: head/lang/erlang-runtime17/Makefile head/lang/erlang-runtime17/files/patch-lib_wx_c__src_wxe__impl.cpp
A commit references this bug: Author: olgeni Date: Wed Feb 1 11:33:22 UTC 2017 New revision: 433004 URL: https://svnweb.freebsd.org/changeset/ports/433004 Log: lang/erlang-runtime18: fix build with clang 4.0. PR: 216615 Submitted by: Jan Beich Changes: head/lang/erlang-runtime18/Makefile head/lang/erlang-runtime18/files/patch-lib_wx_c__src_wxe__impl.cpp
A commit references this bug: Author: olgeni Date: Wed Feb 1 21:47:48 UTC 2017 New revision: 433110 URL: https://svnweb.freebsd.org/changeset/ports/433110 Log: Update lang/erlang-runtime19 to 19.2.2 and fix build with clang 4.0[1]. PR: 216615 [1] Submitted by: Jan Beich Changes: head/lang/erlang-runtime19/Makefile head/lang/erlang-runtime19/distinfo head/lang/erlang-runtime19/files/patch-lib_wx_c__src_wxe__impl.cpp
A commit references this bug: Author: olgeni Date: Wed Feb 1 21:49:18 UTC 2017 New revision: 433113 URL: https://svnweb.freebsd.org/changeset/ports/433113 Log: Update lang/erlang-wx to 19.2.2 and fix build with clang 4.0[1]. PR: 216615 [1] Submitted by: Jan Beich Changes: head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang-wx/files/ head/lang/erlang-wx/files/patch-lib_wx_c__src_wxe__impl.cpp
All "wx" ports should be now fixed for clang 4.0.
(In reply to Jimmy Olgeni from comment #7) Would you please add the last patch to lang/erlang? It will benefit those of us who enable wxWidgets in the main port. (Incidently, my solution was to replace all occurances of NULL with nullptr in lib/wx/c_src/wxe_impl.cpp.)
(In reply to Trond.Endrestol from comment #8) Done - should be ok on 19.3.2. Thanks!