Skip to content
Discussion options

You must be logged in to vote

I can't say I've experienced this personally. It sounds like a mismatch in libstdc++ linked when building the library vs building your project. EG tmxlite was built and linked to a version of libstdc++ which does have it (and then itself uses it) but your project is trying to link to a version of libstdc++ which doesn't have it - and you get the linker error. As libstdc++ is used by gcc/g++ it would probably occur more on linux than windows, simply because gcc is more prevalent there.

First I'd double check all your project settings to make sure you're using consistent linking between projects. Alternatively you might be able to hack around the problem by building with exceptions disabled…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@durkisneer1
Comment options

@fallahn
Comment options

Answer selected by durkisneer1
@durkisneer1
Comment options

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