Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix 'duplicate symbol' error. #2927

Merged
merged 1 commit into from
Jun 5, 2022
Merged

Conversation

phprus
Copy link
Contributor

@phprus phprus commented Jun 5, 2022

Error:

duplicate symbol 'void fmt::v8::detail::write_escaped_path<char>(fmt::v8::basic_memory_buffer<char, 500ul, std::__1::allocator<char> >&, std::__1::__fs::filesystem::path const&)' in:
    CMakeFiles/src1.cpp.o
    CMakeFiles/src2.cpp.o
ld: 2 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

The bug was introduced in PR #2918 (I am sorry...).

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
@vitaut vitaut merged commit d02c582 into fmtlib:master Jun 5, 2022
@vitaut
Copy link
Contributor

vitaut commented Jun 5, 2022

Thanks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants