Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build on M1 Mac #13

Merged
merged 4 commits into from Sep 12, 2023
Merged

Fix build on M1 Mac #13

merged 4 commits into from Sep 12, 2023

Conversation

umireon
Copy link
Member

@umireon umireon commented Sep 11, 2023

Undefined symbols for architecture x86_64:
"pugi::xml_document::load_string(char const*, unsigned int)", referenced from:
❌ "pugi::xml_document::xml_document()", referenced from:
❌ "pugi::xml_document::~xml_document()", referenced from:
❌ "pugi::xpath_node_set::~xpath_node_set()", referenced from:
❌ "pugi::xpath_node::node() const", referenced from:
❌ "pugi::xpath_node_set::size() const", referenced from:
❌ "pugi::xpath_node_set::operator[](unsigned long) const", referenced from:
❌ "pugi::xml_parse_result::description() const", referenced from:
❌ "pugi::xml_parse_result::operator bool() const", referenced from:
❌ "pugi::xml_node::select_nodes(char const*, pugi::xpath_variable_set*) const", referenced from:
❌ "pugi::xml_node::text() const", referenced from:
❌ "pugi::xml_text::get() const", referenced from:
❌ ld: symbol(s) not found for architecture x86_64
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)

Copy link
Collaborator

@royshil royshil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect! thanks 🙏

@umireon umireon merged commit 340eac8 into master Sep 12, 2023
6 checks passed
@umireon umireon deleted the umireon.fix-build-on-m1-mac branch September 12, 2023 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants