Addingthistoconfigure.in:#findTinyXMLAC_LANG_PUSH([C++])CPPFLAGS="$CPPFLAGS -DTIXML_USE_STL"AC_CHECK_HEADER([tinyxml.h],,[AC_MSG_ERROR([tinyxml.h not found])])AC_CHECK_LIB([tinyxml],[main],,[AC_MSG_ERROR([you must install libtinyxml dev])])AC_LANG_POP([C++])andreplacingallincludestotheembeddedlibrarywithasimple"tinyxml.h"seemstosolvethisratherpainless.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Okay sorry for replying late. If / When there is a next official version,
this will be implemented. Embedding tinyXML is an artifact from early 2006
version and no longer necessary.
On Sun, Aug 17, 2014 at 11:32 AM, Andreas Ronnquist gusnan@users.sf.net
wrote:
Adding this to configure.in:
find TinyXMLAC_LANG_PUSH([C++])CPPFLAGS="$CPPFLAGS -DTIXML_USE_STL"AC_CHECK_HEADER([tinyxml.h],,[AC_MSG_ERROR([tinyxml.h not found])])AC_CHECK_LIB([tinyxml],[main],,[AC_MSG_ERROR([you must install libtinyxml dev])])AC_LANG_POP([C++])
and replacing all includes to the embedded library with a simple"tinyxml.h" seems to solve this rather painless.
Status: open Group: v1.0_(example) Created: Sat Aug 16, 2014 01:30 PM UTC by Andreas Ronnquist Last Updated: Sat Aug 16, 2014 01:30 PM UTC Owner: nobody
Xye embeds a convenience-copy of tinyxml - Please remove that from the
packaging and use an external version of tinyxml.
Okay sorry for replying late. If / When there is a next official version,
this will be implemented. Embedding tinyXML is an artifact from early 2006
version and no longer necessary.
On Sun, Aug 17, 2014 at 11:32 AM, Andreas Ronnquist gusnan@users.sf.net
wrote:
Related
Bugs: #7