Open GoogleCodeExporter opened 9 years ago
message from Bryan Raney:
I have sucessfully compiled PocoCapsule with Xerces 3 in Windows. I
only had to make the following two changes:
(1) In "src/xmlreader/Makefile", on line 17: updated version number of
library (from "xerces-c_2" to "xerces-c_3")
(2) In "src/xmlreader/xmlreader.h", removed line 42, which #includes a
deprecated header file. The "DOMString" class was deprecated in
Xerces API version 2, and finally removed in version 3, but luckily
doesn't seem to be actually used in the PocoCapsule code!
Original comment by kjin...@gmail.com
on 26 Nov 2009 at 10:50
target for 1.2
Original comment by kjin...@gmail.com
on 31 Mar 2010 at 5:27
Original comment by kjin...@gmail.com
on 3 Apr 2010 at 6:04
Original issue reported on code.google.com by
kjin...@gmail.com
on 26 Nov 2009 at 10:48