Menu

TinyXML and Unix???

Dr.Joyntz
2007-11-07
2013-05-20
  • Dr.Joyntz

    Dr.Joyntz - 2007-11-07

    I try to use tinyxml under unix, but i doesn't find the library *.a or *.so.

    what can i do???

    greetz Christian

     
    • Zmey

      Zmey - 2007-11-12

      Hello Dr,

      TinyXml works nicely under Unix.

      The matter is, it is not compiled into a library per se; i.e., it does not produce any libtinyxml.a file. Instead, you must add the tinyxml source files to your project.
      There are patches to produce a static library. Alternatively, you can add a rule to the Makefile yourself; something like "make lib".

      Cheers.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.