Skip to content

Instantly share code, notes, and snippets.

@Sjors
Created July 11, 2019 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sjors/bcc73853dd80d16402c2e115dfae8df0 to your computer and use it in GitHub Desktop.
Save Sjors/bcc73853dd80d16402c2e115dfae8df0 to your computer and use it in GitHub Desktop.
==> Pouring cmake-3.14.5.mojave.bottle.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/cmake
==> Summary
🍺 /usr/local/Cellar/cmake/3.14.5: 5,674 files, 50.4MB
EzmjP43G:depends sjors$ MULTIPROCESS=1 make -j20
Configuring native_libmultiprocess...
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
-- The CXX compiler identification is AppleClang 10.0.1.10010046
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Boost 1.70.0 at /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/Boost-1.70.0
-- Requested configuration: QUIET
-- Found boost_headers 1.70.0 at /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/boost_headers-1.70.0
-- Boost found.
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for module 'capnp'
-- Found capnp, version 0.7.0
-- Checking for module 'capnp-rpc'
-- Found capnp-rpc, version 0.7.0
-- Checking for module 'capnp-json'
-- Found capnp-json, version 0.7.0
-- Checking for module 'kj'
-- Found kj, version 0.7.0
-- Checking for module 'kj-async'
-- Found kj-async, version 0.7.0
-- Checking for module 'kj-http'
-- Found kj-http, version 0.7.0
-- Checking for module 'kj-test'
-- Found kj-test, version 0.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.6.0/native_libmultiprocess/99bc4c523d34589c07fb69a47ac444311e346d57-516925b86f8
Building native_libmultiprocess...
[ 14%] Compiling Cap'n Proto schema include/mp/proxy.capnp
Scanning dependencies of target mpgen
Scanning dependencies of target multiprocess
[ 28%] Building CXX object CMakeFiles/mpgen.dir/src/mp/gen.cpp.o
[ 42%] Building CXX object CMakeFiles/multiprocess.dir/include/mp/proxy.capnp.c++.o
[ 71%] Building CXX object CMakeFiles/multiprocess.dir/src/mp/proxy.cpp.o
[ 71%] Building CXX object CMakeFiles/multiprocess.dir/src/mp/util.cpp.o
In file included from /Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.6.0/native_libmultiprocess/99bc4c523d34589c07fb69a47ac444311e346d57-516925b86f8/include/mp/proxy.capnp.c++:4:
In file included from /Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.6.0/native_libmultiprocess/99bc4c523d34589c07fb69a47ac444311e346d57-516925b86f8/include/mp/proxy.capnp.h:6:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/generated-header-support.h:30:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/raw-schema.h:28:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/common.h:33:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/string.h:29:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/array.h:28:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/memory.h:28:
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:36:4: error: "This code requires C++14. Either your compiler does not support it or it is not enabled."
#error "This code requires C++14. Either your compiler does not support it or it is not enabled."
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:39:6: error: "Pass -std=c++14 on the compiler command line to enable C++14."
#error "Pass -std=c++14 on the compiler command line to enable C++14."
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:326:56: error: unknown type name 'constexpr'
template <typename> struct IsLvalueReference_ { static constexpr bool value = false; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:326:66: error: expected member name or ';' after declaration specifiers
template <typename> struct IsLvalueReference_ { static constexpr bool value = false; };
~~~~~~~~~~~~~~~~ ^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:327:62: error: unknown type name 'constexpr'
template <typename T> struct IsLvalueReference_<T&> { static constexpr bool value = true; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:327:72: error: expected member name or ';' after declaration specifiers
template <typename T> struct IsLvalueReference_<T&> { static constexpr bool value = true; };
~~~~~~~~~~~~~~~~ ^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:329:8: error: unknown type name 'constexpr'
inline constexpr bool isLvalueReference() { return IsLvalueReference_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:329:18: error: expected unqualified-id
inline constexpr bool isLvalueReference() { return IsLvalueReference_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:332:30: error: explicit specialization of non-template struct 'Decay_'
template <typename T> struct Decay_<T&> { typedef typename Decay_<T>::Type Type; };
^ ~~~~
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:332:71: error: no type named 'Type' in 'Decay_<T>'
template <typename T> struct Decay_<T&> { typedef typename Decay_<T>::Type Type; };
~~~~~~~~~~~~~~~~~~~~^~~~
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:355:13: error: expected ';' at end of declaration
T instance() noexcept;
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:355:14: error: C++ requires a type specifier for all declarations
T instance() noexcept;
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:422:48: error: unknown type name 'constexpr'
template <typename T> struct IsConst_ { static constexpr bool value = false; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:422:58: error: expected member name or ';' after declaration specifiers
template <typename T> struct IsConst_ { static constexpr bool value = false; };
~~~~~~~~~~~~~~~~ ^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:423:57: error: unknown type name 'constexpr'
template <typename T> struct IsConst_<const T> { static constexpr bool value = true; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:423:67: error: expected member name or ';' after declaration specifiers
template <typename T> struct IsConst_<const T> { static constexpr bool value = true; };
~~~~~~~~~~~~~~~~ ^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:424:23: error: unknown type name 'constexpr'
template <typename T> constexpr bool isConst() { return IsConst_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:424:33: error: expected unqualified-id
template <typename T> constexpr bool isConst() { return IsConst_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:427:30: error: explicit specialization of non-template struct 'EnableIfNotConst_'
template <typename T> struct EnableIfNotConst_<const T>;
^ ~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
In file included from /Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.6.0/native_libmultiprocess/99bc4c523d34589c07fb69a47ac444311e346d57-516925b86f8/src/mp/util.cpp:5:
In file included from /Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.6.0/native_libmultiprocess/99bc4c523d34589c07fb69a47ac444311e346d57-516925b86f8/include/mp/util.h:8:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/schema.h:32:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/schema.capnp.h:6:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/generated-header-support.h:30:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/raw-schema.h:28:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/common.h:33:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/string.h:29:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/array.h:28:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/memory.h:28:
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:36:4: error: "This code requires C++14. Either your compiler does not support it or it is not enabled."
In file included from /Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.6.0/native_libmultiprocess/99bc4c523d34589c07fb69a47ac444311e346d57-516925b86f8/src/mp/proxy.cpp:5:
In file included from /Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.6.0/native_libmultiprocess/99bc4c523d34589c07fb69a47ac444311e346d57-516925b86f8/include/mp/proxy.h:8:
In file included from /Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.6.0/native_libmultiprocess/99bc4c523d34589c07fb69a47ac444311e346d57-516925b86f8/include/mp/util.h:8:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/schema.h:32:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/schema.capnp.h:6:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/generated-header-support.h:30:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/raw-schema.h:28:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/capnp/common.h:33:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/string.h: #error "This code requires C++14. Either your compiler does not support it or it is not enabled."29
:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/array.h ^:
28:
In file included from /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/memory.h:28:
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h::3936::64:: errorerror: : "Pass -std=c++14 on the compiler command line to enable C++14."
"This code requires C++14. Either your compiler does not support it or it is not enabled."
#error "Pass -std=c++14 on the compiler command line to enable C++14."
^
#error "This code requires C++14. Either your compiler does not support it or it is not enabled."
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:39:6: error: "Pass -std=c++14 on the compiler command line to enable C++14."
#error "Pass -std=c++14 on the compiler command line to enable C++14."
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:326:56: error: unknown type name 'constexpr'
template <typename> struct IsLvalueReference_ { static constexpr bool value = false; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:326:66: error: expected/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h :member326 :name56 :or ';' errorafter: declaration unknownspecifiers type
name 'constexpr'
template <typename> struct IsLvalueReference_ { static constexpr bool value = false; };
template <typename> struct IsLvalueReference_ { static constexpr bool value = false; };
~~~~~~~~~~~~~~~~ ^
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:326:66: error: expected member name or ';' after declaration specifiers
template <typename> struct IsLvalueReference_ { static constexpr bool value = false; };
~~~~~~~~~~~~~~~~ ^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:327:62: error: unknown type name 'constexpr'
template <typename T> struct IsLvalueReference_<T&> { static constexpr bool value = true; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:327:72: error: expected member name or ';' /Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.hafter: 327declaration: 62specifiers:
error: unknown type name 'constexpr'
template <typename T> struct IsLvalueReference_<T&> { static constexpr bool value = true; };
~~~~~~~~~~~~~~~~ ^
template <typename T> struct IsLvalueReference_<T&> { static constexpr bool value = true; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:327:72: error: expected member name or ';' after declaration specifiers
template <typename T> struct IsLvalueReference_<T&> { static constexpr bool value = true; };
~~~~~~~~~~~~~~~~ ^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:329:8: error: unknown type name 'constexpr'
inline constexpr bool isLvalueReference() { return IsLvalueReference_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:329:18: error: expected unqualified-id
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:329:8: error: unknown type name 'constexpr'inline constexpr bool isLvalueReference() { return IsLvalueReference_<T>::value; }
^
inline constexpr bool isLvalueReference() { return IsLvalueReference_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:329:18: error: expected unqualified-id
inline constexpr bool isLvalueReference() { return IsLvalueReference_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:332:30: error: explicit specialization of non-template struct 'Decay_'
template <typename T> struct Decay_<T&> { typedef typename Decay_<T>::Type Type; };
^ ~~~~
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:332:30: error: explicit specialization of non-template struct 'Decay_'
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:332:71: error: no type named 'Type' intemplate <typename T> struct Decay_<T&> { typedef typename Decay_<T>::Type Type; };
'Decay_<T>' ^ ~~~~
template <typename T> struct Decay_<T&> { typedef typename Decay_<T>::Type Type; };
~~~~~~~~~~~~~~~~~~~~^~~~
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:332:71: error: no type named 'Type' in 'Decay_<T>'
template <typename T> struct Decay_<T&> { typedef typename Decay_<T>::Type Type; };
~~~~~~~~~~~~~~~~~~~~^~~~
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:355:13: error: expected ';' at end of declaration
T instance() noexcept;
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:355:14: error: C++ requires a type specifier for all declarations
T instance() noexcept;
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:355:13: error: expected ';' at end of declaration
T instance() noexcept;
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:355:14: error: C++ requires a type specifier for all declarations
T instance() noexcept;
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:422:48: error: unknown type name 'constexpr'
template <typename T> struct IsConst_ { static constexpr bool value = false; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:422:58: error: expected member name or ';' after declaration specifiers
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:422:48: errortemplate <typename T> struct IsConst_ { static constexpr bool value = false; };:
~~~~~~~~~~~~~~~~ ^unknown
type name 'constexpr'
template <typename T> struct IsConst_ { static constexpr bool value = false; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:422:58: error: expected member name or ';' after declaration specifiers
template <typename T> struct IsConst_ { static constexpr bool value = false; };
~~~~~~~~~~~~~~~~ ^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:423:57: error: unknown type name 'constexpr'
template <typename T> struct IsConst_<const T> { static constexpr bool value = true; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:423:67: error: expected member name or ';' after declaration specifiers
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:423:57:template <typename T> struct IsConst_<const T> { static constexpr bool value = true; };
~~~~~~~~~~~~~~~~ ^error
: unknown type name 'constexpr'
template <typename T> struct IsConst_<const T> { static constexpr bool value = true; };
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:423:67: error: expected member name or ';' after declaration specifiers
template <typename T> struct IsConst_<const T> { static constexpr bool value = true; };
~~~~~~~~~~~~~~~~ ^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:424:23: error: unknown type name 'constexpr'
template <typename T> constexpr bool isConst() { return IsConst_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:424:33: error: expected unqualified-id
template <typename T> constexpr bool isConst() { return IsConst_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:424:23: error: unknown type name 'constexpr'
template <typename T> constexpr bool isConst() { return IsConst_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:424:33: error: expected unqualified-id
template <typename T> constexpr bool isConst() { return IsConst_<T>::value; }
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:427:30: error: explicit specialization of non-template struct 'EnableIfNotConst_'
template <typename T> struct EnableIfNotConst_<const T>;
^ ~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/lib/cmake/CapnProto/../../../include/kj/common.h:427:30: error: explicit specialization of non-template struct 'EnableIfNotConst_'
template <typename T> struct EnableIfNotConst_<const T>;
^ ~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[3]: *** [CMakeFiles/multiprocess.dir/include/mp/proxy.capnp.c++.o] Error 1
make[3]: *** Waiting for unfinished jobs....
20 errors generated.
make[3]: *** [CMakeFiles/multiprocess.dir/src/mp/util.cpp.o] Error 1
20 errors generated.
make[3]: *** [CMakeFiles/multiprocess.dir/src/mp/proxy.cpp.o] Error 1
make[2]: *** [CMakeFiles/multiprocess.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
/Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.6.0/native_libmultiprocess/99bc4c523d34589c07fb69a47ac444311e346d57-516925b86f8/src/mp/gen.cpp:72:31: warning: 'parseDiskFile' is deprecated: Use
parseFromDirectory() instead. [-Wdeprecated-declarations]
auto file_schema = parser.parseDiskFile(input_schema, input_schema, import_paths);
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/include/capnp/schema-parser.h:105:7: note: 'parseDiskFile' has been explicitly marked deprecated here
CAPNP_DEPRECATED("Use parseFromDirectory() instead.");
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/include/capnp/common.h:57:26: note: expanded from macro 'CAPNP_DEPRECATED'
#define CAPNP_DEPRECATED KJ_DEPRECATED
^
/Users/sjors/dev/bitcoin/depends/x86_64-apple-darwin18.6.0/native/include/kj/common.h:186:20: note: expanded from macro 'KJ_DEPRECATED'
__attribute__((deprecated(reason)))
^
1 warning generated.
[ 85%] Linking CXX executable mpgen
[ 85%] Built target mpgen
make[1]: *** [all] Error 2
make: *** [/Users/sjors/dev/bitcoin/depends/work/build/x86_64-apple-darwin18.6.0/native_libmultiprocess/99bc4c523d34589c07fb69a47ac444311e346d57-516925b86f8/./.stamp_built] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment