Advertisement
Guest User

Untitled

a guest
Apr 21st, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. ::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>]’
  2. 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>]’
  3. 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>]’
  4. 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>]’
  5. bitcoinrpc.cpp:2583:46: instantiated from here
  6. json/json_spirit_writer_template.h:78:63: warning: comparison is always true due to limited range of data type [-Wtype-limits]
  7. g++: internal compiler error: Killed (program cc1plus)
  8. Please submit a full bug report,
  9. with preprocessed source if appropriate.
  10. See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
  11. make: *** [obj/bitcoinrpc.o] Error 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement