Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::Generator<Value_type, Ostream_type>::output(const Value_type&) [with Value_type = json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char> > >, Ostream_type = std::basic_ostringstream<char>]’
- json/json_spirit_writer_template.h:113:13: instantiated from ‘json_spirit::Generator<Value_type, Ostream_type>::Generator(const Value_type&, Ostream_type&, bool) [with Value_type = json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char> > >, Ostream_type = std::basic_ostringstream<char>]’
- json/json_spirit_writer_template.h:232:9: instantiated from ‘void json_spirit::write_stream(const Value_type&, Ostream_type&, bool) [with Value_type = json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char> > >, Ostream_type = std::basic_ostringstream<char>]’
- json/json_spirit_writer_template.h:242:9: instantiated from ‘typename Value_type::String_type json_spirit::write_string(const Value_type&, bool) [with Value_type = json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string<char> > >, typename Value_type::String_type = std::basic_string<char>]’
- bitcoinrpc.cpp:2583:46: instantiated from here
- json/json_spirit_writer_template.h:78:63: warning: comparison is always true due to limited range of data type [-Wtype-limits]
- g++: internal compiler error: Killed (program cc1plus)
- Please submit a full bug report,
- with preprocessed source if appropriate.
- See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
- make: *** [obj/bitcoinrpc.o] Error 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement