• 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 LINK : fatal error LNK1181: cannot open input file 'lua51.lib'

Xative

New Member
Joined
Aug 9, 2007
Messages
26
Reaction score
0
I'm compiling TFS 2.x in MVS 10 ultimate.
I've all libs/dll's that are included in the TFS SDK and using the settings.props from Free Cloud Storage - MediaFire as posted here: http://otland.net/f250/problem-compilation-forgotten-server-162789/#post1570251
And I've executed the registerenv.bat

Trying with release GUI Win32.

This is what I get:

1>LINK : fatal error LNK1181: cannot open input file 'lua51.lib'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:01:07.52
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

This what I get when I try to compile with x64: fatal error C1083: Cannot open include file: 'libxml/xmlmemory.h': No such file or directory
 
Last edited:
This what I get when I try to compile with x64: fatal error C1083: Cannot open include file: 'libxml/xmlmemory.h': No such file or directory
Your compiler haven't all needed libraries.
 
Back
Top