From: Stefanie S. <sch...@pu...> - 2002-10-24 12:21:25
|
Hello Makoto, thanks for the advice, I'll try that out. But maybe those changes should be made in general and checked in with the cvs system. Then everybody could fetch themselves the working version. As time goes on, more and more people will use newer compilers. Thanks a lot, Steffi > You need some general tips. > 1. the STL namespace > - you need to add std namespace when you use the STL library. > You need to change all "string" to "std::string". > - the STL library in gcc3.2 becomes GNU STL. > Even though it seems some hacking way (not a right way), but > you can compile the XMLTK by adding -D__gnu_cxx=std as a gcc > compile option. This means that you need to use "__gnu_cxx" > instead of "std" namespace. > 2. The exp variable only in the xpathDFA/xmatch.y > You need to change the variable name. > e.g exp -> expression > > All of the above make you compile all of the XMLTK except the xagg. > I haven't solve the error yet. > > Good luck! > > > makoto > > > > --__--__-- > > _______________________________________________ > Xmltk-devs mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmltk-devs > > > End of Xmltk-devs Digest > |