-
Notifications
You must be signed in to change notification settings - Fork 93
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
Compiler errors, no executeable on windows #25
Comments
Remove the first _ in |
now i getting this big error: https://pastebin.com/8FrU7HeF |
You're missing SDL2. I'm not sure how to fix this on Windows, but try checking out the SDL website or building on WSL. |
iirc on MSYS2, there's SDL2 packages |
i think i fixed it. but now i got a other error: |
ok searching a bit on google helps |
but now i got an other error. i tryed a bit with include paths and libpaths but it didn't work.
|
Yes, you're missing both SDL (still, not sure why) and some of the POSIX functions (poll, strlcpy, readline). Try building under WSL. |
i installed sdl 3 times.i installed it (sdl and sdl2) in msys2 2 times and one time in windows with path. The problem is why i cant use wsl is, i cant install it because im not the pc admin |
Try with the newest commit :-) make sure you |
with the newest commit it gives me:
|
#17 should fix that compilation problem (idk why it says there's conflicts, looks fine to me) |
so after some tries i got:
|
Try using something like azure or google cloud servers. |
That sounds good, but i need it for windows, not linux |
I cloned the repo today and started compiling on windows. i use MSYS2-MinGW64 and followed the instructions in the readme. but i get some syntax errors.
The full log
What should i do?
The text was updated successfully, but these errors were encountered: