Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory #31

Open
Zer00110000 opened this issue Oct 14, 2024 · 1 comment
Open

No such file or directory #31

Zer00110000 opened this issue Oct 14, 2024 · 1 comment

Comments

@Zer00110000
Copy link

-------------- 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))

@headshot2017
Copy link
Owner

headshot2017 commented Oct 14, 2024

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants