Skip to content
New issue

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

build error with lua #138

Open
yingnierxiao opened this issue Jun 7, 2024 · 1 comment
Open

build error with lua #138

yingnierxiao opened this issue Jun 7, 2024 · 1 comment

Comments

@yingnierxiao
Copy link

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) 中定义

@jmorton06
Copy link
Owner

Not sure why that’s happening sorry. The lua hasn’t changed. Doesn’t work building inside visual studio?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants