Lennard-2 wrote: > > Apparently you didn't build against libxml2? > I did : I included libxml2-2.7.2.win32 headers and lib in the project and the file libxml2_loader.cpp is in the project I built. (I could not have it built if libxml2 wasn't there) The only file from mapnik I did not build is the cairo_renderer.cpp (not available on windows)
but your message triggered an idea in my mind : maybe there's some config to set in libxml2_loader. In the cpp file I found : #define DEFAULT_OPTIONS (XML_PARSE_NOERROR | XML_PARSE_NOENT | XML_PARSE_NOBLANKS | XML_PARSE_DTDLOAD) Do I have to change something in this ? especially XML_PARSE_NOENT ? -- View this message in context: http://www.nabble.com/1-layer-many-shapes-tp25294863p25341539.html Sent from the Mapnik - Users mailing list archive at Nabble.com. _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

