-
Hello, I'm trying to build pugixml as part of my application but it doesn't work. I added pugixml.hpp, pugconfig.hpp, and pugixml.cpp to my project and I'm getting the following when compiling:
What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
zeux
May 15, 2023
Replies: 1 comment 1 reply
-
This looks as if pugixml.cpp and pugixml.hpp are from different versions of the library. In particular, xml_writer destructor was moved from .hpp file to .cpp file in this commit: 8d18de8 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
m4l490n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks as if pugixml.cpp and pugixml.hpp are from different versions of the library. In particular, xml_writer destructor was moved from .hpp file to .cpp file in this commit: 8d18de8