Hey, I think this tool is awesome, and I would love to use it.
But I have a small problem, so I have this moderately big c++ project and using this to compile all of my individual libraries works, but when I try to link everything to the main binary I get over 100x undefined symbol errors,
e.g:
ld.lld: error: undefined symbol: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_string()
Do you have any clue what could be the cause of this? and how to adress it?
Hey, I think this tool is awesome, and I would love to use it.
But I have a small problem, so I have this moderately big c++ project and using this to compile all of my individual libraries works, but when I try to link everything to the main binary I get over 100x undefined symbol errors,
e.g:
Do you have any clue what could be the cause of this? and how to adress it?