We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cd Lumos msbuild /p:Platform=x64 /p:Configuration=Release Lumos.sln
0>lua.lib(lapi.obj): Error LNK2005 : lua_atpanic 已经在 lua51.lib(lua51.dll) 中定义 0>lua.lib(lapi.obj): Error LNK2005 : lua_copy 已经在 lua51.lib(lua51.dll) 中定义 0>lua.lib(lapi.obj): Error LNK2005 : lua_createtable 已经在 lua51.lib(lua51.dll) 中定义 0>lua.lib(lapi.obj): Error LNK2005 : lua_error 已经在 lua51.lib(lua51.dll) 中定义 0>lua.lib(lapi.obj): Error LNK2005 : lua_gc 已经在 lua51.lib(lua51.dll) 中定义
The text was updated successfully, but these errors were encountered:
Not sure why that’s happening sorry. The lua hasn’t changed. Doesn’t work building inside visual studio?
Sorry, something went wrong.
No branches or pull requests
cd Lumos
msbuild /p:Platform=x64 /p:Configuration=Release Lumos.sln
0>lua.lib(lapi.obj): Error LNK2005 : lua_atpanic 已经在 lua51.lib(lua51.dll) 中定义
0>lua.lib(lapi.obj): Error LNK2005 : lua_copy 已经在 lua51.lib(lua51.dll) 中定义
0>lua.lib(lapi.obj): Error LNK2005 : lua_createtable 已经在 lua51.lib(lua51.dll) 中定义
0>lua.lib(lapi.obj): Error LNK2005 : lua_error 已经在 lua51.lib(lua51.dll) 中定义
0>lua.lib(lapi.obj): Error LNK2005 : lua_gc 已经在 lua51.lib(lua51.dll) 中定义
The text was updated successfully, but these errors were encountered: