tboox / ltui

🍖 A cross-platform terminal ui library based on Lua
https://tboox.org
Apache License 2.0
808 stars 49 forks source link

error: src/core/lcurses/lcurses.c:71:10: fatal error: 'luaconf.h' file not found #32

Closed tangaoo closed 3 years ago

tangaoo commented 3 years ago

下载源码,xmake编译,报错信息如下:

[ 50%]: compiling.release src/core/lcurses/lcurses.c
error: src/core/lcurses/lcurses.c:71:10: fatal error: 'luaconf.h' file not found
#include "luaconf.h"
         ^~~~~~~~~~~
1 error generated.
waruqi commented 3 years ago

切到 luajit试试 xmake f --luajit=y

tangaoo commented 3 years ago

ok,已解决,感谢~