having boost errors with new AKcore server files
hi, i have these errors with boost files when i download the latest AKCore server files from github.com
im using VS2013.
Code:
Error 185 error LNK1104: cannot open file 'libboost_thread-vc120-mt-sgd-1_55.lib' H:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\GameServer\LINK GameServer
186 IntelliSense: cannot open source file "boost/variant/variant.hpp" h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\boost\variant.hpp 17 1 NtlDatabase
187 IntelliSense: cannot open source file "boost/variant/recursive_variant.hpp" h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\boost\variant.hpp 18 1 NtlDatabase
188 IntelliSense: cannot open source file "boost/variant/recursive_wrapper.hpp" h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\boost\variant.hpp 19 1 NtlDatabase
189 IntelliSense: cannot open source file "boost/variant/get.hpp" h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\boost\variant.hpp 22 1 NtlDatabase
190 IntelliSense: cannot open source file "boost/variant/apply_visitor.hpp" h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\boost\variant.hpp 23 1 NtlDatabase
191 IntelliSense: cannot open source file "boost/variant/static_visitor.hpp" h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\boost\variant.hpp 24 1 NtlDatabase
192 IntelliSense: cannot open source file "boost/variant/visitor_ptr.hpp" h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\boost\variant.hpp 25 1 NtlDatabase
193 IntelliSense: name followed by '::' must be a class or namespace name h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\cppconn\connection.h 41 9 NtlDatabase
194 IntelliSense: expected an identifier h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\cppconn\connection.h 41 24 NtlDatabase
195 IntelliSense: identifier "ConnectPropertyVal" is undefined h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\cppconn\connection.h 43 35 NtlDatabase
196 IntelliSense: cannot open source file "boost/smart_ptr/shared_ptr.hpp" h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\boost\shared_ptr.hpp 17 1 NtlDatabase
197 IntelliSense: cannot open source file "boost/smart_ptr/scoped_ptr.hpp" h:\DBOPS\My server\Server files\AKCore-master2\AKCore-master\Server\NtlDatabase\mysql\boost\scoped_ptr.hpp 14 1 NtlDatabase
Re: having boost errors with new AKcore server files
You see that it says you can't link the libs.
You have to compile boost now.
Google a tutorial on how to compile boost1.55 for visual studio 2013
Re: having boost errors with new AKcore server files
i have that error
LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc100-mt-sgd-1_55.lib'
i use vs2010, gameserver doesn't compile
thanks.
Re: having boost errors with new AKcore server files
Same thing i told him, only you will be compiling for VS2010
Re: having boost errors with new AKcore server files
I'm using VS2010, two days ago it compiling fine, is not for program version, i'll download VS2010 for that source only use. i'm using optimal configuration based in your group instructions.
I'll have only that error: 14>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc100-mt-sgd-1_55.lib'
thanks
Re: having boost errors with new AKcore server files
I told you, you have to COMPILE THE BOOST LIBRARIES.
When you copy and paste the boost folder its just the source. No libraries.
So you have to compile it on your own.