Package Details: cpprestsdk 2.10.19-1

Git Clone URL: https://aur.archlinux.org/cpprestsdk.git (read-only, click to copy)
Package Base: cpprestsdk
Description: A cross-platform, modern, and asynchronous library that enables developers to access and author connected applications
Upstream URL: https://github.com/Microsoft/cpprestsdk/
Keywords: networking
Licenses: MIT
Conflicts: casablanca, casablanca-git, cpprestsdk-git
Submitter: ohmyarch
Maintainer: bart
Last Packager: bart
Votes: 10
Popularity: 0.000448
First Submitted: 2015-12-06 12:33 (UTC)
Last Updated: 2024-01-17 08:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

hrantzsch commented on 2017-06-07 09:19 (UTC) (edited on 2017-06-07 09:20 (UTC) by hrantzsch)

It does not appear this will be fixed soon. Here's the issue in their repo: https://github.com/Microsoft/cpprestsdk/issues/56 As a workaround, you can the following cmake flags to the PKGBUILD: -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \ -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \ -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so \ If you have openssl-1.0 in the specified path of course. EDIT: corrected issue link

xgdgsc commented on 2017-05-11 01:52 (UTC)

@ferrvittorio see previous comments.

ferrvittorio commented on 2017-05-10 16:32 (UTC)

Hi, unfortunately seems as I cannot compile. --- ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta... ==> ERRORE: Makepkg non è riuscito a compilare cpprestsdk During compilation I see bunch of red comments like this: ---- /tmp/yaourt-tmp-ict/aur-cpprestsdk/src/cpprestsdk-.9.1/Release/src/websockets/client/ws_client_wspp.cpp:377:36: error: ‘void ERR_remove_thread_state(void*)’ is deprecated [-Werror=deprecated-declarations] ERR_remove_thread_state(nullptr); ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~

ohmyarch commented on 2017-05-03 13:29 (UTC)

@boteium It breaks websocketpp, a dependency of cpprestsdk. see https://github.com/zaphoyd/websocketpp/issues/599

xgdgsc commented on 2017-05-03 13:25 (UTC)

@boptelum Yes. The dependency websocketpp needs to be patched: https://github.com/zaphoyd/websocketpp/issues/599

boteium commented on 2017-05-03 13:09 (UTC)

Did recent openssl update breaks cpprestsdk ?