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

Build fails on Windows MSYS2 #11

Open
TheParadoxBox opened this issue Sep 1, 2024 · 0 comments
Open

Build fails on Windows MSYS2 #11

TheParadoxBox opened this issue Sep 1, 2024 · 0 comments

Comments

@TheParadoxBox
Copy link

When building with MSYS2 according to the Chocolate Doom build instructions as recommended in the "How to use Rum and Raisin Doom" section in the wiki, make fails with the following output:

$ make
make  all-recursive
make[1]: Entering directory '/home/Nick/rum-and-raisin-doom'
Making all in textscreen
make[2]: Entering directory '/home/Nick/rum-and-raisin-doom/textscreen'
Making all in fonts
make[3]: Entering directory '/home/Nick/rum-and-raisin-doom/textscreen/fonts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/Nick/rum-and-raisin-doom/textscreen/fonts'
Making all in .
make[3]: Entering directory '/home/Nick/rum-and-raisin-doom/textscreen'
  CC       txt_checkbox.o
In file included from txt_checkbox.c:22:
In file included from ./txt_io.h:21:
In file included from ./txt_main.h:24:
./txt_sdl.h:24:10: fatal error: 'SDL2/SDL.h' file not found
#include <SDL2/SDL.h>
         ^~~~~~~~~~~~
1 error generated.
make[3]: *** [Makefile:475: txt_checkbox.o] Error 1
make[3]: Leaving directory '/home/Nick/rum-and-raisin-doom/textscreen'
make[2]: *** [Makefile:495: all-recursive] Error 1
make[2]: Leaving directory '/home/Nick/rum-and-raisin-doom/textscreen'
make[1]: *** [Makefile:503: all-recursive] Error 1
make[1]: Leaving directory '/home/Nick/rum-and-raisin-doom'
make: *** [Makefile:419: all] Error 2

Chocolate Doom successfully builds with the same setup.

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

1 participant