RealRTCW icon indicating copy to clipboard operation
RealRTCW copied to clipboard

HOWTO-Build (msys2) compile error

Open neutr1n02001 opened this issue 7 months ago • 0 comments

I'm trying to compile following the instructions in "HOWTO-Build (msys2).txt", and got this compile error, anybody know what I'm missing?

code/sys/sys_win32.c:121:33: error: too many arguments to function 'qSHGetFolderPath'; expected 0, have 5 121 | if( !SUCCEEDED( qSHGetFolderPath( NULL, CSIDL_PERSONAL, | ^~~~~~~~~~~~~~~~ mingw32-make[2]: *** [Makefile:2692: build/release-mingw64-x86_64/client/sys_win32.o] Error 1

neutr1n02001 avatar May 17 '25 17:05 neutr1n02001