compile failure:
xmlcopyeditor.cpp:2834:23: error: variable length array of non-POD element type 'wxString'
wxString choiceArray[arraySize + 1];
$ clang -v
Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
http://clang.llvm.org/compatibility.html#vla
Here is the patch [705333] if anybody is interested.
Related
Commit: [705333]
Patch works... and yields another.
Another patch [19fded].
Related
Commit: [19fded]
Last edit: Zane U. Ji 2014-04-05
resolved... one more (last one I think)
It will be better to report the problem to wxWidgets team.
Please let me know if I missed anything.