Skip to content

Instantly share code, notes, and snippets.

@Gustav-Simonsson
Created June 8, 2015 18:44
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 Gustav-Simonsson/e4ddb7bfcd7afc6b3836 to your computer and use it in GitHub Desktop.
Save Gustav-Simonsson/e4ddb7bfcd7afc6b3836 to your computer and use it in GitHub Desktop.
Building CXX object libethereum/CMakeFiles/ethereum.dir/Precompiled.cpp.o
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp: In function ‘void {anonymous}::ecrecoverCode(dev::bytesConstRef, dev::bytesRef)’:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:26: error: no match for ‘operator<<’ (operand types are ‘std::basic_ostream<char>’ and ‘dev::SignatureStruct’)
cout << "HURR: " << sig;
^
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:26: note: candidates are:
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:108:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(__ostream_type& (*__pf)(__ostream_type&))
^
/usr/include/c++/4.8/ostream:108:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}’
/usr/include/c++/4.8/ostream:117:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
operator<<(__ios_type& (*__pf)(__ios_type&))
^
/usr/include/c++/4.8/ostream:117:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}’
/usr/include/c++/4.8/ostream:127:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(ios_base& (*__pf) (ios_base&))
^
/usr/include/c++/4.8/ostream:127:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘std::ios_base& (*)(std::ios_base&)’
/usr/include/c++/4.8/ostream:166:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(long __n)
^
/usr/include/c++/4.8/ostream:166:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘long int’
/usr/include/c++/4.8/ostream:170:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(unsigned long __n)
^
/usr/include/c++/4.8/ostream:170:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘long unsigned int’
/usr/include/c++/4.8/ostream:174:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(bool __n)
^
/usr/include/c++/4.8/ostream:174:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘bool’
In file included from /usr/include/c++/4.8/ostream:609:0,
from /usr/include/c++/4.8/iostream:39,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/ostream.tcc:91:5: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
basic_ostream<_CharT, _Traits>::
^
/usr/include/c++/4.8/bits/ostream.tcc:91:5: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘short int’
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:181:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(unsigned short __n)
^
/usr/include/c++/4.8/ostream:181:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘short unsigned int’
In file included from /usr/include/c++/4.8/ostream:609:0,
from /usr/include/c++/4.8/iostream:39,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/ostream.tcc:105:5: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
basic_ostream<_CharT, _Traits>::
^
/usr/include/c++/4.8/bits/ostream.tcc:105:5: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘int’
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:192:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(unsigned int __n)
^
/usr/include/c++/4.8/ostream:192:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘unsigned int’
/usr/include/c++/4.8/ostream:201:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(long long __n)
^
/usr/include/c++/4.8/ostream:201:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘long long int’
/usr/include/c++/4.8/ostream:205:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(unsigned long long __n)
^
/usr/include/c++/4.8/ostream:205:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘long long unsigned int’
/usr/include/c++/4.8/ostream:220:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(double __f)
^
/usr/include/c++/4.8/ostream:220:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘double’
/usr/include/c++/4.8/ostream:224:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(float __f)
^
/usr/include/c++/4.8/ostream:224:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘float’
/usr/include/c++/4.8/ostream:232:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(long double __f)
^
/usr/include/c++/4.8/ostream:232:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘long double’
/usr/include/c++/4.8/ostream:245:7: note: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
operator<<(const void* __p)
^
/usr/include/c++/4.8/ostream:245:7: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘const void*’
In file included from /usr/include/c++/4.8/ostream:609:0,
from /usr/include/c++/4.8/iostream:39,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/ostream.tcc:119:5: note: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
basic_ostream<_CharT, _Traits>::
^
/usr/include/c++/4.8/bits/ostream.tcc:119:5: note: no known conversion for argument 1 from ‘dev::SignatureStruct’ to ‘std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}’
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Base64.h:33:0,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:40,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/FixedHash.h:223:22: note: template<unsigned int N> std::ostream& dev::operator<<(std::ostream&, const dev::FixedHash<M>&)
inline std::ostream& operator<<(std::ostream& _out, FixedHash<N> const& _h)
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/FixedHash.h:223:22: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const dev::FixedHash<M>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:121:41: note: template<class T> std::ostream& dev::operator<<(std::ostream&, const std::vector<_RealType>&)
template <class T> inline std::ostream& operator<<(std::ostream& _out, std::vector<T> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:121:41: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::vector<_RealType>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:137:56: note: template<class T, long unsigned int Z> std::ostream& dev::operator<<(std::ostream&, const std::array<_Tp, _Nm>&)
template <class T, std::size_t Z> inline std::ostream& operator<<(std::ostream& _out, std::array<T, Z> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:137:56: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::array<_Tp, _Nm>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:160:50: note: template<class T, class U> std::ostream& dev::operator<<(std::ostream&, const std::pair<_T1, _T2>&)
template <class T, class U> inline std::ostream& operator<<(std::ostream& _out, std::pair<T, U> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:160:50: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::pair<_T1, _T2>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:152:41: note: template<class T> std::ostream& dev::operator<<(std::ostream&, const std::list<T>&)
template <class T> inline std::ostream& operator<<(std::ostream& _out, std::list<T> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:152:41: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::list<T>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:168:62: note: template<class T1, class T2, class T3> std::ostream& dev::operator<<(std::ostream&, const std::tuple<T1, T2, T3>&)
template <class T1, class T2, class T3> inline std::ostream& operator<<(std::ostream& _out, std::tuple<T1, T2, T3> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:168:62: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::tuple<T1, T2, T3>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:180:50: note: template<class T, class U> std::ostream& dev::operator<<(std::ostream&, const std::map<T, U>&)
template <class T, class U> inline std::ostream& operator<<(std::ostream& _out, std::map<T, U> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:180:50: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::map<T, U>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:192:50: note: template<class T, class U> std::ostream& dev::operator<<(std::ostream&, const std::unordered_map<T, U>&)
template <class T, class U> inline std::ostream& operator<<(std::ostream& _out, std::unordered_map<T, U> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:192:50: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::unordered_map<T, U>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:77:50: note: template<class T, class U> std::ostream& dev::operator<<(std::ostream&, const std::set<T, U>&)
template <class T, class U> inline std::ostream& operator<<(std::ostream& _out, std::set<T, U> const& _e);
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:77:50: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::set<T, U>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:78:50: note: template<class T, class U> std::ostream& dev::operator<<(std::ostream&, const std::unordered_set<T, U>&)
template <class T, class U> inline std::ostream& operator<<(std::ostream& _out, std::unordered_set<T, U> const& _e);
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:78:50: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::unordered_set<T, U>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:246:50: note: template<class T, class U> std::ostream& dev::operator<<(std::ostream&, const std::multimap<T, U>&)
template <class T, class U> inline std::ostream& operator<<(std::ostream& _out, std::multimap<T, U> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:246:50: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::multimap<T, U>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:248:35: note: template<class _S, class _T> _S& dev::operator<<(_S&, const std::shared_ptr<_Tp2>&)
template <class _S, class _T> _S& operator<<(_S& _out, std::shared_ptr<_T> const& _p) { if (_p) _out << "@" << (*_p); else _out << "nullptr"; return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:248:35: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::shared_ptr<_Tp2>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:204:41: note: template<class T> std::ostream& dev::operator<<(std::ostream&, const std::set<T>&)
template <class T> inline std::ostream& operator<<(std::ostream& _out, std::set<T> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:204:41: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::set<T>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:216:41: note: template<class T> std::ostream& dev::operator<<(std::ostream&, const std::unordered_set<T>&)
template <class T> inline std::ostream& operator<<(std::ostream& _out, std::unordered_set<T> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:216:41: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::unordered_set<T>’
cout << "HURR: " << sig;
^
In file included from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Log.h:31:0,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:24:
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:228:41: note: template<class T> std::ostream& dev::operator<<(std::ostream&, const std::multiset<T>&)
template <class T> inline std::ostream& operator<<(std::ostream& _out, std::multiset<T> const& _e) { streamout(_out, _e); return _out; }
^
/home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonIO.h:228:41: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::multiset<T>’
cout << "HURR: " << sig;
^
In file included from /usr/include/boost/multiprecision/cpp_int.hpp:10:0,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:52,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/iomanip:308:5: note: template<class _CharT, class _Traits, class _MoneyT> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Put_money<_MoneyT>)
operator<<(basic_ostream<_CharT, _Traits>& __os, _Put_money<_MoneyT> __f)
^
/usr/include/c++/4.8/iomanip:308:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘std::_Put_money<_MoneyT>’
cout << "HURR: " << sig;
^
In file included from /usr/include/boost/multiprecision/cpp_int.hpp:10:0,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:52,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/iomanip:235:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setw)
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setw __f)
^
/usr/include/c++/4.8/iomanip:235:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘std::_Setw’
cout << "HURR: " << sig;
^
In file included from /usr/include/boost/multiprecision/cpp_int.hpp:10:0,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:52,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/iomanip:205:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setprecision)
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f)
^
/usr/include/c++/4.8/iomanip:205:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘std::_Setprecision’
cout << "HURR: " << sig;
^
In file included from /usr/include/boost/multiprecision/cpp_int.hpp:10:0,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:52,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/iomanip:175:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setfill<_CharT>)
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f)
^
/usr/include/c++/4.8/iomanip:175:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘std::_Setfill<_CharT>’
cout << "HURR: " << sig;
^
In file included from /usr/include/boost/multiprecision/cpp_int.hpp:10:0,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:52,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/iomanip:140:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setbase)
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f)
^
/usr/include/c++/4.8/iomanip:140:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘std::_Setbase’
cout << "HURR: " << sig;
^
In file included from /usr/include/boost/multiprecision/cpp_int.hpp:10:0,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:52,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/iomanip:106:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setiosflags)
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f)
^
/usr/include/c++/4.8/iomanip:106:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘std::_Setiosflags’
cout << "HURR: " << sig;
^
In file included from /usr/include/boost/multiprecision/cpp_int.hpp:10:0,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:52,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/iomanip:76:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Resetiosflags)
operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f)
^
/usr/include/c++/4.8/iomanip:76:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘std::_Resetiosflags’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/memory:82:0,
from /usr/include/boost/functional/hash/extensions.hpp:32,
from /usr/include/boost/functional/hash/hash.hpp:529,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/shared_ptr.h:66:5: note: template<class _Ch, class _Tr, class _Tp, __gnu_cxx::_Lock_policy _Lp> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__shared_ptr<_Tp, _Lp>&)
operator<<(std::basic_ostream<_Ch, _Tr>& __os,
^
/usr/include/c++/4.8/bits/shared_ptr.h:66:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::__shared_ptr<_Tp, _Lp>’
cout << "HURR: " << sig;
^
In file included from /usr/include/boost/detail/container_fwd.hpp:98:0,
from /usr/include/boost/functional/hash/extensions.hpp:17,
from /usr/include/boost/functional/hash/hash.hpp:529,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/complex:524:5: note: template<class _Tp, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::complex<_Tp>&)
operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __x)
^
/usr/include/c++/4.8/complex:524:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::complex<_Tp>’
cout << "HURR: " << sig;
^
In file included from /usr/include/boost/detail/container_fwd.hpp:96:0,
from /usr/include/boost/functional/hash/extensions.hpp:17,
from /usr/include/boost/functional/hash/hash.hpp:529,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bitset:1521:5: note: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bitset:1521:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::bitset<_Nb>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:602:5: note: std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&&, const _Tp&) [with _CharT = char; _Traits = std::char_traits<char>; _Tp = dev::SignatureStruct] <near match>
operator<<(basic_ostream<_CharT, _Traits>&& __os, const _Tp& __x)
^
/usr/include/c++/4.8/ostream:602:5: note: no known conversion for argument 1 from ‘std::basic_ostream<char>’ to ‘std::basic_ostream<char>&&’
/usr/include/c++/4.8/ostream:548:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
^
/usr/include/c++/4.8/ostream:548:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘const unsigned char*’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:543:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
^
/usr/include/c++/4.8/ostream:543:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘const signed char*’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:530:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
^
/usr/include/c++/4.8/ostream:530:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘const char*’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/ostream:609:0,
from /usr/include/c++/4.8/iostream:39,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/ostream.tcc:321:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
^
/usr/include/c++/4.8/bits/ostream.tcc:321:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘const char*’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:513:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
^
/usr/include/c++/4.8/ostream:513:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: mismatched types ‘const _CharT*’ and ‘dev::SignatureStruct’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:493:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
^
/usr/include/c++/4.8/ostream:493:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘unsigned char’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:488:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
^
/usr/include/c++/4.8/ostream:488:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘signed char’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:482:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
operator<<(basic_ostream<char, _Traits>& __out, char __c)
^
/usr/include/c++/4.8/ostream:482:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘char’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:476:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
^
/usr/include/c++/4.8/ostream:476:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘char’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/iostream:39:0,
from /usr/include/boost/assert.hpp:82,
from /usr/include/boost/functional/hash/detail/hash_float.hpp:19,
from /usr/include/boost/functional/hash/hash.hpp:15,
from /usr/include/boost/functional/hash.hpp:6,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/Common.h:44,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:31,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/ostream:471:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
^
/usr/include/c++/4.8/ostream:471:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: deduced conflicting types for parameter ‘_CharT’ (‘char’ and ‘dev::SignatureStruct’)
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:3312:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::piecewise_linear_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:3312:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::piecewise_linear_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:3096:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::piecewise_constant_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:3096:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::piecewise_constant_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:2886:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::discrete_distribution<_IntType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:2886:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::discrete_distribution<_IntType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:2427:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::student_t_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:2427:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::student_t_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:2352:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::fisher_f_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:2352:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::fisher_f_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:2188:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::chi_squared_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:2188:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::chi_squared_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:2115:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::lognormal_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:2115:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::lognormal_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:1819:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::binomial_distribution<_IntType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:1819:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::binomial_distribution<_IntType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:1552:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::poisson_distribution<_IntType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:1552:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::poisson_distribution<_IntType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:1347:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::negative_binomial_distribution<_IntType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:1347:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::negative_binomial_distribution<_IntType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:831:5: note: template<class _RandomNumberEngine, long unsigned int __k, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::shuffle_order_engine<_RandomNumberEngine, __k>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:831:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::shuffle_order_engine<_RandomNumberEngine, __k>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:702:5: note: template<class _RandomNumberEngine, long unsigned int __p, long unsigned int __r, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::discard_block_engine<_RandomNumberEngine, __p, __r>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:702:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::discard_block_engine<_RandomNumberEngine, __p, __r>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:632:5: note: template<class _UIntType, long unsigned int __w, long unsigned int __s, long unsigned int __r, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::subtract_with_carry_engine<_UIntType, __w, __s, __r>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:632:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::subtract_with_carry_engine<_UIntType, __w, __s, __r>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:156:5: note: template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::linear_congruential_engine<_UIntType, __a, __c, __m>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:156:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::linear_congruential_engine<_UIntType, __a, __c, __m>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:2750:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::extreme_value_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:2750:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::extreme_value_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:2674:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::weibull_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:2674:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::weibull_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:1883:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::exponential_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:1883:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::exponential_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:2596:5: note: template<class _RealType1, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::gamma_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:2596:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::gamma_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:1232:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::geometric_distribution<_IntType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:1232:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::geometric_distribution<_IntType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:2050:5: note: template<class _RealType1, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::normal_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:2050:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::normal_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:1150:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bernoulli_distribution&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:1150:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: cannot convert ‘sig’ (type ‘dev::SignatureStruct’) to type ‘const std::bernoulli_distribution&’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:2275:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::cauchy_distribution<_RealType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:2275:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::cauchy_distribution<_RealType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:1088:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::uniform_real_distribution<_IntType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:1088:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::uniform_real_distribution<_IntType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:1029:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::uniform_int_distribution<_IntType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:1029:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::uniform_int_distribution<_IntType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:52:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.tcc:477:5: note: template<class _UIntType1, long unsigned int __w1, long unsigned int __n1, long unsigned int __m1, long unsigned int __r1, _UIntType1 __a1, long unsigned int __u1, _UIntType1 __d1, long unsigned int __s1, _UIntType1 __b1, long unsigned int __t1, _UIntType1 __c1, long unsigned int __l1, _UIntType1 __f1, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.tcc:477:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/random:50:0,
from /usr/include/c++/4.8/bits/stl_algo.h:65,
from /usr/include/c++/4.8/algorithm:62,
from /home/gs/eth/cpp-ethereum/libethereum/../libdevcore/CommonData.h:27,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:26,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/random.h:1277:5: note: template<class _RandomNumberEngine, long unsigned int __w, class _UIntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::independent_bits_engine<_RandomNumberEngine, __w, _UIntType>&)
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/random.h:1277:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::independent_bits_engine<_RandomNumberEngine, __w, _UIntType>’
cout << "HURR: " << sig;
^
In file included from /usr/include/c++/4.8/string:52:0,
from /usr/include/c++/4.8/stdexcept:39,
from /usr/include/c++/4.8/array:38,
from /usr/include/c++/4.8/tuple:39,
from /usr/include/c++/4.8/unordered_map:41,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.h:24,
from /home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:22:
/usr/include/c++/4.8/bits/basic_string.h:2753:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/include/c++/4.8/bits/basic_string.h:2753:5: note: template argument deduction/substitution failed:
/home/gs/eth/cpp-ethereum/libethereum/Precompiled.cpp:58:29: note: ‘dev::SignatureStruct’ is not derived from ‘const std::basic_string<_CharT, _Traits, _Alloc>’
cout << "HURR: " << sig;
^
Linking CXX executable lllc
[ 60%] Built target lllc
make[2]: *** [libethereum/CMakeFiles/ethereum.dir/Precompiled.cpp.o] Error 1
make[1]: *** [libethereum/CMakeFiles/ethereum.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX executable ethkey
[ 60%] Built target ethkey
Linking CXX executable ethminer
[ 60%] Built target ethminer
Linking CXX executable solc
[ 61%] Built target solc
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment