[Kea-users] Build requirements doc

Mike the.lists at mgm51.com
Wed Jun 28 15:13:21 UTC 2017


Are there plans to bring the Build Requirements document up to date with
the 1.2 version?

Specifically, this page:
https://jenkins.isc.org/job/Kea_doc/guide/kea-guide.html#build-requirements

More specifically, this section:

A C++ compiler and standard development headers. Kea 1.1.0 builds have
been tested with GCC g++ 4.2.1, 4.4.7, 4.6.3, 4.8.3, 4.8.4, 4.8.5,
5.4.0; Clang++ 3.4.1; and Apple Clang++ 703.0.31.


Output of Kea 1.2 configure under OpenBSD 6.1 and Current (amd64):

checking std::unique_ptr support... no
configure: WARNING: unsupported C++11 feature
configure: retrying by adding --std=c++11 to g++
checking --std=c++11 support... no
configure: WARNING: unsupported C++11 feature
configure: retrying by adding --std=c++0x to g++ --std=c++11
checking --std=c++0x support... no
configure: WARNING: unsupported C++11 feature
configure: retrying by adding --std=c++1x to g++ --std=c++0x
checking --std=c++1x support... no
configure: error: std::unique_ptr (a C++11 feature) is not supported


# gcc -v
Reading specs from /usr/lib/gcc-lib/amd64-unknown-openbsd6.1/4.2.1/specs
Target: amd64-unknown-openbsd6.1
Configured with: OpenBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.1 20070719



More information about the Kea-users mailing list