• 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 OTC

dominique120

Science & Reason
Senator
Premium User
Joined
Jun 16, 2013
Messages
3,881
Solutions
3
Reaction score
1,043
Location
Númenor
I have the latest source from github and the libs for MSVC. I have included and liked everything correctly(As fas as I know) but I still get this error on pretty much every object.

Code:
fatal error C1083: Cannot open include file: 'framework/core/declarations.h': No such file or directory
fatal error C1083: Cannot open include file: 'framework/global.h': No such file or directory

What am I missing?
 
Solution
I have same include error, how did you manage to fix that?
Conde2 fixed that in his last commit. Clone the last commit.

If you mean these errors:
Code:
fatal error C1083: Cannot open include file: 'framework/global.h': No such file or directory
What I did was add the 'src' directory that is next to the vc12 folder to my includes.

upload_2013-12-7_11-1-1.png
Hello, I have a problem with OTClient. During compilation got error:
LNK1104 cannot open file 'luajit.lib'
Where I can find that lib ?

-------------
Edit:
Found it on web.
 
Last edited:
Back
Top