Fix type size mismatches for MinGW builds#57
Conversation
- Fix pointer type definitions for MinGW 64-bit compatibility - Add proper printf format specifiers using TAU_PRIu64 Addresses compilation failures on MinGW x86 and MSVC2019 builds.
|
At least Windows/mingw x86 checks are now all successful. |
Build Issues Fix✅ MinGW builds fixed! All MinGW compilation errors have been resolved. ❌ MSVC2019_latest. The installation of Visual Studio 2019 fails. This issue was likely introduced with the variadic macro improvements in PR #40. Should we investigate the MSVC2019 compatibility of the |
|
There is something wrong with some workflows. For example, MSVC2017 (Release, Win32) is endlessly running and is blocking all the others. |
Fix pointer type definitions for MinGW 64-bit compatibility
Addresses compilation failures on MinGW x86 and MSVC2019 builds.