您的位置:首页 > 其它

protobuf编译问题

2016-09-14 17:43 579 查看
2>lua_extensions_more.obj : error LNK2019: 无法解析的外部符号 _luaopen_pb,该符号在函数 _luaopen_lua_extensions_more 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl lua_settop(struct lua_State *,int)" (?lua_settop@@YAXPAUlua_State@@H@Z),该符号在函数 "void __cdecl pack_varint(struct luaL_Buffer *,unsigned __int64)" (?pack_varint@@YAXPAUluaL_Buffer@@_K@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl lua_pushvalue(struct lua_State *,int)" (?lua_pushvalue@@YAXPAUlua_State@@H@Z),该符号在函数 "int __cdecl luaopen_pb(struct lua_State *)" (?luaopen_pb@@YAHPAUlua_State@@@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl lua_pushnumber(struct lua_State *,double)" (?lua_pushnumber@@YAXPAUlua_State@@N@Z),该符号在函数 "unsigned __int64 __cdecl unpack_varint(char const *,unsigned int)" (?unpack_varint@@YA_KPBDI@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl lua_pushinteger(struct lua_State *,int)" (?lua_pushinteger@@YAXPAUlua_State@@H@Z),该符号在函数 "unsigned __int64 __cdecl unpack_varint(char const *,unsigned int)" (?unpack_varint@@YA_KPBDI@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl lua_pushlstring(struct lua_State *,char const *,unsigned int)" (?lua_pushlstring@@YAXPAUlua_State@@PBDI@Z),该符号在函数 "int __cdecl pack_fixed32(struct lua_State *,unsigned char *)" (?pack_fixed32@@YAHPAUlua_State@@PAE@Z)
中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl lua_getfield(struct lua_State *,int,char const *)" (?lua_getfield@@YAXPAUlua_State@@HPBD@Z),该符号在函数 "unsigned char const * __cdecl unpack_fixed64(unsigned char const *,unsigned char *)" (?unpack_fixed64@@YAPBEPBEPAE@Z)
中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void * __cdecl lua_newuserdata(struct lua_State *,unsigned int)" (?lua_newuserdata@@YAPAXPAUlua_State@@I@Z),该符号在函数 "unsigned char const * __cdecl unpack_fixed64(unsigned char const *,unsigned char *)" (?unpack_fixed64@@YAPBEPBEPAE@Z)
中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl lua_setfield(struct lua_State *,int,char const *)" (?lua_setfield@@YAXPAUlua_State@@HPBD@Z),该符号在函数 "int __cdecl luaopen_pb(struct lua_State *)" (?luaopen_pb@@YAHPAUlua_State@@@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "int __cdecl lua_setmetatable(struct lua_State *,int)" (?lua_setmetatable@@YAHPAUlua_State@@H@Z),该符号在函数 "unsigned char const * __cdecl unpack_fixed64(unsigned char const *,unsigned char *)" (?unpack_fixed64@@YAPBEPBEPAE@Z)
中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl lua_call(struct lua_State *,int,int)" (?lua_call@@YAXPAUlua_State@@HH@Z),该符号在函数 "void __cdecl pack_varint(struct luaL_Buffer *,unsigned __int64)" (?pack_varint@@YAXPAUluaL_Buffer@@_K@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl luaL_register(struct lua_State *,char const *,struct luaL_Reg const *)" (?luaL_register@@YAXPAUlua_State@@PBDPBUluaL_Reg@@@Z),该符号在函数 "int __cdecl luaopen_pb(struct lua_State *)" (?luaopen_pb@@YAHPAUlua_State@@@Z)
中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "char const * __cdecl luaL_checklstring(struct lua_State *,int,unsigned int *)" (?luaL_checklstring@@YAPBDPAUlua_State@@HPAI@Z),该符号在函数 "unsigned __int64 __cdecl unpack_varint(char const *,unsigned int)" (?unpack_varint@@YA_KPBDI@Z)
中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "double __cdecl luaL_checknumber(struct lua_State *,int)" (?luaL_checknumber@@YANPAUlua_State@@H@Z),该符号在函数 "void __cdecl pack_varint(struct luaL_Buffer *,unsigned __int64)" (?pack_varint@@YAXPAUluaL_Buffer@@_K@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "int __cdecl luaL_checkinteger(struct lua_State *,int)" (?luaL_checkinteger@@YAHPAUlua_State@@H@Z),该符号在函数 "int __cdecl pack_fixed64(struct lua_State *,unsigned char *)" (?pack_fixed64@@YAHPAUlua_State@@PAE@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "int __cdecl luaL_newmetatable(struct lua_State *,char const *)" (?luaL_newmetatable@@YAHPAUlua_State@@PBD@Z),该符号在函数 "int __cdecl luaopen_pb(struct lua_State *)" (?luaopen_pb@@YAHPAUlua_State@@@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void * __cdecl luaL_checkudata(struct lua_State *,int,char const *)" (?luaL_checkudata@@YAPAXPAUlua_State@@HPBD@Z),该符号在函数 "unsigned char const * __cdecl unpack_fixed64(unsigned char const *,unsigned char *)" (?unpack_fixed64@@YAPBEPBEPAE@Z)
中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "int __cdecl luaL_error(struct lua_State *,char const *,...)" (?luaL_error@@YAHPAUlua_State@@PBDZZ),该符号在函数 "int __cdecl pack_fixed64(struct lua_State *,unsigned char *)" (?pack_fixed64@@YAHPAUlua_State@@PAE@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl luaL_buffinit(struct lua_State *,struct luaL_Buffer *)" (?luaL_buffinit@@YAXPAUlua_State@@PAUluaL_Buffer@@@Z),该符号在函数 "void __cdecl pack_varint(struct luaL_Buffer *,unsigned __int64)" (?pack_varint@@YAXPAUluaL_Buffer@@_K@Z)
中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "char * __cdecl luaL_prepbuffer(struct luaL_Buffer *)" (?luaL_prepbuffer@@YAPADPAUluaL_Buffer@@@Z),该符号在函数 "void __cdecl pack_varint(struct luaL_Buffer *,unsigned __int64)" (?pack_varint@@YAXPAUluaL_Buffer@@_K@Z) 中被引用

2>pb.obj : error LNK2019: 无法解析的外部符号 "void __cdecl luaL_pushresult(struct luaL_Buffer *)" (?luaL_pushresult@@YAXPAUluaL_Buffer@@@Z),该符号在函数 "void __cdecl pack_varint(struct luaL_Buffer *,unsigned __int64)" (?pack_varint@@YAXPAUluaL_Buffer@@_K@Z) 中被引用

    <ClCompile Include="..\Classes\quick-src\lua_extensions\protobuf\pb.c">

      <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Default</CompileAs>

      <ForcedIncludeFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

      </ForcedIncludeFiles>

    </ClCompile>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: