This ticket is about fixing, or at least working around, the actual problem that crosser's libintl.h + some C++ headers (currently seen with g++'s own headers, previously seen with Qt's headers) are not working together. So far we've mitigated that by making fcintl.h to include libintl.h only when it absolutely needs it, i.e., when nls is enabled, and then disabling nls from builds where we cannot use it.
This will depend on #44293, and is depended on by #44292
This ticket is about fixing, or at least working around, the actual problem that crosser's libintl.h + some C++ headers (currently seen with g++'s own headers, previously seen with Qt's headers) are not working together. So far we've mitigated that by making fcintl.h to include libintl.h only when it absolutely needs it, i.e., when nls is enabled, and then disabling nls from builds where we cannot use it.
This will depend on #44293, and is depended on by #44292