Re: UIMA C++ in a Mac

2016-12-23 Thread William Colen
David, I created a few issues with patch attached that can help building UIMA C++ in Mac OS X. UIMA-5234: UIMA C++ is compatible with APR 1.5.x <https://issues.apache.org/jira/browse/UIMA-5234> UIMA-5235: Update UIMAC++ build Mac OSX instructions <https://issues.apache.org/jira/br

Re: UIMA C++ in a Mac

2016-12-20 Thread William Colen
Sorry, I had to try/change so many things that I am not sure. Maybe you can try the same and check if anything is missing. brew: apr, icu4c, xerces-c, gcc5 base.mak: # include directory for compile INCLUDES=-I/usr/local/uimacpp/include -I/usr/local/opt/apr/libexec/include/apr-1

Re: UIMA C++ in a Mac

2016-12-20 Thread Fox, David
Great! Could you send a diff or patch of base.mak, and the list things you asked BREW to install (if you have it)? David On 12/20/16, 10:39 AM, "William Colen" wrote: >Hello! > >Good news! I managed to build UIMA C++ in macOS Sierra. > >I downloaded the UIMA C++

Re: UIMA C++ in a Mac

2016-12-20 Thread William Colen
Hello! Good news! I managed to build UIMA C++ in macOS Sierra. I downloaded the UIMA C++ source code and followed the README. I had to install all dependencies and GCC 5 using BREW. The final configure command was like this: CC=gcc-5 CXX=g++-5 ../configure

Re: UIMA C++ in a Mac

2016-11-28 Thread David Fox
I tried this a couple of months back and got the same error. Eventually I gave up on Mac OS X and got it working on linux. In our case, we use Mac OS X laptops for testing, but our production environment is linux, so this wasn¹t a big deal and I didn¹t pursue it further. If I really did need to