I'm trying to get this to compile using both mingw and then maybe visual studio and I'm finding all sorts of references to .hpp files in the w3c/svg directory that simply do not exist in the cvs. Some examples:
SVGUseElement, SVGURIReference, SVGTSpanElement, SVGTRefElement, and many more: .cpp file of this name includes a non-existant .hpp file of the same name.
Many other files reference these same .hpp files that are simply not there.
All-in-all this is incredibly non-portable code and it doesn't need to be this way. It should not claim to support win32 on the main project page. This is flat-out untrue. This is a unix project and only in crazy cygwin world is it ever gonna work on windows (not even in minGW world).
Let's get a definitive list of the dependencies (I'm noticing references to expat and libpng that were not mentioned anywhere else) and let's get this thing bank in good shape. It's pretty much useless in it's current form and I hate to see that.
Ollie
P.S. The build output from visual studio is attached as a list of the exact headers that are missing that keep the w3c portion of this project from building.
Output from VS showing missing .hpp files