• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling 1>LINK : fatal error LNK1181: cannot open input file 'lua5.1.lib'

Kanier

Banned User
Joined
Feb 8, 2013
Messages
341
Reaction score
2
Hello i have problem

i compiling tfs 0.3 lastet version and i have problem

1>LINK : fatal error LNK1181: cannot open input file 'lua5.1.lib'
 
This particular issue is caused by specifying a dependency to a lib file that had spaces in its path. The path needs to be surrounded by quotes for the project to compile correctly. "Lua5.1.lib"
 
I read something on Va*p*u*S.. --> go to your libs folder and look for file lua51.lib, copy it and rename to: lua5.1.lib
 
Back
Top