Menu

#7 Embedded copy of tinyxml

v1.0_(example)
open
nobody
None
1
2014-08-17
2014-08-16
No

Xye embeds a convenience-copy of tinyxml - Please remove that from the packaging and use an external version of tinyxml.

Related

Bugs: #7

Discussion

  • Andreas Rönnquist

    Adding this to configure.in:
    
    # find TinyXML
    AC_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.
    
     
    • Vexorian

      Vexorian - 2014-08-20

      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.


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/xye/bugs/7/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #7


Log in to post a comment.

MongoDB Logo MongoDB