From: Haejoong L. <hae...@un...> - 2002-08-20 15:06:58
|
Matthias, > Maybe the two calls to string::clear() should be replaced by > string::erase()? Right. string::clear() has been introduced since gcc 3.0. I always forget that it is not supported by older gcc's. > I have also noticed that the compilation won't work with Xerces-C V1.7.0 > any more. I had success with V2.0.0. > > Which version of Xerces-C do you recommend? Transcriber loader uses dom of xercesc 2.0.0, where there have been many api-level changes since last version. Maybe I can rewrite it using sax, but for now it is necessary to use 2.0.0. Probably I'll do some work on configuration script to enable or disable Transcriber format. Thanks, Haejoong |