• 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 ALLTIME Error

Fnkosh

New Member
Joined
Aug 13, 2009
Messages
30
Reaction score
0
Whenever I try to compile a server I get this error:

1>------ Build started: Project: TheOTXServer, Configuration: Release Win32 ------
1> otpch.cpp
1>e:\new folder\otserv\sources\otpch.h(29): fatal error C1083: Cannot open include file: 'libxml/xmlmemory.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

What does that mean?
 
Whenever I try to compile a server I get this error:

1>------ Build started: Project: TheOTXServer, Configuration: Release Win32 ------
1> otpch.cpp
1>e:\new folder\otserv\sources\otpch.h(29): fatal error C1083: Cannot open include file: 'libxml/xmlmemory.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

What does that mean?
It means you are missing the library libxml
 
Back
Top