How to debug error in gobbledook

Hi how do you generally approach tackling an error when the compiler gives something like
Error: In function `ZNSt6vectorIP7CEntitySaIS1_EE5eraseEN9__gnu_cxx17__normal_iteratorIPS1_S3_EES7_':
I have several of these and I am struggling to get to the bottom of it.
Thanks!
when I read the title I thought it was an IDE, haha.

I've gotten those before but I don't remember why exactly, let me see if I can find my old problem.

looks like my problem was that I was compiling with external library statically in linux, is that what you're doing? just change it to dynamic
Last edited on
Topic archived. No new replies allowed.