fallenturtle wrote: > So I just installed Ubuntu Mate 18.04.1 and I'm trying to compile > jivelite but running into issues, most likely because I'm a novice and > don't know what I'm doing. > Following this guide: > https://help.ubuntu.com/community/CompilingEasyHowTo I installed > build-essential, checkinstall, and git-core. > Next, I downloaded jivelite-master from github, extracted it to > /usr/local/src, cc'd to /usr/local/src/jivelite-master/src and ran make > and got this error: > > Code: -------------------- > > > cc -I. -I/include/luajit-2.0 -I/usr/include/SDL -Wall -fPIC platform_linux.c -c -o platform_linux.o > In file included from platform_linux.c:9:0: > common.h:62:10: fatal error: SDL.h: No such file or directory > #include <SDL.h> > ^~~~~~~ > compilation terminated. > Makefile:25: recipe for target 'platform_linux.o' failed > make: *** [platform_linux.o] Error 1 > -------------------- > > > > Any idea what I'm doing wrong?
You're missing the SDL library - probably not installed Check if there a package already built for libsdl (not libsdl2 I think) - you'll need developer version which has SDL.h ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=98156 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
