I'm in the directory I installed tinyxml in and I type: $ g++ tinyxml.cpp tinyxmlparser.cpp xmltest.cpp t\ inyxmlerror.cpp tinystr.cpp -o testapp
I copied all the headers to my /usr/local/include and I'm running linux (xandros) using bash shell 3.0.
The errors I get are just random junk errors and can be solved with the proper commands.
Is there something wrong with my command though?
Amazing, I figured it out... It was a problem with STL....
I have one problem now, when I #define TIXML_USE_STL, it won't compile....
You're gonna have to give a little more feedback on the results you get.
Actually nevermind, I got it to compile, yay!
Log in to post a comment.
I'm in the directory I installed tinyxml in and I type:
$ g++ tinyxml.cpp tinyxmlparser.cpp xmltest.cpp t\
inyxmlerror.cpp tinystr.cpp -o testapp
I copied all the headers to my /usr/local/include and I'm running linux (xandros) using bash shell 3.0.
The errors I get are just random junk errors and can be solved with the proper commands.
Is there something wrong with my command though?
Amazing, I figured it out... It was a problem with STL....
I have one problem now, when I #define TIXML_USE_STL, it won't compile....
You're gonna have to give a little more feedback on the results you get.
Actually nevermind, I got it to compile, yay!