[ ] -1 Not OK to release, because Mac OSX Catalina build fails. Set the correct JAVA_HOME & used gcc-5 & g++-5 & set CPPFLAGS to reference the sdk path for /usr/include but ICU puts that directive ahead of the local ones which means that the wrong util.h is loaded ... may need to hack ICU to not use such a common name.
On Thu, Feb 6, 2020 at 11:48 AM Eddie Epstein <[email protected]> wrote: > UIMA-C++ v.3.0.0 release candidate 1 is ready for voting. > > This release includes extensive code changes to allow uimacpp to compile > and run on modern machines. It also bundles much more up-to-date 3rd party > dependencies. Code changes suggested by the community have been integrated. > New documentation and tools have been added to facilitate building an SDK > from source, including 3rd party libraries. > > For the complete list of issues fixed in this release please search > https://issues.apache.org/jira/projects/UIMA > for: project="UIMA", component="C++ Framework", FixVersion="3.0.0C" > > The source and binary tars are staged to > https://dist.apache.org/repos/dist/dev/uima/uimacpp/3.0.0-rc1 > > The GIT branch for this rc tag is here: > https://github.com/apache/uima-uimacpp/releases/tag/uimacpp-3.0.0-rc1 > > Please vote on release: > > [ ] +1 OK to release > [ ] 0 Don't care > [ ] -1 Not OK to release, because ... >
