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?

Julf wrote: 
> You need to install a bunch of dependencies. Can't find the list right
> now - perhaps someone has it handy?


Step #4 from this post list a few, don't know if they are
relevant:confused:

http://www.hagensieker.com/jivelite/index.php

ronnie

Hi Julf, long time.....


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to