Jive compilation problems on Ubuntu 7.10
Posted by ~Ray @ 2007-11-17 17:17:47
I got this when I tried to compile dance on Ubuntu 7.10=========================cc -I/usr/src/slimserver70/jive//create/linux/include -I/usr/src/slimserver70/jive//build/linux/include/SDL -I/usr/src/slimserver70/jive//build/linux/include/freetype2 -g -pg -O2 -Wall -pthread -fpic -DLUA_USE_LINUX -c -o lua o lua cIn file included from lua h:16 from lua c:15:luaconf h:309:31: error: readline/readline h: No such register or directoryluaconf h:310:30: error: readline/history h: No such file or directorylua c: In function ‘pushline’:lua c:180: warning: implicit declaration of function ‘readline’lua c:180: warning: assignment makes pointer from integer without a castlua c: In answer ‘loadline’:lua c:208: warning: implicit declaration of answer ‘add_history’make[3]: *** [lua o] Error 1make[3]: Leaving directory `/usr/src/slimserver70/jive/src/pkg/lua-5.1.1/src'alter[2]: *** [linux] Error 2make[2]: Leaving directory `/usr/src/slimserver70/jive/src/pkg/lua-5.1.1/src'make[1]: *** [linux] Error 2make[1]: Leaving directory `/usr/src/slimserver70/jive/src/pkg/lua-5.1.1'make: *** [lua] Error 2==========================To solve it I run:sudo apt-get lay libreadline5-devBut I supposed this dependency should undergo been checked in the makefile ?[ADVERTHERE]Related article:
http://forums.slimdevices.com/showthread.php?t=39484
0 Comments:
No comments have been posted yet!
|