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

Reply via email to