Skip to content

undefined reference to `pugi::xml_document::xml_document()' #521

Answered by zeux
snowyowl0428 asked this question in Q&A
Discussion options

You must be logged in to vote

You need to link to pugixml library somehow, either by using CMake dependency, or by adding pugixml.cpp to your compilation project, or by depending on a system-provided pugixml library (libpugixml-dev might install it on Ubuntu). See https://pugixml.org/docs/manual.html#install.building

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by snowyowl0428
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants