We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run make (Raspbian) I get an error:
cd src; PREFIX=/usr/local make make[1]: Entering directory '/home/pi/jivelite/src' cc -I. -I/usr/local/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:17: fatal error: SDL.h: No such file or directory #include <SDL.h> ^ compilation terminated. Makefile:25: recipe for target 'platform_linux.o' failed make[1]: *** [platform_linux.o] Error 1 make[1]: Leaving directory '/home/pi/jivelite/src' Makefile:9: recipe for target 'srcs' failed make: *** [srcs] Error 2
The text was updated successfully, but these errors were encountered:
I found the page at http://forums.slimdevices.com/showthread.php?98156-Announce-JiveLite-cut-down-squeezebox-control-application. No support for Lua 5?
Sorry, something went wrong.
chore: concurrent resize ralph-irving#6
7f74822
No branches or pull requests
When I run make (Raspbian) I get an error:
cd src; PREFIX=/usr/local make
make[1]: Entering directory '/home/pi/jivelite/src'
cc -I. -I/usr/local/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:17: fatal error: SDL.h: No such file or directory
#include <SDL.h>
^
compilation terminated.
Makefile:25: recipe for target 'platform_linux.o' failed
make[1]: *** [platform_linux.o] Error 1
make[1]: Leaving directory '/home/pi/jivelite/src'
Makefile:9: recipe for target 'srcs' failed
make: *** [srcs] Error 2
The text was updated successfully, but these errors were encountered: