• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling Missing lib i guess

Morgonbladet

Developer lol
Joined
Mar 13, 2012
Messages
12
Reaction score
0
How do i fix :
Code:
Cannot open include file: 'libxml/xmlmemory.h': No such file or directory

in 2012 version of Visual Studio (pro)
 
You need to manually add libxml. Or you did not add it properly.

Are you using some tfs pack or another one?
 
Last edited:
OK.
Check if you copied into the "VC/library64" and "VC/include" directories the files from a folder named "libxml2-2.7.8" (version could be different),respectively lib64 and include.
 
Back
Top