C++ API v1.7.2 and SpaceWar example released

Post here your questions about the C++ API for SFS2X

Moderators: Lapo, Bax, MBagnati

hungphung33
Posts: 4
Joined: 26 Dec 2017, 08:26

Re: C++ API v1.7.2 and SpaceWar example released

Postby hungphung33 » 30 Dec 2017, 11:44

Lapo wrote:It looks like you haven't setup the linker paths correctly, so the compiler can't link some of the necessary libraries.
I would highly recommend to go back to the step-by-step guide here:
http://docs2x.smartfoxserver.com/Gettin ... studio2015

and double check that the linker paths are setup correctly.
In particular make sure you're using quotations around your paths to avoid issues with spaces. Read here for more:
https://support.microsoft.com/en-us/hel ... ld-a-manag

Cheers

Hi Lapo,
I think i do exactly step by step flow that link, but when i rebuild static libraries i got 2 file "SmartFoxClientApi.lib" and "zlibwapi.lib", i think i need a dll file, and i dont know why? it build success :( can u give me your email or something, what i can contact you to ask more?
User avatar
Lapo
Site Admin
Posts: 23008
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: C++ API v1.7.2 and SpaceWar example released

Postby Lapo » 02 Jan 2018, 08:39

No, the .lib files are correct. They are static libraries. DLL are dynamic libraries.
I think you're on the right track.
Did you fix the path problem by adding the quotations around the libraries paths? Also did you double check those paths are correct?

Cheers
Lapo
--
gotoAndPlay()
...addicted to flash games
developer.kus
Posts: 10
Joined: 04 Jul 2018, 09:52

Re: C++ API v1.7.2 and SpaceWar example released

Postby developer.kus » 07 Sep 2018, 03:44

- when I build this example follow your guide for android I always get error below, I search & and try many ways but can not fix. Can you help me, please?

Code: Select all

make: *** Waiting for unfinished jobs....
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:34: error: undefined reference to 'EVP_CIPHER_CTX_init'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:47: error: undefined reference to 'EVP_aes_128_cbc'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:47: error: undefined reference to 'EVP_CipherInit_ex'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:52: error: undefined reference to 'EVP_CipherUpdate'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:57: error: undefined reference to 'EVP_CipherFinal_ex'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:64: error: undefined reference to 'EVP_CIPHER_CTX_cleanup'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:75: error: undefined reference to 'EVP_CIPHER_CTX_init'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:88: error: undefined reference to 'EVP_aes_128_cbc'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:88: error: undefined reference to 'EVP_CipherInit_ex'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:93: error: undefined reference to 'EVP_CipherUpdate'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:98: error: undefined reference to 'EVP_CipherFinal_ex'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:105: error: undefined reference to 'EVP_CIPHER_CTX_cleanup'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:39: error: undefined reference to 'SSL_library_init'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:40: error: undefined reference to 'SSL_load_error_strings'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:41: error: undefined reference to 'OPENSSL_add_all_algorithms_noconf'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:43: error: undefined reference to 'CRYPTO_num_locks'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:46: error: undefined reference to 'CRYPTO_set_locking_callback'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:47: error: undefined reference to 'CRYPTO_set_id_callback'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:64: error: undefined reference to 'CRYPTO_set_id_callback'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:65: error: undefined reference to 'CRYPTO_set_locking_callback'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:66: error: undefined reference to 'ERR_free_strings'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:68: error: undefined reference to 'ERR_remove_thread_state'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:72: error: undefined reference to 'EVP_cleanup'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:73: error: undefined reference to 'CRYPTO_cleanup_all_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:74: error: undefined reference to 'CONF_modules_unload'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:76: error: undefined reference to 'ENGINE_cleanup'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/error.ipp:40: error: undefined reference to 'ERR_reason_error_string'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:38: error: undefined reference to 'SSL_new'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:43: error: undefined reference to 'ERR_get_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:50: error: undefined reference to 'SSL_ctrl'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:51: error: undefined reference to 'SSL_ctrl'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:53: error: undefined reference to 'SSL_ctrl'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:57: error: undefined reference to 'BIO_new_bio_pair'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:58: error: undefined reference to 'SSL_set_bio'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:63: error: undefined reference to 'SSL_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:65: error: undefined reference to 'SSL_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:66: error: undefined reference to 'SSL_set_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:69: error: undefined reference to 'BIO_free'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:70: error: undefined reference to 'SSL_free'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:81: error: undefined reference to 'SSL_get_verify_callback'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:81: error: undefined reference to 'SSL_set_verify'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:99: error: undefined reference to 'SSL_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:100: error: undefined reference to 'SSL_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:102: error: undefined reference to 'SSL_set_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:105: error: undefined reference to 'SSL_get_verify_mode'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:105: error: undefined reference to 'SSL_set_verify'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:117: error: undefined reference to 'SSL_get_ex_data_X509_STORE_CTX_idx'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:117: error: undefined reference to 'X509_STORE_CTX_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:179: error: undefined reference to 'BIO_read'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:190: error: undefined reference to 'BIO_write'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:204: error: undefined reference to 'BIO_ctrl'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:218: error: undefined reference to 'SSL_get_shutdown'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:238: error: undefined reference to 'BIO_ctrl_pending'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:239: error: undefined reference to 'ERR_clear_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:241: error: undefined reference to 'SSL_get_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:242: error: undefined reference to 'ERR_get_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:243: error: undefined reference to 'BIO_ctrl_pending'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:277: error: undefined reference to 'SSL_get_shutdown'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:292: error: undefined reference to 'SSL_accept'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:297: error: undefined reference to 'SSL_connect'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:311: error: undefined reference to 'SSL_read'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:317: error: undefined reference to 'SSL_write'
jni/../../../../sfs-api/Core/Sockets/TCPClientSSL.cpp:152: error: undefined reference to 'X509_STORE_CTX_get_current_cert'
jni/../../../../sfs-api/Core/Sockets/TCPClientSSL.cpp:153: error: undefined reference to 'X509_get_subject_name'
jni/../../../../sfs-api/Core/Sockets/TCPClientSSL.cpp:153: error: undefined reference to 'X509_NAME_oneline'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:70: error: undefined reference to 'ERR_clear_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:93: error: undefined reference to 'SSLv3_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:93: error: undefined reference to 'SSL_CTX_new'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:96: error: undefined reference to 'SSLv3_client_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:96: error: undefined reference to 'SSL_CTX_new'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:99: error: undefined reference to 'SSLv3_server_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:99: error: undefined reference to 'SSL_CTX_new'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:102: error: undefined reference to 'TLSv1_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:102: error: undefined reference to 'SSL_CTX_new'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:105: error: undefined reference to 'TLSv1_client_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:108: error: undefined reference to 'TLSv1_server_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:111: error: undefined reference to 'SSLv23_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:114: error: undefined reference to 'SSLv23_client_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:117: error: undefined reference to 'SSLv23_server_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:121: error: undefined reference to 'TLSv1_1_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:124: error: undefined reference to 'TLSv1_1_client_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:127: error: undefined reference to 'TLSv1_1_server_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:139: error: undefined reference to 'TLSv1_2_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:142: error: undefined reference to 'TLSv1_2_client_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:145: error: undefined reference to 'TLSv1_2_server_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:163: error: undefined reference to 'ERR_get_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:208: error: undefined reference to 'SSL_CTX_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:212: error: undefined reference to 'SSL_CTX_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:214: error: undefined reference to 'SSL_CTX_set_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:217: error: undefined reference to 'SSL_CTX_free'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:286: error: undefined reference to 'SSL_CTX_ctrl'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:393: error: undefined reference to 'ERR_clear_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:395: error: undefined reference to 'SSL_CTX_set_default_verify_paths'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:398: error: undefined reference to 'ERR_get_error'
collect2: error: ld returned 1 exit status
make: *** [obj/local/armeabi-v7a/libMyGame.so] Error 1
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:34: error: undefined reference to 'EVP_CIPHER_CTX_init'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:47: error: undefined reference to 'EVP_aes_128_cbc'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:47: error: undefined reference to 'EVP_CipherInit_ex'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:52: error: undefined reference to 'EVP_CipherUpdate'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:57: error: undefined reference to 'EVP_CipherFinal_ex'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:64: error: undefined reference to 'EVP_CIPHER_CTX_cleanup'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:75: error: undefined reference to 'EVP_CIPHER_CTX_init'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:88: error: undefined reference to 'EVP_aes_128_cbc'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:88: error: undefined reference to 'EVP_CipherInit_ex'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:93: error: undefined reference to 'EVP_CipherUpdate'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:98: error: undefined reference to 'EVP_CipherFinal_ex'
jni/../../../../sfs-api/Core/DefaultPacketEncrypter.cpp:105: error: undefined reference to 'EVP_CIPHER_CTX_cleanup'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:39: error: undefined reference to 'SSL_library_init'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:40: error: undefined reference to 'SSL_load_error_strings'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:41: error: undefined reference to 'OPENSSL_add_all_algorithms_noconf'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:43: error: undefined reference to 'CRYPTO_num_locks'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:46: error: undefined reference to 'CRYPTO_set_locking_callback'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:47: error: undefined reference to 'CRYPTO_set_id_callback'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:64: error: undefined reference to 'CRYPTO_set_id_callback'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:65: error: undefined reference to 'CRYPTO_set_locking_callback'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:66: error: undefined reference to 'ERR_free_strings'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:68: error: undefined reference to 'ERR_remove_thread_state'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:72: error: undefined reference to 'EVP_cleanup'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:73: error: undefined reference to 'CRYPTO_cleanup_all_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:74: error: undefined reference to 'CONF_modules_unload'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/openssl_init.ipp:76: error: undefined reference to 'ENGINE_cleanup'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/error.ipp:40: error: undefined reference to 'ERR_reason_error_string'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:38: error: undefined reference to 'SSL_new'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:43: error: undefined reference to 'ERR_get_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:50: error: undefined reference to 'SSL_ctrl'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:51: error: undefined reference to 'SSL_ctrl'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:53: error: undefined reference to 'SSL_ctrl'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:57: error: undefined reference to 'BIO_new_bio_pair'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:58: error: undefined reference to 'SSL_set_bio'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:63: error: undefined reference to 'SSL_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:65: error: undefined reference to 'SSL_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:66: error: undefined reference to 'SSL_set_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:69: error: undefined reference to 'BIO_free'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:70: error: undefined reference to 'SSL_free'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:81: error: undefined reference to 'SSL_get_verify_callback'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:81: error: undefined reference to 'SSL_set_verify'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:99: error: undefined reference to 'SSL_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:100: error: undefined reference to 'SSL_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:102: error: undefined reference to 'SSL_set_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:105: error: undefined reference to 'SSL_get_verify_mode'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:105: error: undefined reference to 'SSL_set_verify'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:117: error: undefined reference to 'SSL_get_ex_data_X509_STORE_CTX_idx'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:117: error: undefined reference to 'X509_STORE_CTX_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:179: error: undefined reference to 'BIO_read'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:190: error: undefined reference to 'BIO_write'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:204: error: undefined reference to 'BIO_ctrl'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:218: error: undefined reference to 'SSL_get_shutdown'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:238: error: undefined reference to 'BIO_ctrl_pending'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:239: error: undefined reference to 'ERR_clear_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:241: error: undefined reference to 'SSL_get_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:242: error: undefined reference to 'ERR_get_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:243: error: undefined reference to 'BIO_ctrl_pending'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:277: error: undefined reference to 'SSL_get_shutdown'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:292: error: undefined reference to 'SSL_accept'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:297: error: undefined reference to 'SSL_connect'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:311: error: undefined reference to 'SSL_read'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/detail/impl/engine.ipp:317: error: undefined reference to 'SSL_write'
jni/../../../../sfs-api/Core/Sockets/TCPClientSSL.cpp:152: error: undefined reference to 'X509_STORE_CTX_get_current_cert'
jni/../../../../sfs-api/Core/Sockets/TCPClientSSL.cpp:153: error: undefined reference to 'X509_get_subject_name'
jni/../../../../sfs-api/Core/Sockets/TCPClientSSL.cpp:153: error: undefined reference to 'X509_NAME_oneline'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:70: error: undefined reference to 'ERR_clear_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:93: error: undefined reference to 'SSLv3_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:93: error: undefined reference to 'SSL_CTX_new'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:96: error: undefined reference to 'SSLv3_client_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:96: error: undefined reference to 'SSL_CTX_new'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:99: error: undefined reference to 'SSLv3_server_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:99: error: undefined reference to 'SSL_CTX_new'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:102: error: undefined reference to 'TLSv1_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:102: error: undefined reference to 'SSL_CTX_new'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:105: error: undefined reference to 'TLSv1_client_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:108: error: undefined reference to 'TLSv1_server_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:111: error: undefined reference to 'SSLv23_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:114: error: undefined reference to 'SSLv23_client_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:117: error: undefined reference to 'SSLv23_server_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:121: error: undefined reference to 'TLSv1_1_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:124: error: undefined reference to 'TLSv1_1_client_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:127: error: undefined reference to 'TLSv1_1_server_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:139: error: undefined reference to 'TLSv1_2_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:142: error: undefined reference to 'TLSv1_2_client_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:145: error: undefined reference to 'TLSv1_2_server_method'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:163: error: undefined reference to 'ERR_get_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:208: error: undefined reference to 'SSL_CTX_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:212: error: undefined reference to 'SSL_CTX_get_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:214: error: undefined reference to 'SSL_CTX_set_ex_data'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:217: error: undefined reference to 'SSL_CTX_free'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:286: error: undefined reference to 'SSL_CTX_ctrl'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:393: error: undefined reference to 'ERR_clear_error'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:395: error: undefined reference to 'SSL_CTX_set_default_verify_paths'
/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/cocos2d/cocos//../../../../external/boost/android/prebuilt/../include/boost/asio/ssl/impl/context.ipp:398: error: undefined reference to 'ERR_get_error'
collect2: error: ld returned 1 exit status
make: *** [obj/local/armeabi/libMyGame.so] Error 1
make: Leaving directory `/Users/tkus/Downloads/templates/www/Tabs/_projects/space-war/client/SpaceWar/proj.android'
Error running command, return code: 2.

Return to “SFS2X C++ API”

Who is online

Users browsing this forum: No registered users and 22 guests