From a53b6ee4519a7657164610ac14a82c57b1273bf6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 23 Nov 2015 06:54:36 -0500 Subject: [PATCH] Use STL. Software that uses the shared library, such as Kodi, assume that TinyXML was compiled with STL activated. --- tinyxml.h | 2 ++ xmltest.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/tinyxml.h b/tinyxml.h index a3589e5..6cbfc7d 100644 --- a/tinyxml.h +++ b/tinyxml.h @@ -43,6 +43,8 @@ distribution. #define DEBUG #endif +#define TIXML_USE_STL 1 + #ifdef TIXML_USE_STL #include #include diff --git a/xmltest.cpp b/xmltest.cpp index 663c157..057dbfe 100644 --- a/xmltest.cpp +++ b/xmltest.cpp @@ -2,6 +2,7 @@ Test program for TinyXML. */ +#define TIXML_USE_STL 1 #ifdef TIXML_USE_STL #include -- 2.5.0 value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)Author
2021-05-20The #guix channel is hosted by Libera Chat....Tobias Geerinckx-Rice
2020-10-23doc: Update README....Maxim Cournoyer
2020-10-22README: Refer to the manual for building from Git....Maxim Cournoyer
2020-06-02doc: Update README to refer to the manual....Ludovic Courtès
2019-11-09doc: Mention value /var to localstatedir option....zimoun
2019-09-04doc: Update 'README'....Ludovic Courtès
2019-01-09build: Require Guile 2.2....Ludovic Courtès
2018-12-02Make Guile-JSON a required dependency....Eric Bavier
2018-11-23Update Guile-SQLite3 URL everywhere....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-06-27doc: Specify Guile-SQLite3 minimum version....Ludovic Courtès
2018-06-14build: Require Guile-SQLite3....Ludovic Courtès