вт, 13 авг. 2024 г. в 14:21, LIU Hao <[email protected]>: > /usr/include/w32api/comip.h:21:10: fatal error: new.h: No such file or > directory > 21 | #include <new.h> > ```
The reason for this is that the version of the headers in the MSYS environment are very out of date, they are currently on the last stable release, which does not have this header. Copying this header fixes this particular problem. Once I finish my work on these specific issues, I will work with the MSYS2 developers to update the headers package for MSYS. I don't know if you got this part of my email, but I have a complete example here: https://github.com/rkitover/mingw-win32-get-parent-example , which I just fixed and updated with your changes. > > However that's not part of this change. I suspect this patch is a good start. > Pushed with the fix > for `_variant_t(int iSrc)` now. Thank you! _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
