doom icon indicating copy to clipboard operation
doom copied to clipboard

"SDL.h" not found

Open Lee-Garcon opened this issue 6 years ago • 1 comments

I got an error from running make while following the install steps:

[ 51%] Building C object opl/CMakeFiles/opl.dir/opl.c.o
/Users/dylanwallace/chocolate-doom/opl/opl.c:23:10: fatal error: 'SDL.h' file not found
#include "SDL.h"
         ^~~~~~~
1 error generated.
make[3]: *** [opl/CMakeFiles/opl.dir/opl.c.o] Error 1
make[2]: *** [opl/CMakeFiles/opl.dir/all] Error 2
make[1]: *** [src/CMakeFiles/chocolate-doom.dir/rule] Error 2
make: *** [chocolate-doom] Error 2

Anything helps!

Lee-Garcon avatar Jul 01 '19 09:07 Lee-Garcon

Look here

limitedeternity avatar Jul 03 '19 16:07 limitedeternity