Re: [UIMA C++ Framework] making examples

2010-07-19 Thread Eddie Epstein
If you add the include to DaveDetector.cpp, it must be before the include of uima/api.hpp. A better way to go would be to put the include of into lowlevel_internal_indexes.hpp Eddie On Mon, Jul 19, 2010 at 3:01 AM, David García wrote: >  Hi Eddie, > > I have tried adding "#include ", but I've

Re: [UIMA C++ Framework] making examples

2010-07-19 Thread David García
Hi Eddie, I have tried adding "#include ", but I've got the same error message. I've also tried using gcc version 4.3.4 and I've also got the same error. Regards, David El 16/07/2010 19:44, Eddie Epstein escribió: Hi David, More recent versions of g++ are always getting stricter. Try addi