Re: [Cppcms-users] Need help building cppcms on win xp
Brought to you by:
artyom-beilis
From: Szilágyi Z. <zol...@ya...> - 2013-06-30 13:12:25
|
Linking CXX shared library cppcms.dll Creating library cppcms.lib and object cppcms.exp aes.cpp.obj : error LNK2019: unresolved external symbol _AES_cbc_encrypt referen ced in function "public: virtual void __thiscall cppcms::crypto::openssl_aes_enc ryptor::encrypt(void const *,void *,unsigned int)" (?encrypt@openssl_aes_encrypt or@crypto@cppcms@@UAEXPBXPAXI@Z) aes.cpp.obj : error LNK2019: unresolved external symbol _AES_set_encrypt_key ref erenced in function "public: virtual void __thiscall cppcms::crypto::openssl_aes _encryptor::encrypt(void const *,void *,unsigned int)" (?encrypt@openssl_aes_enc ryptor@crypto@cppcms@@UAEXPBXPAXI@Z) aes.cpp.obj : error LNK2019: unresolved external symbol _AES_set_decrypt_key ref erenced in function "public: virtual void __thiscall cppcms::crypto::openssl_aes _encryptor::decrypt(void const *,void *,unsigned int)" (?decrypt@openssl_aes_enc ryptor@crypto@cppcms@@UAEXPBXPAXI@Z) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA224_Init referenc ed in function "public: __thiscall cppcms::crypto::`anonymous namespace'::ssl_sh a224::ssl_sha224(void)" (??0ssl_sha224@?A0xd862601b@crypto@cppcms@@QAE@XZ) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA224_Update refere nced in function "public: virtual void __thiscall cppcms::crypto::`anonymous nam espace'::ssl_sha224::append(void const *,unsigned int)" (?append@ssl_sha224@?A0x d862601b@crypto@cppcms@@UAEXPBXI@Z) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA224_Final referen ced in function "public: virtual void __thiscall cppcms::crypto::`anonymous name space'::ssl_sha224::readout(void *)" (?readout@ssl_sha224@?A0xd862601b@crypto@cp pcms@@UAEXPAX@Z) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA256_Init referenc ed in function "public: __thiscall cppcms::crypto::`anonymous namespace'::ssl_sh a256::ssl_sha256(void)" (??0ssl_sha256@?A0xd862601b@crypto@cppcms@@QAE@XZ) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA256_Update refere nced in function "public: virtual void __thiscall cppcms::crypto::`anonymous nam espace'::ssl_sha256::append(void const *,unsigned int)" (?append@ssl_sha256@?A0x d862601b@crypto@cppcms@@UAEXPBXI@Z) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA256_Final referen ced in function "public: virtual void __thiscall cppcms::crypto::`anonymous name space'::ssl_sha256::readout(void *)" (?readout@ssl_sha256@?A0xd862601b@crypto@cp pcms@@UAEXPAX@Z) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA384_Init referenc ed in function "public: __thiscall cppcms::crypto::`anonymous namespace'::ssl_sh a384::ssl_sha384(void)" (??0ssl_sha384@?A0xd862601b@crypto@cppcms@@QAE@XZ) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA384_Update refere nced in function "public: virtual void __thiscall cppcms::crypto::`anonymous nam espace'::ssl_sha384::append(void const *,unsigned int)" (?append@ssl_sha384@?A0x d862601b@crypto@cppcms@@UAEXPBXI@Z) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA384_Final referen ced in function "public: virtual void __thiscall cppcms::crypto::`anonymous name space'::ssl_sha384::readout(void *)" (?readout@ssl_sha384@?A0xd862601b@crypto@cp pcms@@UAEXPAX@Z) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA512_Init referenc ed in function "public: __thiscall cppcms::crypto::`anonymous namespace'::ssl_sh a512::ssl_sha512(void)" (??0ssl_sha512@?A0xd862601b@crypto@cppcms@@QAE@XZ) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA512_Update refere nced in function "public: virtual void __thiscall cppcms::crypto::`anonymous nam espace'::ssl_sha512::append(void const *,unsigned int)" (?append@ssl_sha512@?A0x d862601b@crypto@cppcms@@UAEXPBXI@Z) crypto.cpp.obj : error LNK2019: unresolved external symbol _SHA512_Final referen ced in function "public: virtual void __thiscall cppcms::crypto::`anonymous name space'::ssl_sha512::readout(void *)" (?readout@ssl_sha512@?A0xd862601b@crypto@cp pcms@@UAEXPAX@Z) cppcms.dll : fatal error LNK1120: 15 unresolved externals LINK failed. with 1120 NMAKE : fatal error U1077: '"C:\Program Files\CMake 2.8\bin\cmake.exe"' : return code '0xffffffff' Stop. NMAKE : fatal error U1077: 'd:\visualstudio2008inst\VC\BIN\nmake.exe' : return c ode '0x2' Stop. NMAKE : fatal error U1077: 'd:\visualstudio2008inst\VC\BIN\nmake.exe' : return c ode '0x2' Stop. D:\cppcms\cppcms-1.0.4\build> |