• 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 Difficult time compiling

Otfan125

Well-Known Member
Joined
Mar 1, 2008
Messages
171
Solutions
1
Reaction score
56
Location
Thais
Hello there my friends, It has been a while since I have crossed path with this site.
I come back with eagerness to learn more about computer science

I have trouble compiling tfs 1.2 10.90 + cast using visual studios 2013. I have downloaded the boost libraries, and hopefully successfully inputted them in the solution.

but I keep getting this error, and it makes little sense to me... please help me.
it has to do with the \src\ location

1>c:\users\user\desktop\tfs 1.2 10.90 + cast\src\items.h(122): error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\talkaction.cpp)
1>c:\users\user\desktop\tfs 1.2 10.90 + cast\src\items.h(123): error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\talkaction.cpp)
1>c:\users\user\desktop\tfs 1.2 10.90 + cast\src\configmanager.h(23): fatal error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\protocolstatus.cpp)




those are just a few of the thousands of error lines in the output box


thank you for helping
 
Hello there my friends, It has been a while since I have crossed path with this site.
I come back with eagerness to learn more about computer science

I have trouble compiling tfs 1.2 10.90 + cast using visual studios 2013. I have downloaded the boost libraries, and hopefully successfully inputted them in the solution.

but I keep getting this error, and it makes little sense to me... please help me.
it has to do with the \src\ location

1>c:\users\user\desktop\tfs 1.2 10.90 + cast\src\items.h(122): error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\talkaction.cpp)
1>c:\users\user\desktop\tfs 1.2 10.90 + cast\src\items.h(123): error C2610: 'ItemType &ItemType::eek:perator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\talkaction.cpp)
1>c:\users\user\desktop\tfs 1.2 10.90 + cast\src\configmanager.h(23): fatal error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\protocolstatus.cpp)




those are just a few of the thousands of error lines in the output box


thank you for helping
I'm assuming you're using VS2013, go fetch 2015, VS2013 doesn't support the default thing you're getting errors in. Protip: use linux
 
I'm assuming you're using VS2013, go fetch 2015, VS2013 doesn't support the default thing you're getting errors in. Protip: use linux
I've tried compiling using Ubuntu while following the directions as specified by the tutorial website, but I get a SQL error. I'll go ahead and get VS2015 and see how that works, thanks!
 
Back
Top