Quantcast
Channel: Squeezebox : Community : Forums - Linux / Unix
Viewing all articles
Browse latest Browse all 1518

Jivelite with Odroid Go Advance using DEBIAN

$
0
0
Guys, I am lost. I do not know a lot on Linux but tried hard anyway.

Is there any way to got Jivelite running on this SBC running DEBIAN.

I've Installed LuaJit but cannont "make" jivelite.

Last lines are:
ake[2] : on entre dans le répertoire « /home/renaud/jivelite/jivelite/lib-src/luaexpat-1.2.0 »
gcc -Wall -pedantic -Waggregate-return -Wcast-align -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wwrite-strings -ansi -O2 -I/usr/local/include/luajit-2.0 -fPIC -c -o src/lxplib.o src/lxplib.c
src/lxplib.c: In function ‘lxpclose’:
src/lxplib.c:69:3: warning: implicit declaration of function ‘lua_unref’; did you mean ‘luaL_unref’? [-Wimplicit-function-declaration]
lua_unref(L, xpu->tableref);
^~~~~~~~~
luaL_unref
src/lxplib.c:69:3: warning: nested extern declaration of ‘lua_unref’ [-Wnested-externs]
src/lxplib.c: In function ‘f_ExternaEntity’:
src/lxplib.c:228:3: warning: implicit declaration of function ‘lua_getref’; did you mean ‘lua_getinfo’? [-Wimplicit-function-declaration]
lua_getref(L, xpu->tableref); /* child uses the same table of its father */
^~~~~~~~~~
lua_getinfo
src/lxplib.c:228:3: warning: nested extern declaration of ‘lua_getref’ [-Wnested-externs]
src/lxplib.c: At top level:
src/lxplib.c:520:29: error: array type has incomplete element type ‘struct lua_reg’
static const struct lua_reg lxp_meths[] = {
^~~~~~~~~
src/lxplib.c:533:30: error: array type has incomplete element type ‘struct luaL_reg’
static const struct luaL_reg lxp_funcs[] = {
^~~~~~~~~
src/lxplib.c:533:30: warning: ‘lxp_funcs’ defined but not used [-Wunused-variable]
src/lxplib.c:520:29: warning: ‘lxp_meths’ defined but not used [-Wunused-variable]
static const struct lua_reg lxp_meths[] = {
^~~~~~~~~
make[2]: *** [<commande interne>: src/lxplib.o] Error 1
make[2] : on quitte le répertoire « /home/renaud/jivelite/jivelite/lib-src/luaexpat-1.2.0 »
make[1]: *** [Makefile:24: ../lib/lua/5.1/lxp.so] Error 2
make[1] : on quitte le répertoire « /home/renaud/jivelite/jivelite/lib-src »
make: *** [Makefile:14: lib] Error 2


Any idea? Thanks in advance

Viewing all articles
Browse latest Browse all 1518

Trending Articles