lantus / devilution-nx

Diablo for the Nintendo Switch
The Unlicense
859 stars 61 forks source link

It fails to compile #28

Open Ntemis opened 4 years ago

Ntemis commented 4 years ago

In file included from SourceX/miniwin/dsound.cpp:2: SourceX/miniwin/dsound.h:3:10: fatal error: SDL_mixer.h: No such file or directory

include

      ^~~~~~~~~~~~~

compilation terminated. makefile:312: recipe for target 'obj/dsound.o' failed make: *** [obj/dsound.o] Error 1

AJenbo commented 4 years ago

Thanks, but we need a bit more info. How are you compiling? What system are you on? What version of SDL_mixer (dev) do you have installed?

AJenbo commented 4 years ago

@Ntemis also be aware that this repository hasn't been maintained for a while, I highly recommend that you use this branch from the upstream project instead. Several issues have been fixed there: https://github.com/diasurgical/devilutionX/pull/181

Ntemis commented 4 years ago

Thanks for the link. I will test it tomorrow