Working lua and pointing LIBS to it

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
desila
帖子: 6
注册时间: 2018-01-05 15:19
系统: Ubuntu

Working lua and pointing LIBS to it

#1

帖子 desila » 2018-01-05 15:25

configure: - P4EST -------------------------------------------------
We did not find a recent lua containing the function lua_createtable.
This is OK if the following does not matter to you:
Including sc_lua.h in your code will abort the compilation.
You can fix this by compiling a working lua and pointing LIBS to it.


When i install P4EST, the words above occur. And what can i do to "Working lua and pointing LIBS to it"
I am not quite understand. Any one help??
dolphinb
帖子: 1
注册时间: 2018-10-13 21:19
系统: linux

Re: Working lua and pointing LIBS to it

#2

帖子 dolphinb » 2018-10-13 21:22

the same words occur. Have you solved the problem?
wzb198910
帖子: 1
注册时间: 2020-06-02 10:13
系统: windows

Re: Working lua and pointing LIBS to it

#3

帖子 wzb198910 » 2020-06-02 10:15

sudo apt-get install lua5.2
sudo apt-get install libprotobuf-dev protobuf-compiler && luarocks install loadcaffe
sudo apt install luarocks

我是输入以上命令后才正常编译成功的,大家可以试一试
回复