mapnik / mapnik-gyp

GYP build system for Mapnik 3.x
8 stars 7 forks source link

Document how to enable xmlentities/xinclude #6

Open springmeyer opened 10 years ago

springmeyer commented 10 years ago

@JamesRamm - I've added you as a committer, want to add docs on this to the README?

Surfaced from https://github.com/mapnik/mapnik/issues/2570#issuecomment-62640763

JamesRamm commented 10 years ago

This issue is related: https://github.com/mapnik/mapnik-gyp/issues/5

my guess is rapidxml_loader.cpp is being compiled by default, but should not be if HAVE_LIBXML2 is specified (as right at the top of the cpp file is an #ifdef which throws an error if HAVE_LIBXML2 is defined)