summaryrefslogtreecommitdiff
path: root/icespider
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-04-28 19:18:10 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-04-28 21:15:08 +0100
commitd03e6174e8de335f7ff0eec20f178113ac3e9709 (patch)
treeaff8ef3ac3a1bc2d6f01d3fa21195c6c33afd2e5 /icespider
parentSerializers should be members to avoid memory leak (diff)
downloadicespider-d03e6174e8de335f7ff0eec20f178113ac3e9709.tar.bz2
icespider-d03e6174e8de335f7ff0eec20f178113ac3e9709.tar.xz
icespider-d03e6174e8de335f7ff0eec20f178113ac3e9709.zip
Upgrade to libxml++3
Diffstat (limited to 'icespider')
-rw-r--r--icespider/unittests/testCompile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/icespider/unittests/testCompile.cpp b/icespider/unittests/testCompile.cpp
index 1337d7d..a1ef5c2 100644
--- a/icespider/unittests/testCompile.cpp
+++ b/icespider/unittests/testCompile.cpp
@@ -84,12 +84,12 @@ BOOST_AUTO_TEST_CASE( testCompile )
"-I", "/usr/include/glib-2.0",
"-I", "/usr/include/glibmm-2.4",
"-I", "/usr/include/libxml2",
- "-I", "/usr/include/libxml++-2.6",
+ "-I", "/usr/include/libxml++-3.0",
"-I", "/usr/include/libxslt",
"-I", "/usr/include/slicer",
"-I", "/usr/lib/glib-2.0/include",
"-I", "/usr/lib/glibmm-2.4/include",
- "-I", "/usr/lib/libxml++-2.6/include",
+ "-I", "/usr/lib/libxml++-3.0/include",
"-I", rootDir.string(),
"-I", (rootDir.parent_path() / "core").string(),
"-I", (rootDir.parent_path() / "common").string(),