Hi Philip, Philip Montrowe <[email protected]> writes:
> Previously our tests ran successfully this way on 2.7.0 and they also > run successfully for 3.1.1 on other platforms like Linux. > > The errors we receive are: > > < terminate called after throwing an instance of > 'xercesc_3_1::EndOfEntityException' This probably means that exception handling is not working in your GCC build. You can verify this by writing and running a test program that throws and catches an exception. Boris
