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

Linker warning caused by duplicate inline functions in lua-rapidjson #577

Open
rdw-software opened this issue Oct 19, 2024 · 0 comments
Open

Comments

@rdw-software
Copy link
Member

Don't care to investigate right now, might be obsoleted by #576. But for the record:

[27/27] Linking target ninjabuild-windows/evo.exe ...
ninjabuild-windows/librapidjson.a(rapidjson.cpp.obj): duplicate section `.rdata$_ZZN9rapidjson8internal8DigitGenERKNS0_5DiyFpES3_yPcPiS5_E6kPow10[_ZZN9rapidjson8internal8DigitGenERKNS0_5DiyFpES3_yPcPiS5_E6kPow10]' has different size
ninjabuild-windows/librapidjson.a(Document.cpp.obj): duplicate section `.rdata$_ZZN9rapidjson8internal8DigitGenERKNS0_5DiyFpES3_yPcPiS5_E6kPow10[_ZZN9rapidjson8internal8DigitGenERKNS0_5DiyFpES3_yPcPiS5_E6kPow10]' has different size

Both objects are included in the static library, which might not have been designed to be linked in the way required for this project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Bonus points (Optional)
Status: Vague and distant future (Backlog)
Development

No branches or pull requests

1 participant