Skip to content
New issue

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

How is this compiled? #6

Closed
alidaf opened this issue Dec 16, 2016 · 1 comment
Closed

How is this compiled? #6

alidaf opened this issue Dec 16, 2016 · 1 comment

Comments

@alidaf
Copy link

alidaf commented Dec 16, 2016

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

@alidaf
Copy link
Author

alidaf commented Dec 16, 2016

@alidaf alidaf closed this as completed Dec 16, 2016
blaisedias added a commit to blaisedias/jivelite that referenced this issue Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant