You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Mohammad Alam <ma...@gmail.com> on 2013/08/19 09:40:41 UTC

non-virtual thunk to xercesc_3_1::DOMLSParserImpl::parseURI

Hi All,

I build xerces 3.1.1 from source code on mac osx as follows
1 ./configure prefix="/usr/lib/xerces" --disable-shared CFLAGS="-arch
x86_64" CXXFLAGS="-arch x86_64" --disable-netaccessor-curl
2 Run make install

This will creates three folders lib, bin and include.
Now when I used libxerces-c.a in a project then for a xml file it gets
crashed
xercesc_3_1::DOMLSParserImpl::parseURI(char const*)
non-virtual thunk to xercesc_3_1::DOMLSParserImpl::parseURI(char const*)

My question is that why I am getting message "non-virtual thunk to
xercesc_3_1::DOMLSParserImpl::parseURI"

Regards,
Alam