You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at least for Windows static build? PATH size is quite limited there (see Limitation to the length of the System PATH variable), and numerous modular boost lib paths easily overflow it. And once it's overflown everything silently stops working.
Of course, it's only a workaround, not a real solution. If someone can propose a real one (maybe on conan.io level?) I would love to know it.
The text was updated successfully, but these errors were encountered:
They won't help. The problem is that max PATH environment variable size is quite limited, even under Windows 10 (see the Intel article that I mentioned above).
Can we exclude this:
https://github.com/bincrafters/conan-boost_base/blob/06b161a93da699d70d8fe7df162b30e7078a243c/conanfile.py#L716
at least for Windows static build? PATH size is quite limited there (see Limitation to the length of the System PATH variable), and numerous modular boost lib paths easily overflow it. And once it's overflown everything silently stops working.
Of course, it's only a workaround, not a real solution. If someone can propose a real one (maybe on conan.io level?) I would love to know it.
The text was updated successfully, but these errors were encountered: