分页: 1 / 1

Working lua and pointing LIBS to it

发表于 : 2018-01-05 15:25
desila
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??

Re: Working lua and pointing LIBS to it

发表于 : 2018-10-13 21:22
dolphinb
the same words occur. Have you solved the problem?

Re: Working lua and pointing LIBS to it

发表于 : 2020-06-02 10:15
wzb198910
sudo apt-get install lua5.2
sudo apt-get install libprotobuf-dev protobuf-compiler && luarocks install loadcaffe
sudo apt install luarocks

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