https://bugs.winehq.org/show_bug.cgi?id=50996
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #9 from Jacek Caban jacek@codeweavers.com --- Created attachment 69883 --> https://bugs.winehq.org/attachment.cgi?id=69883 fix
The attached patch should help. We previously used -I/usr/include, which was no-op because it was already in system dirs path. Now that we use -isystem, it successfully changes include order in a way that C++ headers can't handle. With the attached patch, we should have proper behavior again. I'm not sure if we should explicitly specify those anyway, we could just live it to GCC.