Skip to content

Instantly share code, notes, and snippets.

@theuni
Created April 2, 2011 15:38
Show Gist options
  • Save theuni/899584 to your computer and use it in GitHub Desktop.
Save theuni/899584 to your computer and use it in GitHub Desktop.
CPP Application.o
In file included from interfaces/json-rpc/JSONRPC.h:31,
from Application.cpp:133:
interfaces/json-rpc/JSONUtils.h: In static member function ‘static int JSONRPC::CJSONUtils::Compare(const Json::Value&, const Json::Value&)’:
interfaces/json-rpc/JSONUtils.h:505: error: conversion from ‘long int’ to ‘const Json::Value’ is ambiguous
/scratch/xbmc/lib/jsoncpp/include/json/value.h:237: note: candidates are: Json::Value::Value(bool)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:220: note: Json::Value::Value(const char*)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:219: note: Json::Value::Value(double)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:217: note: Json::Value::Value(Json::UInt64)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:216: note: Json::Value::Value(Json::Int64)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:214: note: Json::Value::Value(Json::UInt)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:213: note: Json::Value::Value(Json::Int)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:212: note: Json::Value::Value(Json::ValueType) <near match>
interfaces/json-rpc/JSONUtils.h:505: error: conversion from ‘long int’ to ‘const Json::Value’ is ambiguous
/scratch/xbmc/lib/jsoncpp/include/json/value.h:237: note: candidates are: Json::Value::Value(bool)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:220: note: Json::Value::Value(const char*)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:219: note: Json::Value::Value(double)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:217: note: Json::Value::Value(Json::UInt64)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:216: note: Json::Value::Value(Json::Int64)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:214: note: Json::Value::Value(Json::UInt)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:213: note: Json::Value::Value(Json::Int)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:212: note: Json::Value::Value(Json::ValueType) <near match>
interfaces/json-rpc/JSONUtils.h:522: error: conversion from ‘long int’ to ‘const Json::Value’ is ambiguous
/scratch/xbmc/lib/jsoncpp/include/json/value.h:237: note: candidates are: Json::Value::Value(bool)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:220: note: Json::Value::Value(const char*)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:219: note: Json::Value::Value(double)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:217: note: Json::Value::Value(Json::UInt64)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:216: note: Json::Value::Value(Json::Int64)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:214: note: Json::Value::Value(Json::UInt)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:213: note: Json::Value::Value(Json::Int)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:212: note: Json::Value::Value(Json::ValueType) <near match>
interfaces/json-rpc/JSONUtils.h:522: error: conversion from ‘long int’ to ‘const Json::Value’ is ambiguous
/scratch/xbmc/lib/jsoncpp/include/json/value.h:237: note: candidates are: Json::Value::Value(bool)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:220: note: Json::Value::Value(const char*)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:219: note: Json::Value::Value(double)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:217: note: Json::Value::Value(Json::UInt64)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:216: note: Json::Value::Value(Json::Int64)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:214: note: Json::Value::Value(Json::UInt)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:213: note: Json::Value::Value(Json::Int)
/scratch/xbmc/lib/jsoncpp/include/json/value.h:212: note: Json::Value::Value(Json::ValueType) <near match>
make[1]: *** [Application.o] Error 1
make[1]: Leaving directory `/scratch/xbmc/xbmc'
make: *** [xbmc/xbmc.a] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment