Opening log file: Wed Jul 1 12:26:51 2026 Starting build (script: build): 2026-07-01 12:26:53 x86_64-w64-mingw32-clang++ fxc2.cpp -ofxc2.exe fxc2.cpp:10:9: warning: 'D3D_COMPILE_STANDARD_FILE_INCLUDE' macro redefined [-Wmacro-redefined] 10 | #define D3D_COMPILE_STANDARD_FILE_INCLUDE ((ID3DInclude*)(UINT_PTR)1) | ^ /var/tmp/dist/mingw-w64-clang/bin/../x86_64-w64-mingw32/include/d3dcompiler.h:86:9: note: previous definition is here 86 | #define D3D_COMPILE_STANDARD_FILE_INCLUDE ((ID3DInclude *)(UINT_PTR)1) | ^ fxc2.cpp:259:56: warning: format specifies type 'int' but the argument has type 'HRESULT' (aka 'long') [-Wformat] 259 | printf("Got an error (%i) while compiling:\n%s\n", hr, error); | ~~ ^~ | %li fxc2.cpp:262:93: warning: format specifies type 'int' but the argument has type 'HRESULT' (aka 'long') [-Wformat] 262 | printf("Got an error (%i) while compiling, but no error message from the function.\n", hr); | ~~ ^~ | %li 3 warnings generated. Finishing build (script: build): 2026-07-01 12:26:59 Build time: 0 hours 0 minutes and 6 seconds