On 7/20/18, 6:36 AM, "Guillaume Rousse" <[email protected]> wrote:
> I'm not a C++ expert, but if the linker tries to resolve symbols in > xalan library using xerces 3.2 namespace, does it means than the actual > dependency is not just "xalan >= 1.11", but "xalan >= 1.11, build > against xerces >= 3.2" ? Yes, but that's generally true of all C++, you can't mix different versions of any dependency. It's really true of anything in C for the most part. It's just a given. -- Scott
smime.p7s
Description: S/MIME cryptographic signature
