You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i recently updated plugin-sdk which now requires a mingw64 GCC compiler that supports C++23, so that's why you get that error
i've changed the download link for mingw64 on the "Compiling the plugin" from sourceforge to github which has a newer version that supports C++23 so you can remove the old one and get this new one
btw, if you're only trying to play this mod and don't wanna have to compile it, go to this mod's main page and scroll down in the readme to where it says "How to download"
-------------- Build: Release in plugin_sa (compiler: GNU GCC Compiler)---------------
g++.exe -m32 -O2 -D_DX9_SDK_INSTALLED -DGTASA -DPLUGIN_SGV_10US -DRW -fpermissive -std=gnu++17 -I\shared\dxsdk -I\plugin_sa -I\plugin_sa\game_sa -I\shared -I\shared\game -I..\safetyhook -c C:\plugin-sdk-master\safetyhook\safetyhook.cpp -o \output\mingw\obj\plugin_sa\Release\safetyhook\safetyhook.o
gcc.exe -m32 -O2 -D_DX9_SDK_INSTALLED -DGTASA -DPLUGIN_SGV_10US -DRW -I\shared\dxsdk -I\plugin_sa -I\plugin_sa\game_sa -I\shared -I\shared\game -I..\safetyhook -c C:\plugin-sdk-master\safetyhook\Zydis.c -o \output\mingw\obj\plugin_sa\Release\safetyhook\Zydis.o
In file included from C:\plugin-sdk-master\safetyhook\safetyhook.cpp:5:
..\safetyhook/safetyhook.hpp:38:10: fatal error: expected: No such file or directory
#include
^~~~~~~~~~
compilation terminated.
Process terminated with status 1 (0 minute(s), 0 second(s))
Process terminated with status 0 (0 minute(s), 8 second(s))
1 error(s), 0 warning(s) (0 minute(s), 8 second(s))
The text was updated successfully, but these errors were encountered: