XIE Huiwu

Results 3 comments of XIE Huiwu

本人不会编程,不过搜索发现好像是重名造成的,我修改了time的名字编译通过了,不过运行有问题

@Protostars 代码库 lib/x64/linux 中的 liblua53.a 是一个软链接。我把他换成 Script/lua 中编译出来的 liblua53.a 之后可以编译通过,但是运行就是segmentation fault.。 死马当做活马医,我尝试用 Script/lua 中的CMakeLists.txt 生成了Makefile, 使用这个编译出来静态库再去编译 kikoplay,最后就可以运行了。我对C++ 不是很懂,不知道是不是 lua.pro 里面少了什么东西

@sgowdaks I've encountered the same issue. Below is a simple PHP code snippet to reproduce the problem ```php