cloudwu / lua-bson

A BSON library for lua
MIT License
103 stars 32 forks source link

LUA_OK没定义吧? #12

Closed lifefloating closed 4 years ago

lifefloating commented 4 years ago

编译时error

bson.c: In function ‘lencode’: bson.c:975:31: error: ‘LUA_OK’ undeclared (first use in this function) if (lua_pcall(L, 2, 1, 0) != LUA_OK) { ^ bson.c:975:31: note: each undeclared identifier is reported only once for each function it appears in bson.c: In function ‘lencode_order’: bson.c:1007:33: error: ‘LUA_OK’ undeclared (first use in this function) if (lua_pcall(L, n+1, 1, 0) != LUA_OK) { ^ bson.c: At top level: bson.c:1293:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘int’

cloudwu commented 4 years ago

http://www.lua.org/manual/5.3/manual.html#pdf-LUA_OK