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.000560
First Submitted: 2015-12-06 12:33 (UTC)
Last Updated: 2024-01-17 08:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

petrbel commented on 2018-12-06 13:54 (UTC)

@xgdgsc hi, just one more minor thing - I think cmake should be listed as a dependency since one can't build the package without it.

petrbel commented on 2018-12-06 08:54 (UTC)

@xgdgsc great, thanks!

xgdgsc commented on 2018-12-05 11:45 (UTC)

Thanks. Fixed.

ohmyarch commented on 2018-12-04 09:00 (UTC)

@petrbel The maintainer of this package is now @xgdgsc.

petrbel commented on 2018-12-04 08:52 (UTC) (edited on 2018-12-04 08:52 (UTC) by petrbel)

Hi @ohmyarch, I have two suggestions to PKGBUILD:

1) add 'cpprestsdk-git' to conflicts

2) add -DCMAKE_INSTALL_LIBDIR=lib to cmake; then remove mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib

The former simply prevents conflicts with bleeding-edge version of cpprestsdk. The latter allows installing the lib also to 32-bit archs.

Thanks!

xgdgsc commented on 2018-12-01 01:18 (UTC)

Thanks. Fixed.

sburton84 commented on 2018-11-30 13:18 (UTC) (edited on 2018-11-30 13:19 (UTC) by sburton84)

I think the hard-coded OpenSSL 1.0 paths in the PKGBUILD, originally suggested by hrantzsch, are no longer correct. They cause it to require OpenSSL 1.0 even if OpenSSL 1.1 is installed, and then cause problems when used with other libraries compiled against OpenSSL 1.1. Specifically, if using Boost ASIO compiled against OpenSSL 1.1, this will fail to perform any SSL operations. Simply removing these 3 lines from the PKGBUILD seems to make it correctly compile against OpenSSL 1.1 and solves the problems I was having.

petrbel commented on 2018-11-22 14:37 (UTC)

Hi, cpprestsdk seems to work well also on ARM7. Would you consider modifying the pkgbuild so that it contains not only 'i686' and 'x86_64' but also 'armv7h'? Thanks!

CMon commented on 2017-10-21 11:24 (UTC)

Hi, unfortunately the current version does not work with the current version of glibc and openssl. To make it work with the current glibc you need to update to v2.10.0, and the ssl can be "fixed" by the arguments suggested by @hrantzsch

rafaelff commented on 2017-07-22 09:41 (UTC)

FWIW, the bug report for websocketpp package is https://bugs.archlinux.org/task/53887