monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] build failure


From: J Decker
Subject: [Monotone-devel] build failure
Date: Wed, 2 Mar 2016 18:37:02 -0800

Arch Linux has no package for monotone.
it installs a Botan-1.11(?) as 'Botan'

I tried to link; but it doesn't compele for a variety of c++14
errors... in configure

checking for botan using botan-1.11.pc... yes
checking whether botan is usable... no
configure: *** botan_CFLAGS=-I/usr/include/botan-1.11
configure: *** botan_LIBS=-lbotan-1.11
configure: error: in `/home/d3x0r/addons/srcpit/monotone-1.1':
configure: error: Must be able to compile and link programs against botan.

| /usr/lib/pkgconfig/botan-1.11.pc
configure:5066: checking for botan using botan-1.11.pc
configure:5075: $PKG_CONFIG --exists --print-errors "$c$_verreq"
configure:5078: $? = 0
configure:5093: $PKG_CONFIG --exists --print-errors "$c$_verreq"
configure:5096: $? = 0
configure:5109: result: yes
configure:5182: checking whether botan is usable
configure:5206: g++ -o conftest -g -O2 -Wall -W -Wno-unused
-I/usr/include/botan-1.11  conftest.cpp -lz  -lbotan-1.11 >&5
In file included from /usr/include/c++/5.3.0/cstdint:35:0,
                 from /usr/include/botan-1.11/botan/types.h:15,
                 from /usr/include/botan-1.11/botan/scan_name.h:11,
                 from /usr/include/botan-1.11/botan/block_cipher.h:11,
                 from /usr/include/botan-1.11/botan/lookup.h:11,
                 from /usr/include/botan-1.11/botan/botan.h:11,
                 from conftest.cpp:14:
/usr/include/c++/5.3.0/bits/c++0x_warning.h:32:2: error: #error This
file requires compiler and library support for the ISO C++ 2011
standard. This support must be enabled with the -std=c++11 or
-std=gnu++11 compiler options.
 #error This file requires compiler and library support \
  ^
In file included from /usr/include/botan-1.11/botan/sym_algo.h:12:0,
                 from /usr/include/botan-1.11/botan/block_cipher.h:12,
                 from /usr/include/botan-1.11/botan/lookup.h:11,
                 from /usr/include/botan-1.11/botan/botan.h:11,
                 from conftest.cpp:14:
/usr/include/botan-1.11/botan/exceptn.h:27:7: warning: identifier
'noexcept' is a keyword in C++11 [-Wc++0x-compat]
       const char* what() const BOTAN_NOEXCEPT override { return
m_what.c_str(); }
       ^
In file included from /usr/include/botan-1.11/botan/secmem.h:17:0,
                 from /usr/include/botan-1.11/botan/symkey.h:11,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]