Jump to content

Client source compilation errors


Recommended Posts

  • Active Member

Hey guys,

someone know where should be a problem? These errors I see after client source compilation. Before moving the client source to another disc, all was fine.

Spoiler

Error	1	error C2039: 'Tiger' : is not a member of 'CryptoPP'	C:\source\EterPack\EterPack.cpp	1417	1	EterPack
Error	2	error C2146: syntax error : missing ';' before identifier 'tiger'	C:\source\EterPack\EterPack.cpp	1417	1	EterPack
Error	3	error C4430: missing type specifier - int assumed. Note: C++ does not support default-int	C:\source\EterPack\EterPack.cpp	1417	1	EterPack
Error	4	error C2065: 'tiger' : undeclared identifier	C:\source\EterPack\EterPack.cpp	1417	1	EterPack
Error	5	error C2039: 'Whirlpool' : is not a member of 'CryptoPP'	C:\source\EterPack\EterPack.cpp	1420	1	EterPack
Error	6	error C2146: syntax error : missing ';' before identifier 'whirlpool'	C:\source\EterPack\EterPack.cpp	1420	1	EterPack
Error	7	error C4430: missing type specifier - int assumed. Note: C++ does not support default-int	C:\source\EterPack\EterPack.cpp	1420	1	EterPack
Error	8	error C2065: 'whirlpool' : undeclared identifier	C:\EterPack\EterPack.cpp	1420	1	EterPack
Error	9	error C2065: 'whirlpool' : undeclared identifier	C:\EterPack\EterPack.cpp	1425	1	EterPack
Error	10	error C2065: 'tiger' : undeclared identifier	C:\EterPack\EterPack.cpp	1429	1	EterPack
Error	11	error C2065: 'whirlpool' : undeclared identifier	C:\EterPack\EterPack.cpp	1463	1	EterPack
Error	12	error C2065: 'tiger' : undeclared identifier	C:\EterPack\EterPack.cpp	1467	1	EterPack
Error	13	error C2061: syntax error : identifier 'piecewise_construct_t'	C:\extern\include\boost\unordered\detail\allocate.hpp	937	1	MilesLib
Error	14	error C2065: 'piecewise_construct_t' : undeclared identifier	C:\extern\include\boost\unordered\detail\extract_key.hpp	175	1	MilesLib
Error	15	error C2275: 'boost::tuples::tuple<boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type>' : illegal use of this type as an expression	C:\extern\include\boost\unordered\detail\extract_key.hpp	175	1	MilesLib
Error	16	error C2143: syntax error : missing ')' before 'const'	C:\extern\include\boost\unordered\detail\extract_key.hpp	175	1	MilesLib
Error	17	error C2365: 'boost::unordered::detail::map_extractor<Key,ValueType>::extract' : redefinition; previous definition was 'member function'	C:\extern\include\boost\unordered\detail\extract_key.hpp	175	1	MilesLib
Error	18	error C2059: syntax error : ')'	C:\extern\include\boost\unordered\detail\extract_key.hpp	175	1	MilesLib
Error	19	error C2065: 'T' : undeclared identifier	C:\extern\include\boost\unordered\detail\extract_key.hpp	175	1	MilesLib
Error	20	error C2923: 'boost::unordered::detail::is_key' : 'T' is not a valid template type argument for parameter 'T'	C:\extern\include\boost\unordered\detail\extract_key.hpp	175	1	MilesLib
Error	21	error C2923: 'boost::tuples::tuple' : 'T' is not a valid template type argument for parameter 'T0'	C:\extern\include\boost\unordered\detail\extract_key.hpp	175	1	MilesLib
Error	22	error C2334: unexpected token(s) preceding '{'; skipping apparent function body	C:\extern\include\boost\unordered\detail\extract_key.hpp	175	1	MilesLib
Error	23	error C2065: 'piecewise_construct_t' : undeclared identifier	C:\extern\include\boost\unordered\detail\extract_key.hpp	178	1	MilesLib
Error	24	error C2275: 'std::tuple<>' : illegal use of this type as an expression	C:\extern\include\boost\unordered\detail\extract_key.hpp	178	1	MilesLib
Error	25	error C2143: syntax error : missing ')' before 'const'	C:\extern\include\boost\unordered\detail\extract_key.hpp	178	1	MilesLib
Error	26	error C2365: 'boost::unordered::detail::map_extractor<Key,ValueType>::extract' : redefinition; previous definition was 'member function'	C:\extern\include\boost\unordered\detail\extract_key.hpp	178	1	MilesLib
Error	27	error C2059: syntax error : ')'	C:\extern\include\boost\unordered\detail\extract_key.hpp	178	1	MilesLib
Error	28	error C2065: 'T' : undeclared identifier	C:\extern\include\boost\unordered\detail\extract_key.hpp	178	1	MilesLib
Error	29	error C2923: 'boost::unordered::detail::is_key' : 'T' is not a valid template type argument for parameter 'T'	C:\extern\include\boost\unordered\detail\extract_key.hpp	178	1	MilesLib
Error	30	error C3544: '_Types': parameter pack expects a type template argument	C:\extern\include\boost\unordered\detail\extract_key.hpp	178	1	MilesLib
Error	31	error C2334: unexpected token(s) preceding '{'; skipping apparent function body	C:\extern\include\boost\unordered\detail\extract_key.hpp	178	1	MilesLib
Error	32	error C3861: 'PyModule_GetDict': identifier not found	C:\source\ScriptLib\PythonLauncher.cpp	128	1	ScriptLib
Error	33	error C3861: 'PyEval_EvalCode': identifier not found	C:\source\ScriptLib\PythonLauncher.cpp	181	1	ScriptLib
Error	34	error C3861: 'PyMarshal_ReadObjectFromString': identifier not found	C:\\source\ScriptLib\PythonMarshal.cpp	439	1	ScriptLib
Error	35	error C2039: 'piecewise_construct_t' : is not a member of 'boost::unordered'	C:\extern\include\boost\unordered\detail\extract_key.hpp	175	1	EterPack
Error	36	error C2039: 'piecewise_construct_t' : is not a member of 'boost::unordered'	C:\extern\include\boost\unordered\detail\extract_key.hpp	178	1	EterPack
Error	37	error C2065: 'AES' : undeclared identifier	C:\extern\include\cryptopp\osrng.h	143	1	EterPack
Error	38	error C2923: 'CryptoPP::AutoSeededX917RNG' : 'AES' is not a valid template type argument for parameter 'BLOCK_CIPHER'	C:\extern\include\cryptopp\osrng.h	143	1	EterPack
Error	39	error C2990: 'CryptoPP::AutoSeededX917RNG' : non-class template has already been declared as a class template	C:\extern\include\cryptopp\osrng.h	143	1	EterPack
Error	40	error C2946: explicit instantiation; 'CryptoPP::AutoSeededX917RNG' is not a template-class specialization	C:\extern\include\cryptopp\osrng.h	143	1	EterPack
Error	117	error LNK1181: cannot open input file 'C:\Users\Martin\Desktop\client_reboots_dev\vs_files\EterPack\Release\EterPack.lib'	C:\vs_files\UserInterface\LINK	UserInterface

 

Thanks for answers!

Sincerely,

ReFresh

I'll be always helpful! 👊 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.