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 tion> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-11gnu: autogen: Fix build on i686....* gnu/packages/autogen.scm (autogen): Add a snippet. Signed-off-by: Andreas Enge <andreas@enge.fr> Kaelyn
2022-06-13gnu: autogen: Build reproducibly....* gnu/packages/autogen.scm (autogen)[arguments]: Add 'use-numeric-ids-in-tarball phase. Vagrant Cascadian
2022-06-13gnu: autogen: Build with guile 3.0....* gnu/packages/autogen.scm (autogen)[arguments]: Add 'support-guile-3.0 phase. [inputs]: Remove guile-2.2 and add guile-3.0. Vagrant Cascadian
2022-06-05gnu: autogen: Use reproducible date for man pages....* gnu/packages/autogen.scm (autogen)[arguments]: Add 'set-man-page-date phase. Vagrant Cascadian
2022-02-11gnu: autogen: Fix compilation....* gnu/packages/autogen.scm (autogen)[source]: Add 'modules' and 'snippet'. Ludovic Courtès
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2020-04-13gnu: autogen: Disable parallel tests....* gnu/packages/autogen.scm (autogen)[arguments]: Add #:parallel-tests?. Marius Bakke
2019-02-24gnu: autogen: Update to 5.18.16....* gnu/packages/autogen.scm (autogen): Update to 5.18.16. [inputs]: Update to guile-2.2. [arguments]: Add ‘--disable-dependency-tracking’ to #:configure-flags. Re-indent. Tobias Geerinckx-Rice
2018-08-09gnu: autogen: Update to 5.18.14....* gnu/packages/autogen.scm (autogen): Update to 5.18.14. [inputs]: Move perl from native-inputs to here... [native-inputs]: ...and which from inputs to here. [arguments]: Remove unnecessary ‘/usr/bin/tr’ substitution. Tobias Geerinckx-Rice
2016-10-09gnu: autogen: Update to 5.18.12....* gnu/packages/autogen.scm (autogen): Update to 5.18.12. [home-page]: Use https. Efraim Flashner