You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build this with Debian 7 and I get this error:
main.cpp:4423:59: error: conversion from ‘int64 {aka long long int}’ to ‘const Value {aka const json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string > >}’ is ambiguous
main.cpp:4413:11: note: candidates are:
In file included from json/json_spirit_reader_template.h:9:0,
from bitcoinrpc.h:16,
from main.cpp:22:
The text was updated successfully, but these errors were encountered:
I'm trying to build this with Debian 7 and I get this error:
main.cpp:4423:59: error: conversion from ‘int64 {aka long long int}’ to ‘const Value {aka const json_spirit::Value_impl<json_spirit::Config_vector<std::basic_string > >}’ is ambiguous
main.cpp:4413:11: note: candidates are:
In file included from json/json_spirit_reader_template.h:9:0,
from bitcoinrpc.h:16,
from main.cpp:22:
The text was updated successfully, but these errors were encountered: