Package Details: cpp-netlib 0.13.0-1

Git Clone URL: https://aur.archlinux.org/cpp-netlib.git (read-only, click to copy)
Package Base: cpp-netlib
Description: Cross-platform, standards compliant networking library
Upstream URL: https://github.com/cpp-netlib/cpp-netlib
Keywords: networking
Licenses: custom:BSL
Provides: libcppnetlib-client-connections.so, libcppnetlib-uri-server-parsers.so, libcppnetlib-uri.so
Submitter: ndowens
Maintainer: None
Last Packager: lmartinez-mirror
Votes: 13
Popularity: 0.000000
First Submitted: 2011-01-31 07:26 (UTC)
Last Updated: 2023-03-04 06:39 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

vri commented on 2014-02-08 15:13 (UTC)

@plaristote: sorry, I must have missed your comment. Not installing any libs is not normal, and was due to what dimka mentioned. Should be solved in latest version.

vri commented on 2014-02-08 15:10 (UTC)

Updated to latest version, now builds shared libs only.

<deleted-account> commented on 2014-02-01 09:46 (UTC)

You should add options=(staticlibs) to PKGBUILD in order for the static libs to be installed to /usr/lib (this option is now disabled by default).

plaristote commented on 2013-11-14 17:34 (UTC)

I just made a 'pacman -Ql cpp-netlib' and found that no libraries were installed. The package only installed headers and the liscence. Is that normal ?

HateJacket commented on 2013-09-06 13:29 (UTC)

Works fine now with boost-libs-static from here. Seems i mis-deleted my comment while correcting a double post too, sorry about that lol.

vri commented on 2013-09-05 07:06 (UTC)

This package should install to /usr/include/boost directly, as was rightfully noticed by HateJacket. Updated.

vri commented on 2013-08-28 19:28 (UTC)

Updated; thanks for your feedback. Would you please also provide your patch upstream?

nullptr commented on 2013-08-27 19:44 (UTC)

It looks like cpp-netlib needs the following patch applied for http clients to compile correctly on my machine. --- cpp-netlib-0.10.1/boost/network/protocol/http/client/options.hpp 2013-07-04 11:56:18.000000000 -0400 +++ /usr/include/cpp-netlib/boost/network/protocol/http/client/options.hpp 2013-08-27 15:00:57.898803862 -0400 @@ -39,7 +39,7 @@ swap(cache_resolved_, other.cache_resolved_); swap(follow_redirects_, other.follow_redirects_); swap(openssl_certificate_, other.openssl_certificate_); - swap(openssl_verify_path, other.openssl_verify_path_); + swap(openssl_verify_path_, other.openssl_verify_path_); swap(io_service_, other.io_service_); }

vri commented on 2013-04-01 20:47 (UTC)

Thanks for your hint. Arch Boost no longer ships static libraries and the tests linked statically to the boost libs. I upgraded PKGBUILD such that it adapts CMakeList.txt files to link dynamically (excluded one test).