Dear xercesc users/programers/experts: when I compile a source code based on xerces-c 2.8 (but probably need many header files from 3.1.1)(which is pathan1.2r2, at make stage of install/build), I meet the following no member name error ---------------------------- /home/eric/cppcookbook/ch14/download/libpathan-1.2/src/patches/Xerces2_1_0/src/xercesc/util/regx/Op.hpp:146:25: instantiated from here /home/eric/cppcookbook/ch14/download/libpathan-1.2/src/patches/Xerces2_1_0/src/xercesc/util/RefVectorOf.c:47:33: error: 'class RefVectorOf<Op>' has no member named 'fCurCount' ------------ so this RefVectorOf<Op> and fCurCount (no member name) can come from either 2.8 or 3.1.1
/* someone told me, he have pathan1.2r2 successfully install on his system (non Linux) I can not believe. */ thanks your help a lot in advance, Eric, g++4.6.1/linux2.6.38-10 and I use apt-get install libxerces-2.8 on my system
