Package Details: cpprestsdk 2.10.19-6

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.000000
First Submitted: 2015-12-06 12:33 (UTC)
Last Updated: 2026-04-03 11:10 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Maaike commented on 2019-10-12 16:04 (UTC) (edited on 2019-10-12 16:04 (UTC) by Maaike)

It also doesn't build with boost 1.71: https://github.com/Microsoft/cpprestsdk/issues/1054

xgdgsc commented on 2019-09-13 09:25 (UTC)

blocked by https://github.com/microsoft/cpprestsdk/issues/1099

petrbel commented on 2018-12-07 14:44 (UTC)

Sorry, I missed that. Thanks!

xgdgsc commented on 2018-12-07 01:50 (UTC)

That's in makedepends

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.